Nick Yeoman
Working On The Web
Nick Yeoman Working On The Web

System Administration

Updated 05April2010

Split Files Into Chunks

Split is a really easy Linux command you can use to split large files into smaller chunks.

Read more...
 
Updated 11November2009

Server Storage

This article outlines everything I can think of about space on your server drives. What is taking up how much space where.

Read more...
 
Updated 31August2009

Regenerate your SSH Key

Have you lost your public SSH key? If the answer is yes, this article is for you because I explain how to regenerate your public key from an existing private key.

Read more...
 
Updated 29November2009

Rsync

This article is my reference for everything to do with Rsync. I primarily use Rsync for backups and moving servers.

Read more...
 
Updated 18June2009

Project Directory Setup

Working as a freelance developer I have very little time to waste. This article explains how I setup my project directory and why. I also include a bash script which automatically generates the working directories.

Read more...
 
Updated 06November2009

http Status Codes

In web development you come upon different status codes all the time. In knowing what they mean, you will be able to quickly identify and fix any related problems. This article is to serve as a quick reference for HTTP status codes.

Read more...
 
Updated 30July2009

Ubuntu for web development

This article explains my process of setting up a desktop (or development server) for the purpose of web development. The goal is to create a script which reduces downtime when rebuilding a system from scratch.

In this article I will use Ubuntu Linux for my Operating System.

Read more...