Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the web surfing tools under the linux command line?

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the linux command line under the network surfing tools, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand.

Linux command line is a powerful tool, command line is our daily work, command line is our daily life. Beetles have written you an introduction to commands, command-line tools, and command-line development. In fact, the command line is also an indispensable part of our life. In this article, we will introduce the command line browser of web surfing tools under the command line.

Lynx

Lynx is a long-standing plain-text web browser that was probably first released in the 1990s in 1997. Lynx is written in C language and released by GGPLv2 protocol. At present, the latest version is 2.8.9, and the development version is 2.9.0 under active update. Lynx is an extended platform browser that can run on Un*x, MacOS, VMS, Windows 95/98/NT/32, DOS386+ (but not 3.1,3.11), and OS/2 EMX, etc., is a highly configurable web browser.

Lynx installation is very simple, directly using the package manager of the distribution, for example, you can use the

Yum install lynx

Installation

How to use lynx:

Lynx website URL

For more lynx options, you can press h for help instructions.

Official website address: https://lynx.invisible-island.net/

Links

Links is an open source GPL-based web browser launched by twibright Lab, which supports text mode and graphics page mode. Links supports cross-platform and can be used in mainstream operating systems such as Linux, Windows, OS X and OS/2. The latest version is 2.20.2.

Like lynx, links can be installed directly with the distribution package installer:

Yum install links

After installation, you can access it in the following ways:

Links website Url

Links interface, you can use the keyboard arrow keys to browse and wrap. For highlighted hyperlinks, use the right arrow to open, and the left arrow to return to the previous page.

Curl,wget and aria2

Curl and wget are download and content preview tools from the command line. The curl bug has been specifically introduced in previous articles, and the latest version is v7.71.1

The most commonly used commands for curl are:

Curl-I Url is used to view the Http response header of the site as a command such as a quick view of the server version.

By default, curl prints the content of the page directly on the terminal, and you can use the

The curl-O Url download is included in a file named the name of the page in url, and you can specify your own name to replace-O with-o name.

Curl official website address: https://curl.haxx.se/

Wget is a non-interactive web download tool launched by the GNU Free Software Foundation, which supports protocols such as http (s) and ftp (s). It is probably one of the most familiar command line tools, with the latest version 1.20.

Aria2 is a lightweight command-line-based download tool that supports BitTorrent and Metalink in addition to the http (s) and ftp protocols. You can download ISO images from multiple servers at the same time using the .metalinks file.

Aria2 has many useful plug-ins or packaging tools, such as pandownload, a tool for downloading cloud disks.

W3m

W3M is an open source text Web browser, supporting multiple platforms, can handle table, cookie, authentication, in addition to javascript basically can support and w3m-img cooperation can also display pictures in the terminal. W3M can also support Chinese display very well, and there is little garbled code on the web page. It is also the favorite and most commonly used browser for bugs.

The W3m installation can also be managed with a distribution package, such as:

Yum install w3m w3m-images

After installation, its use and lynx and links are also similar, the button is also similar to the default lynx, except for the link to open the need to use the enter key, the content to turn the page with the space bar, more can see its help instructions.

It is said above that you can use w3m-img plug-in to display pictures, but it is limited to terminals. Pseudo-terminals that log in remotely through openssh, such as putty, are not supported. This is a pity that exists at present.

Official website: w3m.sourceforge.net

Thank you for reading this article carefully. I hope the article "what are the web surfing tools under the linux command line" shared by the editor will be helpful to you. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report