World Backup Day 2014

Yes, Its 31st Mar 2014, [The World Backup Day](www.worldbackupday.com) and Just one day for April Fool’s Day !!!  ![;)](https://www.jobnix.in/wp-includes/images/smilies/icon_wink.gif) So Be prepared, Back up your files on March 31st. For how to, Go through the site [www.worldbackupday.com](www.worldbackupday.com) and see how you can backup your Personal Laptop / PC today. Please check my previous posts on how to Backup your Data

World Backup Day 2014 Read More »

Apache 2.4 – Error during SSL Handshake with remote server

Issue Error during SSL Handshake with remote server Usually happens with the following scenario. Server 1 – Apache as SSL proxy to server2 Server 2 – Runs the web service such as apache or nginx. Environment This issue usually happens with apache 2.4.x . Resolution To solve this issue, Just add the following configuration to

Apache 2.4 – Error during SSL Handshake with remote server Read More »

How to Reset wordpress admin password via MySQL query or PhpMyadmin

This is how you can reset the password of your wordpress admin user. – Connect to your wordpress database via phpmyadmin or mysql-clients like sqlyog – Select the database and get ready to run the following query. [sociallocker] UPDATE `wp_users` SET `user_pass` = MD5( ‘newpassword’ ) WHERE `wp_users`.`user_login` = “admin”; [/sociallocker] – Now you can

How to Reset wordpress admin password via MySQL query or PhpMyadmin Read More »

Scroll to Top