wolfg's Weblog

wolfg's journey with open source, linux, programming, sysadm …

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Programming
    • IceRocket BlogTracker
  • About

Monthly Archives: March 2006

Post navigation

Newer posts →

一个好用的VNC客户端

Posted on 2006-03-02, Thursday by wolfg
Reply

UltraVNC

http://ultravnc.sourceforge.net/

Posted in OSS | Leave a reply

把shell变量传给awk

Posted on 2006-03-01, Wednesday by wolfg
Reply

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

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

Posted in Dev | Leave a reply

Linux下修改网卡工作模式

Posted on 2006-03-01, Wednesday by wolfg
Reply

用ethtool命令。

查看当前的工作模式

ethtool eth0

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

ethtool -s eth0 speed 100 duplex full autoneg off

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

Posted in Uncategorized | Leave a reply

Post navigation

Newer posts →

Archives

My instagrams

  • #手工 #创意 #
  • #green
  • #mickey mouse
  • @zgd425

Tags

770 bluetooth cacti chinaunix CLOSE_WAIT debian eclipse firefox extention fluxbox font google HttpClient input method Java jetty jvm latex Linux Mac maemo maemocjk maven mysql n800 nagios nginx nokia postfix Python scim smtp stardict Symbian T43 tcp tex theme ubuntu vmdk vmware vmware-player wordpress xfce 监控 运维

Recent Posts

  • 今晚拍的月亮
  • 笔记本Gentoo系统升级
  • 知道了关于Linux进程的一点事儿
  • Radio Man
  • 打算DIY个快门定时器

Recent Comments

  • guoyong on 笔记本Gentoo系统升级
  • wolfg on
  • ziv cheung on 使用Cacti监控JVM
  • wolfg on About
  • chris on About

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
This work by 郭勇 is licensed under a Attribution-Noncommercial-Share Alike 2.5 China Mainland.
Proudly powered by WordPress