Well, now that we've changed a remote, it feels a lot better. Now to practice, download a mp3:
We use wget this program, it is very reliable, completely worthy of your trust.
First find a can download the address, copy the link, in the terminal window click the middle mouse button, paste it in.
Now this is probably the case in the terminal:
Http://www.download.net/xxx.mp3
Pressing the CTRL + a key combination, we found the cursor moved to the beginning of the line. Enter wget and spaces
wget Http://www.download.net/xxx.mp3
After the carriage return, the terminal appears some information, in a moment time, mp3 then downloads completes.
With CTRL + A key combination, we do not need to use the arrow keys to move the cursor, the arrow keys can only move one character at a time, no efficiency
You can also use CTRL to move the cursor forward, ctrl+b move the cursor backward, CTRL move the cursor to the end of the line ... (Key binding)
Note: In the Linux graphical interface, the middle mouse button usually performs "paste" operation, if your mouse does not have the middle key, you can press the left and right keys simultaneously.