Logo
Blog2023-09-28T15:24:41+05:30
1802, 2009

Open SSL

By |February 18, 2009|Categories: General discussions, Issues|0 Comments

wget http://www.openssl.org/source/openssl-0.9.7d.tar.gz tar zxf openssl-0.9.7d.tar.gz cd openssl-0.9.7d ./configure --prefix=/usr make make test make install ./configure make make test [...]

1802, 2009

Wild Card DNS

By |February 18, 2009|Categories: Dns|0 Comments

For the DNS, edit the DNS zone file and add the following: Code: * IN A x.x.x.x (where [...]

1802, 2009

OpenDNS error

By |February 18, 2009|Categories: Dns, Issues|0 Comments

change etc/named.conf from: options { directory "/var"; auth-nxdomain no; pid-file "/var/run/named/named.pid"; to this: options { directory "/var"; auth-nxdomain [...]

2901, 2009

cpanel backup script

By |January 29, 2009|Categories: Scripts|0 Comments

cat /etc/trueuserdomains | awk -F: '{print $2}' > /root/users for i in `cat /root/users`;do /scripts/pkgacct $i; scp /home/cpmove-$i.tar.gz [...]

1110, 2008

Installing RV Sitebuilder

By |October 11, 2008|Categories: Third party softwares|0 Comments

Installing RVSiteBuilder: # cd /usr/local/cpanel/whostmgr/docroot/cgi/ # rm -f rvsitebuilderinstaller.tar # wget http://download.rvglobalsoft.com/rvsitebuilderinstaller.tar # tar -xvf rvsitebuilderinstaller.tar # chmod [...]

Go to Top