UltraVNC
一个好用的VNC客户端
Reply
UltraVNC
awk -F : -v user=”$u” ‘{if ($1==user) print $6}’ /etc/passwd
用ethtool命令。
查看当前的工作模式
ethtool eth0
设置成百兆全双工,关闭自适应
ethtool -s eth0 speed 100 duplex full autoneg off
http://directory.fsf.org/All_Packages_in_Directory/ethtool.html