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]
Absolutely Awesome React Components & Libraries
Absolutely Awesome React Components & Libraries
[Read More]
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]
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]
How to get the closest parent element with a matching selector using vanilla JavaScript
One thing I need to do a lot in my plugins is find a parent element with a particular selector.
[Read More]
A Compilation of Command Prompt Tips, Tricks & Cool Things You Can Do
Stop any command mid-operation
[Read More]
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]