Purplecarrot
Home
Containers
Development
Linux
Links icon
GitHub QuickRef
About
  • Mass In Place Editing of Linux Configuration Files

    Jan 14, 2015 · 1 min read · oneliners Linux
    Mass In Place Editing of Linux Configuration Files

    Generally, if I have 100 files that I need to edit and make changes in, I tend to write a perl or python script to make them (if I have 3 files, I just open them in VIM and make them manually!) Yesterday however, a colleague who doesn't code had to change 2 consecutive lines in about 400 similar files and wanted a …

    Read More
  • OpenSSL Command Line Quick Reference

    Apr 24, 2014 · 2 min read · Linux oneliners Security
    OpenSSL Command Line Quick Reference

    Is there anybody in the IT industry that wasn't doing something with openssl in April? I don't use the openssl command line utility that often, but last week it reminded me that openssl command line tool is pretty comprehensive and has some nice features. I thought on this occasion I'd record the most useful ones so …

    Read More
  • Mirror a Remote Directory over HTTP

    Jan 25, 2014 · 1 min read · oneliners Linux
    Mirror a Remote Directory over HTTP

    Different ways to mirror a remote directory: 1wget -r --no-parent http://server/location If there are any files you don't want you can add the --reject option: < 1wget -r --no-parent --reject="tmp*" http://server/location 1curl

    Read More

Featured Posts

  • Getting Along with the OpenShift Machine Config Operator
  • Breaking into your OpenShift Cluster
  • Does Alpine resolve DNS properly?
  • Practical Tekton

Recent Posts

  • Getting Along with the OpenShift Machine Config Operator
  • Breaking into your OpenShift Cluster
  • Does Alpine resolve DNS properly?

Categories

DEVELOPMENT 14 LINUX 14 CONTAINERS 4 MISC 3

Tags

LINUX 17 PYTHON 10 DEVELOPMENT 3 GIT 3 GNOME 3 KUBERNETES 3 ONELINERS 3 OPENSHIFT 3 HARDWARE 2 OPENSTACK 2 SECURITY 2 BASH 1 INDEX 1 ONELINER 1
All Tags
BASH1 DEVELOPMENT3 GIT3 GNOME3 HARDWARE2 INDEX1 KUBERNETES3 LINUX17 ONELINER1 ONELINERS3 OPENSHIFT3 OPENSTACK2 PIPELINES1 PYTHON10 REGEX1 SECURITY2 SUBVERSION1 TEKTON1
[A~Z][0~9]
Purplecarrot

©purplecarrot.co.uk