How to reset ESX password 1. Power on the ESX server. At the Grub boot loader, select the “VMware ESX 4.0” entry and press a to modify the kernel arguments. 2. Add a space and the word single to the […]
siteground service sucks
Fellow followers Again my webhosting company siteground.com took my website offline without even notifing me! Its the second time in the last 3 months they have done that. I will be building my own linux server to run my website, […]
ESX VLAN TAGGING
VLAN testing in ESX 4, So I need to test lots of VLANs and make sure connectivity is OK. Well here is quick and easy way to do it? 1. Create a port group on the vSwitch with ID 4095. […]
nlb load balance linux
Load balancing can help with almost any kind of service, including HTTP, DNS, FTP, POP/IMAP, RDP and SMTP. There are a number of open source load balancing applications, but one simple command-line load balancer, balance, remains one of the most […]
ESX Loses Connection to VC
ERROR: warning ‘Heartbeat’] Failed to bind heartbeat socket (-1). Using any IP. Our ESX server is in a remote site using NAT to connect to the Virtual Center and it loses connection because the ports are not open and the […]
Download Recursive Entire Site
Using WGET on Windows: Start>Run>cmd set http_proxy=http://proxy:8080 wget -d -v -x -U “Mozilla” –proxy=on –proxy-user=user –proxy-passwd=pass –spider –recursive –level=2 http://www.yahoo.com/ In linux: export http_proxy=”http://${user}:${pass}@proxy:8080″ wget -d -v -x -U “Mozilla” –proxy=on –recursive http://www.yahoo.com/ –spider will not save files locally –level=2 […]
How to install Centreon-Syslog module
1.Download and install the centreon-syslog-server # wget http://forge.centreon.com/attachments/download/568/centreon-syslog-server-1.1.tar.gz # tar -zxvf centreon-syslog-server-1.1.tar.gz # cd centreon-syslog-server-1.1.tar.gz # chmod +x install.sh # bash install.sh -i NOTE: go thru the interactive setup, u will need the mysql root pass. Make note of the […]
