1
vote
1answer
110 views

How can I resume a download with wget?

I use wget with Flashgot in Firefox to download. I can't resume download if i pause(by ctrl+c). Because, i don't know the commandline arguments of wget to manually add it in a terminal. So i did ...
0
votes
2answers
96 views

How do I install unsettings in ubuntu 12.10? [duplicate]

When I try to install through my terminal I get this error: enyel@Alexandria:~$ sudo apt-get unsettings E: Invalid operation unsettings enyel@Alexandria:~$ sudo apt-get install unsettings E: Could ...
-1
votes
1answer
71 views

Downloading software from internet

I need to download a file from this site. I saved the file elements as Linux 64.bit into a temp folder in my desktop. How do I get these files from my temp desktop folder to its final destination so ...
1
vote
0answers
94 views

How to download specific images from a site index with wget?

Let's suppose that I have access to a site index and in a specific directory of this index I have a lot of images, but some of those images were resized (the original still there). The resized images ...
0
votes
0answers
21 views

Trying to download a software [duplicate]

Possible Duplicate: New to Ubuntu, How to install a program? New to Ubuntu, wondering how to download this software http://www.mobilepcmonitor.com/download/pcmonitor.tar.gz. I did wget ...
2
votes
1answer
548 views

How to download multiple files using an script

I have to download multiple files from here in googlecode. Currently I open each folder and download each file by saving it using my browser. Is there a way to automatically download all folder/files? ...
6
votes
3answers
3k views

How to download an MP3 track from a YouTube video [duplicate]

Possible Duplicate: How to download a youtube video via terminal There are several Q&A threads that explain how to download youtube videos using the terminal. However, I would also ...
0
votes
3answers
705 views

How can I download from 4shared.com via terminal? [duplicate]

Possible Duplicate: How do I use wget/curl to download from a site I am logged into? I want to ask if I can download from 4shared.om via terminal? I tried to use wget ...
3
votes
0answers
975 views

aget vs axel vs aria2 [closed]

I'm looking for a multi-threaded (fast) alternative to wget which can download large files. The choices seem to be aget, axel and aria2. I'm familiar with axel (thanks to apt-fast). Which is the best ...
1
vote
0answers
634 views

How to download a youtube video via terminal [duplicate]

Possible Duplicate: How can I download the videos from YouTube? I would like to download this video http://www.youtube.com/watch?v=e_N5dvvqV7g using commands How i download this video via ...
1
vote
1answer
207 views

How to see from the terminal what file I am downloading from Firefox or Chrome

I want to see from the terminal what file I am downloading from Firefox or Chrome. Is there a way to monitor what files I am downloading from the terminal? Note that I want to see this WHILE ...
25
votes
3answers
27k views

How do I download and install Handbrake?

I'm new at Ubuntu so I don't know very well how to use the terminal in order to download and install programs that aren't in the software center. I've tried without success downloading and installing ...
3
votes
1answer
301 views

Ubuntu server terminal?

I installed ubuntu server on my windows 7 computer and can't reboot windows 7. I want know if I accidently formatted my hard drive or if I accidently replaced my OS. How do I download ubuntu from the ...
6
votes
3answers
2k views

Any recommendations for a command-line download manager?

Any command-line download accelerator/manager recommendations for Ubuntu 11.04? I tried some programs like Axel wget/curl I wanted to know if there are any command-line download managers which ...
3
votes
2answers
3k views

How do I provide a username and password to wget?

I've tried to connect to a server via wget: wget http://<user>:<pass>@serveradress But wget responds: invalid port I know that the server accepts incoming traffic at port 80. How can I ...