by Atif N | Nov 29, 2013 | Web Develpment
I knew how to create and use the Shortcodes in WordPress. But my client wanted to automate the creation and insertion of the Shortcode – into the posts and pages. I tried googling but didnt find any tutorial on how to create the Buttons above the editor, like... by Atif N | Nov 27, 2013 | Server Management
Adding files to .gitignore All you need to do is create a file in the root of the project and name it .gitignore. Then open the file and add the list of files and directories, you want to add to the ignore list. Ignoring individual files and folders /wp-config.php... by Atif N | Nov 1, 2013 | Mlog
List of common shell commands for Linux Trying to find the right command for your Linux Box on the internet is time consuming. I often find myself looking for the same commands again and again. To fix this, I am trying to create a list of most commonly used... by Atif N | Oct 25, 2013 | Server Management
What is HTOP HTOP is a great tool to monitor a linux server’s live performance. I shows the number of CPU cores, work load on each core, average load on the CPU, memory (RAM) being used and a list of processes running like the TOP. Installation To install... by Atif N | Jun 26, 2013 | Web Develpment
If you are a developer like me – you would have or might come across LAMP or LEMP stacks that does not have phpMyAdmin installed. So you have to rely on the command line interface to perform database related tasks. One the tasks you would find your self doing...