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.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.