Monday, May 27, 2013
ESXi 3.5 does ship with the ability to run SSH, but this is disabled by default (and is not supported).
1) At the console of the ESXi host, press ALT-F1 to access the console window.
2) Enter unsupported in the console and then press Enter. You will not see the text you type in.
3) If you typed in unsupported correctly, you will see the Tech Support Mode warning and a password prompt. Enter the password for the root login.
4) You should then see the prompt of ~ #. Edit the file inetd.conf (enter the command vi /etc/inetd.conf).
5) Find the line that begins with #ssh and remove the #. Then save the file. If you're new to using vi, then move the cursor down to #ssh line and then press the Insert key. Move the cursor over one space and then hit backspace to delete the #. Then press ESC and type in :wq to save the file and exit vi. If you make a mistake, you can press the ESC key and then type it :q! to quit vi without saving the file.
6) Restart host or try kill -HUP `ps | grep inetd`
Wednesday, May 22, 2013
Compare web load speed
http://whichloadsfaster.com/
Friday, May 10, 2013
How to minotor live Squid traffic in GUI
SqStat
#cd /var/www
#wget http://samm.kiev.ua/sqstat/sqstat-1.20.tar.gz
#tar -zxvf sqstat-1.20.tar.gz
#cd sqstat-1.20
#mv config.inc.php.defaults config.inc.php
#mv sqstat.php index.php
test di browser anda :
http://192.168.169.2/sqstat-1.20/index.php
#cd /var/www
#wget http://samm.kiev.ua/sqstat/sqstat-1.20.tar.gz
#tar -zxvf sqstat-1.20.tar.gz
#cd sqstat-1.20
#mv config.inc.php.defaults config.inc.php
#mv sqstat.php index.php
test di browser anda :
http://192.168.169.2/sqstat-1.20/index.php
Tuesday, May 7, 2013
What is my public IP | Linux
wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
Sunday, May 5, 2013
Using Aliases with Filezilla-sharing additional drives to FTP
http://www.youtube.com/watch?v=9GVbDcCw0mE
Password-less login with Putty and Pageant
http://www.dailymotion.com/video/xadb3u_passwordless-login-with-putty-and-p_tech
Subscribe to:
Posts (Atom)