wget 下載sourceforge 問題 - Linux

Brianna avatar
By Brianna
at 2010-12-21T00:55

Table of Contents

我想下載
http://sourceforge.net/projects/clewn/files/vimGdb/vimgdb72-1.14/vimgdb72-1.14.tar.gz/download


但是都下載失敗請問用wget指令要怎麼下載sourceforge才會成功?

謝謝

--
Tags: Linux

All Comments

Franklin avatar
By Franklin
at 2010-12-22T04:46
wget http://ppt.cc/lXYU
Ina avatar
By Ina
at 2010-12-23T16:39
你那個網址只是下載頁面不是檔案
Kelly avatar
By Kelly
at 2010-12-24T11:37
我知道~不過我是試過下載頁面裡面兩個網址都不行
下載後變成網址
Dorothy avatar
By Dorothy
at 2010-12-28T12:51
你確定下載的是 directlink ?..

ubuntu上打包套件

Mason avatar
By Mason
at 2010-12-20T15:26
我在squid官網抓3.0來打包套件 在A台 #cd squid3 #./configure --prefix=/home #make #checkinstall -D --install=no (一直按enter產生squid4_3.0.deb-1_i386.deb,不安裝) 然後我copy到另外一台B ...

CentOS 5.5關機訊息~

Frederica avatar
By Frederica
at 2010-12-20T14:29
剛剛自已安裝一台CentOS 5.5來練習 結果關機時發現跟另一台運轉很久的伺服器一樣的情形 telling INIT go to go single user mode. INIT:Going single user INIT:Sendi ...

請問大家都用什麼字型

Gary avatar
By Gary
at 2010-12-20T11:14
再網路上看到一種字型Droid 然後我就全面使用他 結果... Terminal字都黏在一起 但我把 使用系統的固定寬度字型 關掉就好了 另一個問題是 我的OpenOffice全部的字型都變成方框 有什麼字型可以全部都設一樣的 或是建議好看好用的 謝謝嚕 - ...

mv指令取消後原始檔案的資料還是完整的嗎?

David avatar
By David
at 2010-12-20T00:09
根據 $ info coreutils and#39;mv invocationand#39; ... It first uses some of the same code thatand#39;s used by `cp -aand#39; to copy the requested directori ...

mv指令取消後,原始檔案的資料還是完整的嗎?

Robert avatar
By Robert
at 2010-12-19T23:12
請問ㄧ下 當我想用mv指令將資料從 A 搬到 B 指令執行到途中才想到硬碟空間可能會有問題 這時我按了 Ctrl + C 這時候原本在A處的原始資料 應該還是完整的吧 ! 所以A不會因有部分搬到B處,而有所缺少囉? -- - ...