有 2 筆資料符合您搜尋的條件

steven
2012-02-13 16:43:22
版面: Ubuntu
主題: Ubuntu 8.04 LTS
回覆: 9
觀看: 2684

Re: ntop

apt-get install ntop ntop –set-admin-password http://your.ip:3000 修改 iptable的設定, 只讓內部網路可以利用port 3000, 用網頁瀏覽器看 ntop的統計圖表 /etc/iptables -A INPUT -i eth0 -p tcp --dport 3000 -j DROP Ubuntu 8.04 預設值 https://xxx.xxx.xxx.xxx:4413/ 設定密碼 ntop --set-admin-password=password http://wenku.baidu.com/view/eb25aa...
steven
2011-05-23 13:48:40
版面: Linux
主題: samba 設定語系
回覆: 2
觀看: 1756

mount smbfs smbmount

http://blog.longwin.com.tw/2008/05/samb ... mand_2008/

mount -t smbfs -o password='' -o ip=10.10.40.250,workgroup=WORKGROUP,guest,r -o iocharset=utf8 //10.10.40.250/iso /mnt/old

前往進階搜尋