Apache Configuration File Tips

The default Apache settings that cPanel sets upon install are definitely something that can be improved on. With a few small tweaks, the efficiency with which Apache runs with can be greatly improved. [Read More]
Tags: tips, linux

How To Synchronize Time in Linux with NTP Peers

There are many different services such as Kerberos that depend on the time of a Linux system being accurate in order to function correctly. It is therefore important to ensure that system time is synchronized with an external source so that it can be kept accurately up to date, this... [Read More]
Tags: tips, linux

Mysql Command Line Tips

One of the most useful, but under-used, tools a web developer has is the command line. The terminal often scares people away, so here’s where we demonstrate some of the most useful day-to-day commands. [Read More]
Tags: mysql, linux

Install Jekyll on Ubuntu

Jekyll is a static site generator with a templating system that can be adapted for many types of websites, including blogs. It can be run on a server, or run locally and the generated files uploaded to a server. It is the default software used by Github Pages. [Read More]
Tags: ubuntu, ruby, jekyll