Migrating git to svn (subversion)
I’ve found that most documentation / forum discussion around the web for this topic tends to be about migrating svn to git – so here’s...
Some thoughts
Posts about system administration.
I’ve found that most documentation / forum discussion around the web for this topic tends to be about migrating svn to git – so here’s...
TL;DR You need to tell qemu to: use the local host CPU (rather than emulating one) and enable hypervisor mode, include a couple of CPU...
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...
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...
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...
A bunch of processes have failed – and you’d like to restart them in a screen session in case you need to rerun them in...
A very quick and simple comment on building single-quoted strings in shell scripts which include single quotes. Note that it’s not possible to include a...