2010年6月25日 星期五

Rsync 比對中文字時會出現亂碼

Rsync 比對中文字時會出現亂碼

#提供給Rsync轉碼用!!

smbmount //192.168.1.250/dir0$ /home/dir -o passwd=,iocharset=utf8,unicode

2010年6月4日 星期五

Ubuntu 修改網卡對應eth編號


修改 /etc/udev/rules.d/70-persistent-net.rules

# PCI device 0x10de:0x054c (forcedeth)
#SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="11:22:33:44:55:66", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"