* (asterisk intended)
This is a sentence*. (I promise it’s safe to click up there – you’ll enjoy it.)
Some thoughts
This is a sentence*. (I promise it’s safe to click up there – you’ll enjoy it.)
xargs makes it very easy to quickly run a set of similar processes in parallel – but did you know when you’re half-way through a...
Curious… While editing in vim you want to search and replace including a sub-string with an ampersand (&) – this doesn’t have an special regular...
While piping together commands that only output intermittently we run into the pipe buffers created by the pipe() system call (also see overview of pipes...
To review disk usage recursively – a few different options exist (when scanning manually through with df and du are not enough). I have found...
md Building a RAID array using mdadm – two primary steps: “mdadm –create” to build the array using available resources “mdadm –detail –scan” to build...
For old servers that need to stay that way (for whatever reason) updates are no longer available but you can access the packages that were...
Synopsis #!/usr/bin/env python3 import shutil # Decorator which pre-checks the space in /tmp # and throws an exception if the space is more than #...
This is for fun, for silliness and for do not use anywhere-ness – or to quote the instructions: If you’ve ever wondered just how egregious...
When using and monitoring AWS for EC2 instances and their attached EBS volumes there are a couple of very important metrics to keep an eye...