因為我執行aria後,似乎都不會動....
用top看看,而aria的%CPU卻一直跑在99%的說.
我也試過rm -rf ~/.aria,可是重新執行aria後,結果還是一樣的說....
p.s.有人可以成功執行aria麼???
p.s.不過#aria -h,還是正常的....怪....
Moderator: Forums Team
隨便先弄個文字檔...breaking wrote:突然很想看看Palatis兄的script<---可以借我看看麼....【Palatis】 wrote:沒用過. 我都用 wget + shell script.![]()
因為我最近用了一些p2p的gui軟體....都不是很滿意的說....
Code: Select all
http://somewhere/path/to/something.jpg
http://somewhere/path/to/something2.jpg
http://somewhere/path/to/something3.jpg
http://somewhere/path/to/something4.jpgCode: Select all
$ wget -i ./list.txt唔....【Palatis】 wrote: 隨便先弄個文字檔...
- list.txt
然後直接Code: Select all
http://somewhere/path/to/something.jpg http://somewhere/path/to/something2.jpg http://somewhere/path/to/something3.jpg http://somewhere/path/to/something4.jpg如果要排程, 就丟進 atd 裡面. 如果丟進 atd, path 要用絕對路徑 (比較保險).Code: Select all
$ wget -i ./list.txt
Code: Select all
#/bin/sh
getpath=""
filename="ABC"
bn=1
fn=3
until [ "$fn" -lt "$bn" ]
do
wget ${getpath}${filename}${fn}
fn=$(( $fn - 1 ))
donemldonkey 很吃 ram.paar wrote:我也是這麼想.. gui 的實在太容易 crash 了..breaking wrote:抱歉囉....不小心就離題離得遠了些....![]()
不過,說實在的,這些p2p的gui軟體都好像很容易掛
不知道有沒有在console下可用的p2p軟體呢?
有時還會拖垮系統..
等有時間來試試 palatis 兄推薦的 mldonkey 看看有沒有好一點..