- ThinkBlog - http://thinkblog.org -
::insert maniacal laughter here::
Posted By Michael On 11th September 2003 @ 15:05 In technology &c. | No Comments
Haha, MAN this stuff is fun when it goes right. Using the following commands, I’ve been able to mirror [1] www.ccel.org onto my Windows box (thanks, 120GB HDD) via the Linux box and smbmount:
# cd /var/www/html/mirrors; mkdir wgot; chown mike:mike wgot
# mount -t smbfs -o username=mike,credentials=/etc/smb.auth,uid=mike,gid=mike //tek1/wGetGUI /var/www/html/mirrors/wgot
# su mike; cd wgot
$ wget -c -x -p -m -t10 -w2 –random-wait –waitretry=7 -U “Mozilla/4.03 [en] (X11; I; SunOS 5.5.1 sun4u)” –referer=”http://www.ccel.org/” -k -b -a mirroring.log -nv -A*.* http://www.ccel.org/
Isn’t that sick in the best way?
::insert maniacal laughter here::
Posted By Michael On 11th September 2003 @ 15:05 In technology &c. | No Comments
Haha, MAN this stuff is fun when it goes right. Using the following commands, I’ve been able to mirror [2] www.ccel.org onto my Windows box (thanks, 120GB HDD) via the Linux box and smbmount:
# cd /var/www/html/mirrors; mkdir wgot; chown mike:mike wgot
# mount -t smbfs -o username=mike,credentials=/etc/smb.auth,uid=mike,gid=mike //tek1/wGetGUI /var/www/html/mirrors/wgot
# su mike; cd wgot
$ wget -c -x -p -m -t10 -w2 –random-wait –waitretry=7 -U “Mozilla/4.03 [en] (X11; I; SunOS 5.5.1 sun4u)” –referer=”http://www.ccel.org/” -k -b -a mirroring.log -nv -A*.* http://www.ccel.org/
Isn’t that sick in the best way?
Article printed from ThinkBlog: http://thinkblog.org
URL to article: http://thinkblog.org/2003/09/11/insert_maniacal_laughter_here/
URLs in this post:
[1] www.ccel.org: http://www.ccel.org/
[2] www.ccel.org: http://www.ccel.org/
Click here to print.