Split Files Into Chunks
Split is a really easy Linux command you can use to split large files into smaller chunks.
Split is a really easy Linux command you can use to split large files into smaller chunks.
This article is my reference for everything to do with Rsync. I primarily use Rsync for backups and moving servers.
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.
This article outlines everything I can think of about space on your server drives. What is taking up how much space where.
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.
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.
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.