vi and vim cheat sheet for Linux
vi and vim cheat sheet for Linux Cursor movement h – move left j – move down k – move up l – move right w – jump by start…
rpm command cheat sheet for Linux
rpm command cheat sheet for Linux rpm is a powerful Package Manager for Red Hat, Suse and Fedora Linux. It can be used to build, install, query, verify, update, and…
How to install magickwand in linux
How to install magickwand in linux First go to the path where you want to download the tar file. cd /usr/local/src/ Use the below link to download the magickwand tar…
install vztop command
How to install vztop command in centos Take vzprocps tools from http://download.openvz.org/contrib/utils/ . These are usual ps and top utilities (named vztop and vzps to not conflict with the standard…
Change Theme Without Login To WordPress Admin Area
Change Theme Without Login To WordPress Admin Area Check the database name from wp-config.php file. Backup the database using the following command from shell. Cpanel mysqldump database_name > database_name.sql Plesk…
Command to check mod_pagespeed
Command to check mod_pagespeed is installed in server. curl -D http://127.0.0.1 You will get below output. Date: Fri, 07 Sep 2012 21:51:06 GMT Server: Apache/2.2.3 (CentOS) X-Mod-Pagespeed: 0.10.22.4-1633
How to: Install mod_pagespeed in cpanel
How to: Install mod_pagespeed in cpanel Login to the server via SSH Go to below folder cd /usr/local/src create directory mkdir mod_pagespeed Download pagespeed rpm wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-beta_current_i386.rpm Extract the rpm…
Unknown License File Version in cpanel : Failed to get a new license, or part of the update process failed
Sometime while accessing WHM, some links are giving below error. =============================================== Unknown License File Version (has = 23, needed = 22, length=1554). This means that the system failed to get…