Select Page
Git Cheat Sheet

Git Cheat Sheet

Check if installed git –version   Setup git config –global user.name “Presidio Production” git config –global user.email “presidio_production@gmail.com” git config –list   Initialize git on directory Browse the...
Install LetsEncrypt on Centos 6

Install LetsEncrypt on Centos 6

Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. It is a service provided by the Internet Security Research Group (ISRG). The key principles behind Let’s Encrypt are: Free: Anyone who owns a domain name can use...

Change WordPress themes in database

How to Change WordPress themes using Database? Some times you come across a situation that you cant access your site for some reason. For example I had a bug in my theme’s functions.php file and I could not even access my wp-admin. Only solution was to change...

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