Posts in the sysadmin category

Other categories: calendar configuration dev diagnostics easter-eggs frontend fullstack hardware internet optimisation programming scripting servers software terminal vue web

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
Ubuntu recovery mode mounting read only filesytem
I recently made some changes to my /etc/X11/xorg.conf file which backfired and Ubuntu (12.10 in this case) would crash while loading the operating system. It should be simple enough to undo the last change you made to a
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
Ctrl-C no longer works in terminal on Ubuntu
The programmers behind gnome-terminal seem to have changed something to do with the way ctrl-c works. Now if you want to cancel a program that has the focus of the terminal and you hit ctrl-c then nothing will happen. Th
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
Temporarily disable touchpad while typing
In linux if you have a laptop with a trackpad just below the keyboard sometimes you can be typing away and then suddenly you touch the trackpad/touchpad and find your cursor appears elsewhere so you have to stop typing a
Faster internet usage with a local dns cache
One of the things you can do to speed up browsing and general internet activity is to create a local DNS cache. A DNS is a Domain Name Server and its purpose is to convert domain names to IP addresses. Every time you typ
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
Dell diagnostic codes during post
My laptop is now bricked. Apparently it is an LCD failure. It took me forever to find out what the flashing lights on my dell laptop meant as the docs seem to be missing from dell's support site. In order to make the lap
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