SysAdmin

Get Old Compose window Gmail / Google Apps

##### Issue – How to get the Gmail Old Compose window back ? – We need the old gmail compose window in gmail and google apps ? ![gmail-logo-34609](https://res.cloudinary.com/jobnix/image/upload/h_194,w_300/v1415999126/gmail-logo-34609_f89oro.jpg) ##### Solution – You can install the Chrome and Firefox plugin from oldcompose.com . This will bring back the old compose interface across gmail and google apps. Download …

Get Old Compose window Gmail / Google Apps Read More »

How to enable Leverage Browser Caching in website with .htaccess

Issue How to enable Leverage Browser Caching for my website or server. How to set expiry time for my website contents. How to enabled Leverage Browser Caching for my wordpress / joomla / drupal / django websites. Webpage performance test sites like gtmetrix.com and webpagetest.org reports that Leverage Browser Caching is not enabled on my website. Environment Website …

How to enable Leverage Browser Caching in website with .htaccess Read More »

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