Inspired by thoughts, Achieved by strength Blog

0

Windows commands

Very few people know command line tools used in windows. So this is a little contribution for those. at (windows XP/2000) Scheduling utility. bootcfg (XP only) This utility allows you to set up your...

1

Cpanel Back End Files

WHM : Web Host Manager ==================== http://IPaddress:2086 http://IPaddress/whm WHM related files =============== /var/cpanel – whm files + bandwidth/ – rrd files of domains + username.accts – reseller accounts are listed in this files +...

0

Add IP module in VZCTL

HowTo: Add iptable modules on a VPS If you receive the following error on restating iptables on a VPS: error message: from firewall software ~ iptables: Unknown error 4294967295 You need to make sure the...

0

.htaccess Redirection.

How to redirect a website using .htaccess? Redirect website http://mydomain.com to http://www.mynewdomain.comRewriteEngine onRewriteCond %{HTTP_HOST} ^mydomain\.com$RewriteRule ^(.*)$ http://www.mynewdomain.com [R=301,L] Redirect website mydomain.com with and without www requests to http://www.mynewdomain.comRewriteEngine onRewriteCond %{HTTP_HOST} ^www\.mydomain\.com$ [OR]RewriteCond %{HTTP_HOST} ^mydomain\.com$RewriteRule...

0

Nagios installation.

How to install NAGIOS in linux or windows server? Solution. INSTALLATION Download the latest version of nagios from the following linkhttp://www.nagios.org/download/Then, unpack the Nagios distribution, use the following command#tar xzf nagios-2.6.tar.gzNavigate  to the newly...

0

Open VZ and commands

OpenVZ Commands Introductionvz -> recommends ext3 file system PIM -> IP:4643 PMC -> mangaing h/w node PPP -> for managing a single container All the above things need a license from parallel ====================Templates ====================...