Generally we commonly used browsers are based on the visual interface graphics and text combined with the browsing interface effect, such as Firefox, Chrome, opera and so on, but sometimes toss and project needs, in the Linux environment needs to see a page of text characters, we need to simply browse the page, But also do not need particularly complex video, picture features.
We can browse the local client and then go to the school team, but inefficient, or directly in the Linux server with wget similar download tool to the local, and then to search for characters, today's old left has access to the Linux system environment for Web browser tools, commonly used w3m, Links, lynx three tools, here incidentally to organize the installation and use and interface effects, if there are projects need friends can refer to and exchange.
The w3m text browser is published based on the GPL protocol and supports forms, colors, SSL connections, and inline images, which are known for their fast speed. Usually in the default Linux regular release version of the band, if not installed we can also apt-get or Yum installation.
The code is as follows |
Copy Code |
Apt-get Install w3m (Debian system version)
Yum Install w3m (CentOS system version)
|
The code is as follows |
Copy Code |
w3m www.laobuluo.com
|
The Links Browser command line, a text-mode Web browser with a ncurse interface, supports color, table rendering and background downloads, and includes a browser for the menu interface, which supports the frame frame. We can browse in different file formats through external accessors. Support for using mailto: and Telnet via external clients: browsing.
The code is as follows |
Copy Code |
Apt-get Install links (Debian system version)
Yum Install links (CentOS system version)
|
The code is as follows |
Copy Code |
Links www.laobuluo.com
|
Lynx is a general-purpose browser that was originally developed by Lou Montulli, Michael Grobec and Charles Rezac, and Doslynx author Garrettblythe joined the Lynx team later. Foteos Macrides then transplanted lynx to the VMS and maintained the software for a period of time, from 1995, Lynx under the GPL, which has since been maintained by a group of volunteers.
The code is as follows |
Copy Code |
Apt-get Install Lynx (Debian system version)
Yum Install Lynx (CentOS system version)
|
The code is as follows |
Copy Code |
Lynx www.laobuluo.com
|
These are the text Web browsers that you might want to use for some projects and actual applications, the general user is not available, just need to see a page today need to use the text to be sorted down, although not very comfortable looking, but still very save resources and convenient installation.