Comenzi Linux

Best command-line web tools for Linux

Best command-line web tools for Linux
The web is graphical; you cry from old habits. This is just what most sites have been made up to be. We all know that it starts with a documentation format called HTML! With the way websites work nowadays, we may believe that it is all images and video and incredible animations, not to mention cats. This means significant, complicated web browsers to find even the tiniest scrap of information. Your favourite browser carries a heavyweight on your system, and you have to be online to read it. But it does not have to be like this.

Why Command-Line?

The truth is slightly different; much of the information on a web page, even YouTube, is text-based. You can use this to find and filter data to suit your needs. On top of that, if you want to avoid tracking, it could be good to consider the offline reading of many webpages. Another reason is to collect information for scraping projects. Scraping a web page means finding the information you need with software, usually machine learning, to conclude. If you need help with a programming problem, those sites are made to work with text-based browsers, so if you need them, you can stay on the command-line.

Browsers

The oldest browser for the command line still being maintained is Lynx. It has many excellent features but no JavaScript. While you can use StackExchange, the site works better with Javascript. Login using your Google or Facebook account did not work at the time of writing. The browser has a small info bar at the bottom of the screen and no menus. Links2 has a drop-down menu at the top that you can call by pressing the escape key. Otherwise, the most operation works the same as Lynx; the big difference is that Links also works in graphics mode. In most systems, you should call it from your applications list to get into the graphics mode. Running the browser is the same in graphics mode.

elinks is an enhancement of the two earlier browsers. This browser is compelling and can even support images via external viewers. This viewer is great for casual browsing and keeps many more things than the others. One thing is that you can get JavaScript running with some tweak work. It does not run out of the box.

The designers who built W3M did it with more things in mind than web browsing. The w3m browser is also a pager, making it possible to view things like images using it. You can use it as a text formatting tool to typeset your html pages. It comes with an image viewer that can view many formats of images. Many other programs use this to display images inside their terminal programs.

W3m has a cousin in the emacs-w3m. This nifty software browses the web inside of emacs; whoever leaves? It uses w3m to render the pages. Being emacs, the install is the regular one; put the required statement in your config. However, it also requires the w3m binary installed.

Download Tools

Apart from wanting to browse in the terminal, you may want to download files and handle them separately. This can be very useful to make downloads faster, and many times you can circumvent geo-locking. If you are looking for a media file, you may download the code and search it with grep, tail, and cousins.

The first tool you should know about is wget2, the second! This tool can download a file, but it can also download several files. The most valuable part of the command is that it can mirror a website. When you do this, you can also set a level for following links out of the site. These downloads can take a long time, so you have the option to run them in the background. If you have bandwidth issues, you can also limit the bandwidth you use. If you have excellent bandwidth, look at puf, which can download files in parallel.

You can use cURL to download files, but the big difference to wget is that cURL opens the site with the code. If you run it on an arbitrary site without options, you will see the HTML code. Some areas have taken advantage of this; if you open them, you get the terminal result. A great example is wttr.in, if add your location as a directory (curl wttr.in/Stockholm). This command also has many extensions for program languages like Python, Rust, PHP, and many more.

If you have your own server and need to transfer files, use sftp. This is secure and should be the only way to move your own files between systems. The client is part of the ssh, secure shell system. You use ssh to login into your remote servers.

Conclusion

Whatever you do, consider if the only way to be on the web is to use a graphical web browser. Most sites will look odd on the command line, but usually, you can get the information you need. Some can even show you graphics in the command line. They are all much less resource-hungry than the legacy browsers you are used to. The tools to handle files over the web are powerful after learning the usage and the features. You can also use them for your programming projects, especially cURL with a library and many connections to programming languages.

Cum se afișează suprapunerea OSD în aplicații și jocuri Linux pe ecran complet
Jucarea jocurilor pe ecran complet sau utilizarea aplicațiilor în modul ecran complet fără distragere vă poate elimina din informațiile relevante ale ...
Top 5 cărți de captură a jocului
Cu toții am văzut și ne-au plăcut jocurile de streaming pe YouTube. PewDiePie, Jakesepticye și Markiplier sunt doar câțiva dintre cei mai buni jucător...
Cum să dezvolți un joc pe Linux
Acum un deceniu, nu mulți utilizatori de Linux ar fi prezis că sistemul lor de operare preferat va fi într-o zi o platformă populară de jocuri pentru ...