Twitter Feed

Sponsors

Related Links

Article Image

Split Files Into Chunks

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

Read more...

Article Image

Rsync

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

Read more...

Article Image

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...

Article Image

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...

Article Image

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...

Article Image

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...

Article Image

Project Setup For A Web Directory

Working as a freelance developer, I have very little time to waste. To remain competitive, I automated everything possible. This article explains how I setup my working directory for a new project. A bash script which generates the skeleton of new domain (project) is also included.

Read more...