Browse the internet via command line

How to browse the internet via command line on Linux and Windows?

  • On Linux

    lynx http://google.ca If you don't have lynx on your linux installation, you will have to install it. On Linux Red hat, install it like this: yum list lynx (to check the availability of the package) yum -y install lynx (to install the package) you can also use: curl -0 http://yoursite/index.html to get the source code of a specific file.
  • On Windows

    start /max http://google.ca Will open the url using your default browser.

Filed under

Related articles

Level up your Tech Career with DjamgaTech PRO

Download the DjamgaTech PRO App on the Apple App Store to access hundreds of interactive prep questions, flashcards, and quizzes cleanly without ads.

Advertisement
Djamgatech PRO App
Download DjamgaTech PRO on the App Store 🚀

← All articles