If your blog is generated with a static site generator such as Hugo or Jekyll,
you might not catch spelling errors in your content. An ideal devops-style
workflow should check your markdown quality and spelling automatically when
pushing a commit. As a starting point, I’m going to provide an easy script to
manually spell-check your markdown before committing changes.
More …
Errors are annoying, but more annoying are errors that trick you into wasting a
day going round in circles and questioning your sanity.
More …
…also known as “Solving the Working from Home bandwidth problem”. A common
task I perform as part of my job is to download large files from websites onto
a server. Often my aim is to download such files directly onto the Linux servers
residing in the datacentre, and most of the time this is straight-forward: open
an ssh connection to the server, and pass the url to the wget
command. The
file is promptly downloaded directly to the server at several Gigabits per second.
More …