Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Linux commands with browsing and downloading files     - FreeBSD install Gnome 3 Desktop (Linux)

- Ansible module Know (Linux)

- CentOS 6.5 start ActiveMQ being given to solve (Server)

- Snort build a secure Linux server (Linux)

- How to install the Ruby runtime environment on Mac OS X (Linux)

- secureCRT remote login Linux must first open the connection protocol (Linux)

- Boot automatically remove Linux operating history records (Linux)

- Linux, Firefox unloading and installation and upgrade (Linux)

- Win7 used Eclipse to connect the virtual machine in Ubuntu Hadoop2.4 (Server)

- Linux6.1 / 6.5 dual-NIC Binding (Linux)

- open V switch port mirror in OpenStack neutron (Server)

- iOS9 new feature - stacked view UIStackView (Programming)

- How to Set Free SSH password on CentOS / RHEL (Linux)

- Openfire achieve load balancing cluster by Nginx (Server)

- How to modify the Ubuntu terminal user name changed to red color (Linux)

- Ubuntu 12.04 LTS installation configuration JDK1.6.0_45 (Linux)

- IBM Data Studio to create objects using ---- double quotes / sensitive issues and the table / column renaming (Database)

- Simple comparison of MySQL and Oracle in a sql analytical details (Database)

- Standardized UNIX command-line tool (Linux)

- Java development specifications summary (Programming)

 
         
  Linux commands with browsing and downloading files
     
  Add Date : 2018-11-21      
         
         
         
  The previous article, we mentioned rTorrent, wget, cURL, w3m, Elinks, and several other useful tools, many people replied that there are several other similar tools are worth discussing, so there is this article.

This article describes several other commands for Linux, browse the web and download files line tool.

1. links

Links are written in C language, an open source web browser that supports all major platforms including Linux, Windows, OS X and OS / 2, including. It provides a text-based and graphical versions. Most standard Linux distributions by default contains the text-based version. If your distribution is not installed by default links, can be installed through the package management tools. Elinks is a derivative version of links.

# Apt-get install links
# Yum install links
After the installation is complete, you can use the command as any web browser like the figure below.

# Links www.tecmint.com
In the links, you can use the arrow keys on your keyboard to navigate. Press the right arrow to open it, press the left arrow to return to the previous page, press q to exit on a hyperlink.

Similarly, you can use wget to download and install as like below.

# Wget http://links.twibright.com/download/links-2.9.tar.gz
# Tar -xvf links-2.9.tar.gz
# Cd links-2.9
# ./configure -enable-Graphics
# Make
# Make install
Note: links to compile the source code you need to install libpng, libjpeg, TIFF library, SVGAlib, XFree86, C Compiler and make these packages.

 
2. links2

Links are Twibright laboratory prepared web browser, Links2 is based on one of its graphical version. Links2 support mouse clicks, the design emphasis on speed, does not support any CSS, to some extent, well supported HTML and JavaScript.

Installation Links2 the following command.

# Apt-get install links2
# Yum install links2
 

3. lynx

lynx is a text-based web browser, using the GNU GPLv2 release agreement, written in ISO C. lynx is a highly configurable web browser, many system administrators is the savior, there is the oldest known web browser, and is still in active development.

Install lynx using the following command.

# Apt-get install lynx
# Yum install lynx
After installation is complete, you can use this command as browse the web as in the figure below.

# Lynx www.tecmint.com


4. youtube-dl

youtube-dl is a cross-platform application that can be used to download video youtube and several other website. It is mainly used python developer, released under the GNU GPL agreement, and beyond the law. (Youtube does not allow users to download videos, using youtube-dl might cause offense. Before using the tool please read the relevant laws.)

Use the following command to install youtube-dl.

# Apt-get install youtube-dl
# Yum install youtube-dl
After installation is complete, you can use the following commands as download videos from youtube sites like figure.

# Youtube-dl https://www.youtube.com/watch?v=ql4SEy_4xws

5. fetch

is a fetch command to retrieve the URL class unix systems under the support of many options, such as retrieving only ipv4 or ipv6 address, no redirection, exit retrieval request is successful, automatic retry and the like.

fetch from the links below to download and install.

http://sourceforge.net/projects/fetch/?source=typ_redirect
Before compiling the installation, you need to install HTTP Fetcher, you can download via the link below.

http://sourceforge.net/projects/http-fetcher/?source=typ_redirect
 

6. Axel

Axel is under a Linux-based command line download accelerator, you can request the use of multiple threads and multiple http and ftp connections acceleration.

Use the following command to install Axel.

# Apt-get install axel
# Yum install axel
Axel After the installation is complete, you can use this as a command to download any file like the following figure.

# Axel http://mirror.cse.iitk.ac.in/archlinux/iso/2015.04.01/archlinux-2015.04.01-dual.iso

7. aria2

aria2 is a lightweight command line based download tool, and support for multiple protocols ((HTTP, HTTPS, FTP, BitTorrent and Metalink). It can be used .metalinks files downloaded ISO files from multiple servers.

Use the following command to install aria2.

# Apt-get install aria2
# Yum install aria2
Aria2 After the installation is complete, you can run like that any figure below this command to download the file.

# Aria2c http://cdimage.debian.org/debian-cd/7.8.0/multi-arch/iso-cd/debian-7.8.0-amd64-i386-netinst.iso

Aria2: Linux command line download tool

Currently it so much. Later we discuss another interesting topic. Please keep in touch, often to Tecmint stroll. Do not forget to give us your valuable feedback in the comments, share your love and help us continue to move forward.
     
         
         
         
  More:      
 
- Windows Desktop use VNC remote connect Linux (Linux)
- Ubuntu set Swap Space Tutorial (Linux)
- How to fix fatal error: security / pam_modules.h: No such file or directory (Linux)
- KVM QEMU virtual machine installation configuration under CentOS (Linux)
- Linux Programming memory mapping (Programming)
- MongoDB Learning the notes (Database)
- Ubuntu to install systems Indicator Sticky Notes 0.4.4 (Linux)
- Elasticsearch 2.20 Highlight (Server)
- How Oracle implements random reads from specific combinations (Database)
- lolcat: an output terminal rainbow effects in the Linux command-line tool (Linux)
- On FreeBSD 10.2 Bugzilla how to install and configure Apache SSL (Server)
- Linux source code to install Apache and solutions to common errors (Server)
- Ubuntu GCC, G ++ and fortran Version Switch (Linux)
- Python maketrans () method (Programming)
- About Leetcode on Binary Tree Algorithm summary (Programming)
- Linux system on a virtual machine to access the Internet (Linux)
- Oracle SQL statement to retrieve data paging table (Database)
- JavaScript object - Flexible and dangerous (Programming)
- [JavaScript] catch (ex) statements of ex (Programming)
- CentOS install pip (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.