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]
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]
A Compilation of Command Prompt Tips, Tricks & Cool Things You Can Do
Stop any command mid-operation
[Read More]
How to set up ssh so you are not asked for a password
Your create a RSA authentication keys to be able to login a remote site from your account, without having to type your password.
[Read More]
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]
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]