網頁

2016年1月23日 星期六

收藏兩個不錯的script: monitor及wget十種方式

收藏兩個不錯的script

1. http://www.tecmint.com/linux-server-health-monitoring-script/
可以monitor主機的狀況。

2. http://www.tecmint.com/10-wget-command-examples-in-linux/
常用到的wget的十種方式。我現在在才知道wget可以續傳http協定的檔案,可以用ftp,也可以背景下載 @@

稍微記錄一下(轉自http://www.tecmint.com/10-wget-command-examples-in-linux/)

//下載wget-1.5.3.tar.gz 更名為wget.zip
$ wget -O wget.zip http://ftp.gnu.org/gnu/wget/wget-1.5.3.tar.gz

//續傳
$ wget -c http://mirrors.hns.net.in/centos/6.3/isos/x86_64/CentOS-6.3-x86_64-LiveDVD.iso

//ftp with username
$ wget --ftp-user=narad --ftp-password=password ftp://ftp.iinet.net.au/debian/debian-cd/6.0.5/i386/iso-dvd/debian-6.0.5-i386-DVD-1.iso

//http with username
$ wget --http-user=narad --http-password=password http://mirrors.hns.net.in/centos/6.3/isos/x86_64/CentOS-6.3-x86_64-LiveDVD.iso

//背景執行
$ wget -b /wget/log.txt ftp://ftp.iinet.net.au/debian/debian-cd/6.0.5/i386/iso-dvd/debian-6.0.5-i386-DVD-1.iso

沒有留言:

張貼留言