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 of words (punctuation considered words) W - jump by words (spaces separate words) e - jump to end of words (punctuation considered words) E ...
Month: April 2013
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 remove/erase individual software packages. A Package consists of an archive of files, and package information, including name, version, and description: Syntax Description Example(s) rpm -ivh ...
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 file. wget http://www.magickwand.org/download/php/MagickWandForPHP-1.0.9.tar.gz Extract the file using the below command. tar -zxvf MagickWandForPHP-1.0.9.tar.gz Go inside the extracted folder. cd MagickWandForPHP-1.0.9 Run the below commands to ...
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 ones) with an -E option added. You can use -E CTID option to limit the output to the selected CTID (use 0 for the host ...