2009年7月20日 星期一

windows vista windows 7 安裝PLANEX Mini 300PU Print Server


windows vista 安裝PLANEX Mini 300PU Print Server的方法:
新增印表機後,連接埠選擇 stand tcp/ip,類型選Print server,輸入ip:192.168.1.200,通訊協定選LPR,佇列名稱:lp1、lp2、lp3
原廠出了新的驅動程式
但是在安裝時仍出了問題,所以最後仍用手動的方試修改了上述的佇列名稱。

2009年7月15日 星期三

Server資料備份到NAS

在NAS開啟NFS, 設定可以連線的IP:x.x.x.x/27, 只有1-31這幾台可以連線。
在server端設定連線 mount x.x.x.x:/backupdir/ /root/tcnas/

cp -a /etc /root/tcnas/webmail/
cp -a /boot /root/tcnas/webmail/
cp -a /root /root/tcnas/webmail/ 不能這樣設定,root 不能備份到自己資料夾下面