by whisky29 | Aug 23, 2017 | Server Management, Web Develpment
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...
by whisky29 | Mar 1, 2017 | Server Management, Web Develpment
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... by whisky29 | Jun 2, 2015 | Web Develpment
We use nmap Install nmap # yum install nmap Now use the following format to check for open ports # nmap -p (port-number) (ip-address/domain-name) # nmap -p 80 google.com # nmap -p 80 192.168.1.1 by Atif N | Jun 2, 2015 | Web Develpment
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... by Atif N | Feb 12, 2014 | Web Develpment
WordPress by default uses this address wordpress@yourdomain.com which quite often ends up in user’s spam mail folder. It is strange why WordPress has not provided any option on the settings page to change the default from email name and address. But they have... 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...