Linux

Mass renaming

Say you have a bunch of files that you want to rename, there is 2 easy approaches to this problem: you can use the aptly named ‘rename‘ utility which should be available on most Linux or you can use a…Continue Reading →

Beyond Bash

If you use Linux you are probably using the bash shell, but turns out there is life beyond bash! When using aptitude or apt-get I’m sure you tried this at least once: aptitude ins<tab> “Oops, that didn’t work but I…Continue Reading →