I wish to access AskUbuntu in the terminal for seeing questions and their related answers.
My use case is this:
AskUbuntu is an excellent source of learning Linux. But I will have to continuously shift between my browser and terminal every time for seeing the site and learning by typing commands in terminal.
So I wish to atleast browse through the questions and the associated answers from the terminal (My requirement is not to post a new question in AskUbuntu from the terminal, so I don't even require to be signed in). In this way, I can see and type in the terminal itself.
Is it possible?
I use
lynx
a terminal based web browser.sudo apt-get install lynx
for detail of other terminal based web browsers refer this link: Browsing the internet from the command line
There is a terminalbased browser: elinks. The design is not very easy, but it works.