by Perk1z on October 10, 2007
1.Login via SSH to your host
2.Create abd Go to a temporary directory: cd /tmp (example)
me@titik.org [~/www]# mkdir tmp
me@titik.org [~/www]# cd tmp/
3.Grab the latest WP archive: wget http://wordpress.org/latest.tar.gz
4.Extract the archive contents latest.tar.gz
me@titik.org [~/www/spa/tmp]# wget http://wordpress.org/latest.tar.gz
–15:28:54– http://wordpress.org/latest.tar.gz
=> `latest.tar.gz’
Resolving wordpress.org… 72.233.56.139, 72.233.56.138
Connecting to wordpress.org|72.233.56.139|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: unspecified [application/x-gzip]
[ <=> ] 870,766 11.39K/s
15:30:28 (9.17 KB/s) - `latest.tar.gz’ saved [870766]
[click to continue...]
Popularity: 39% [?]
by Perk1z on September 5, 2007

1. wget http://layer1.cpanel.net/perl588installer.tar.gz
2. tar -zxvf perl588installer.tar.gz
3. cd perl588installer
4. ./install
……………..
perlmod–Install done
Tested 107, 107 ok, 0 failed.
5. /scripts/realperlinstaller YAML::Syck
………………..
YAML::Syck is up to date (0.97).
perlmod–Install done
6. /scripts/realperlinstaller File::Copy::Recursive
………………..
File::Copy::Recursive is up to date (0.35).
perlmod–Install done
7. /usr/local/cpanel/bin/checkperlmodules
…………….
perlmod–Install done
Tested 96, 96 ok, 0 failed.
Reference :
http://www.cpanel.net/company/news/cpanel11.htm
http://www.cpanel.net/products/cPanelandWHM/linux/cpanel11/releasenotes.pdf
Popularity: 12% [?]