Skip to main content

Posts

Showing posts from July, 2010

:: how to delete empty line in vi ::

:: lets do it <esc>:g/^$/d <esc> is esc key on the keyboard :: delete some of those lines in vi <esc>:g/^ *$/d there is a space after the '^' and before the '*' :: links + googlelinux + sysunconfig Related articles by Zemanta Emacs v. vi is rooted in the love of Lisp (stevengharms.com) deleting files and folders in user areas via script (edugeek.net) VI Editor / Linux Terminal Cheat Sheet (PDF) (smashingmagazine.com)

:: install cpanel on centos ::

:: what is please take a look this. :: install cpanel on linux [ linux: ~ ]# yum install perl wget [ linux: ~ ]# wget layer1.cpanel.net/latest [ linux: ~ ]# sh latest thats it once it is done installing, assuming you have a license, you can access whm and start to configure it. :: links + googlelinux + cpanel