Git Config is useful for developer

To use Git effectively, there are many useful Git config tops for developers. In the process of working, I have encountered some confusion in configuring and using git, and also share it here for your reference. Line Ending Character Line Ending Character is a character representing the end of a... [Read More]
Tags: git, tips

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

Enable Php 5.5 Opcache on Ubuntu 14.04 with Nginx and Php-Fpm

Making the switch from APC to Opcache now that it’s standard with Ubuntu 14.04. All the tutorials seemed to be on Apache so thought I’d share what I did. The first change and restarting php I believe is all you need to do while the other changes are for performance... [Read More]
Tags: nginx, optimize, tips