Select Page

WordPress Shortcode Generator

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 the Add...

git: Adding files to ignore list

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...

How to Install HTOP on RedHat and Centos

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 htop...

Backup and restore MySQL databases

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 again...