HyperVM Installation with OpenVZ kernel!
HyperVM is a flexible Virtualization Management System. Using HyperVM you can control your server farm from a single Console. HyperVM supports both OS level (OpenVZ) and Hardware level (Xen) virtualization. Installations Installing HyperVM is quite easy! You need only a few commands to install it from your linux shell as root user. Basically, HyperVM installation [...]
Finding all subdomains of any specific domain (DNS afxr)
It is possible to get list of all subdomains of any domain name. However, that must be allowed by the DNS Server. This is called AXFR. Step One: Getting authoritative nameserver(s) from linux shell dig domainname.com Now check the output in authority section. Let assume it is ns1.somehost.com. Now use the dig command as follow: [...]