Linux Things
Scripts and Snippets
myiostat
postfix
# /etc/postfix/main.cf # Identity myhostname = vps1.richardmay.net mydomain = richardmay.net myo...
Key remaps w/ keyd
"control-lock" the F4 key. Press crtl + F4 for a "pure" F4 keypress. [ids] * [main] f4 = C-f4 ...
fish: rename files
# replace file ext with some other ext for file in *.zip.1 mv $file (string replace '.zip.1' ...