> esc
move open g h home ? help
$ ls /categories/sysadmin/

Posts in the sysadmin category

Batch rename extensions

Another snippet, this time to batch rename the extension of a set of files to another, in my case I needed to rename .html files as .mustache so, as before, (when I set up a scripts folder in my user folder and added it

Find in files script

Similar to the previous post, I can never remember the correct format for grepping recursively through folders for a particular string. So I added the following script to a file called findinfiles in the scripts director

Find files script

I can never remember the correct format of the find command so that I can recusively search through folders for a particular file or files. So I set up a scripts folder in my user folder and added it to my path in my .ba

Automatic backup of mysql database to S3

Most of my websites run on Amazon's EC2 servers and in setting up a new one today I thought I had better come up with a better backup strategy. In the past I've just asked EC2 to create either AMI or EBS snapshots, but t

301 redirect with args in .htaccess

If you ever need to redirect one domain name to another (using apache) and you need to do it in code you can simply create a .htacess file in the root of the folder that needs to be redirected and pop the standard 301 re

How to spend $4000 from the commandline

I have used Amazon Elastic Cloud (EC2) for my dedicated hosting needs for nearly 6 months now. They've just released a new "bulk-buy" service that enables you to buy 1 or 3 years' of as many instances as you want in adva

How to stop Spotify on linux skipping

Spotify is a great application that lets you listen to any music they have (there's an incredible amount on there) with the odd, almost unnoticable, advert thrown in to pay for the service. It works on windows or mac, bu

Using Alien to convert rpm to lpia deb

Alien is a nice little linux utility that converts .rpm software packages to .deb packages so that you can install software packaged for Red Hat on Debian and Ubuntu, etc. Clever. But for those of us on the lpia architec

Reduce DNS server lookup time

Having moved house I have just been connected to broadband. The connection is a decent enough 4mbps but for some reason, especially in the evening, when I went to a website when I was surfing the browser would spend a fe

Moving your website? Check the ttl

Sometimes you just have to move your website. Perhaps you were hosting a website in a subdirectory of another site and it became popular? Perhaps you need to move to another website hosting company? The reasons are many