Monthly Archive for March, 2006

Page 3 of 3

一个好用的VNC客户端

UltraVNC

http://ultravnc.sourceforge.net/

Related posts

把shell变量传给awk

awk -F : -v user=”$u” ‘{if ($1==user) print $6}’ /etc/passwd

参考:http://www.gnu.org/…/Using-Shell-Variables.html

Related posts

Linux下修改网卡工作模式

用ethtool命令。

查看当前的工作模式

ethtool eth0

设置成百兆全双工,关闭自适应

ethtool -s eth0 speed 100 duplex full autoneg off

http://directory.fsf.org/All_Packages_in_Directory/ethtool.html

Related posts




This work by wolfg is licensed under a Attribution-Noncommercial-Share Alike 2.5 China Mainland.