01:04

An it harm none, do what thou wilt
wget -rk http://*

Комментарии
17.11.2010 в 01:16

#!/bin/sh
Так можно автономно владеть интернетом xD
17.11.2010 в 01:18

An it harm none, do what thou wilt
в реальности все гораздо проще, товарищ проверил
max@zeppelin:~$ wget -rk --bind-address=/media/USB\ -\ FLASH/internets www.*
--2010-11-17 01:09:34-- www.*/
Resolving www.*... failed: Name or service not known.
wget: unable to resolve host address `www.*'
max@zeppelin:~$ wget -rk --bind-address=/media/USB\ -\ FLASH/internets webcache.googleusercontent.com
--2010-11-17 01:12:03-- webcache.googleusercontent.com/
Resolving webcache.googleusercontent.com... 74.125.87.132, 2a00:1450:8004::84
Connecting to webcache.googleusercontent.com|74.125.87.132|:80... wget: unable to resolve bind address `/media/USB - FLASH/internets'; disabling bind.
connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: www.google.com/ [following]
--2010-11-17 01:12:09-- www.google.com/
Resolving www.google.com... 74.125.232.19, 74.125.232.18, 74.125.232.17, ...
Connecting to www.google.com|74.125.232.19|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: www.google.ru/ [following]
--2010-11-17 01:12:09-- www.google.ru/
Resolving www.google.ru... 74.125.232.18, 74.125.232.19, 74.125.232.16, ...
Reusing existing connection to www.google.com:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `www.google.ru/index.html'

[ <=> ] 9 259 53,4K/s in 0,2s

2010-11-17 01:12:10 (53,4 KB/s) - `www.google.ru/index.html' saved [9259]

FINISHED --2010-11-17 01:12:10--
Downloaded: 1 files, 9,0K in 0,2s (53,4 KB/s)
Converting www.google.ru/index.html... 0-10
Converted 1 files in 0 seconds.
max@zeppelin:~$