LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-06-2012, 09:26 PM   #1
towheedm
Member
 
Registered: Sep 2011
Location: Trinidad & Tobago
Distribution: Debian Stretch
Posts: 612

Rep: Reputation: 125Reputation: 125
Web Browsing from the CLI !


Web Browsing from the CLI
In my latest attempt to do as much as possible from the CLI, I am now browsing the forums and posting this thread totally from the CLI using Lynx.
I must say though, the experience is totally different from any GUI web browser.
This is so sweet. While it may take a while to become familiar and comfortable with, it's still soooo sweet!!
Now to try an read my e-mails from the CLI.
 
Old 05-07-2012, 01:17 AM   #2
routers
Member
 
Registered: Aug 2005
Location: Malaysia - KULMY / CNXTH
Distribution: Slackware, Fedora, FreeBSD, Sun O/S 5.10, CentOS
Posts: 787
Blog Entries: 6

Rep: Reputation: 75
for mail you can try alpine, i am very comfortable with that
 
Old 05-07-2012, 06:44 AM   #3
towheedm
Member
 
Registered: Sep 2011
Location: Trinidad & Tobago
Distribution: Debian Stretch
Posts: 612

Original Poster
Rep: Reputation: 125Reputation: 125
Quote:
Originally Posted by routers View Post
for mail you can try alpine, i am very comfortable with that
It's in the Squeeze repos so I'll give it a shot later. Thanks.
 
Old 05-07-2012, 07:35 AM   #4
heinblöd
Member
 
Registered: May 2004
Location: France
Distribution: Slackware Gentoo
Posts: 186

Rep: Reputation: 31
or mutt is nice too
 
Old 05-07-2012, 07:51 AM   #5
towheedm
Member
 
Registered: Sep 2011
Location: Trinidad & Tobago
Distribution: Debian Stretch
Posts: 612

Original Poster
Rep: Reputation: 125Reputation: 125
Quote:
Originally Posted by heinblöd View Post
or mutt is nice too
Can I use mutt or alpine for browsing online mail such as Yahoo mail.

Can I set up these to receive mail directly from Yahoo Mail or are these only for mail on the local network?

Thanks.
 
Old 05-07-2012, 03:19 PM   #6
heinblöd
Member
 
Registered: May 2004
Location: France
Distribution: Slackware Gentoo
Posts: 186

Rep: Reputation: 31
mutt is for local maildir or mailfiles only as far as I know
 
Old 05-07-2012, 04:04 PM   #7
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Mutt works with Yahoo mail and Gmail.

Mutt with Gmail/IMAP [OK?] [CrunchBang Linux Wiki] : http://crunchbanglinux.org/wiki/howt...ith_gmail_imap
 
Old 05-08-2012, 06:36 AM   #8
heinblöd
Member
 
Registered: May 2004
Location: France
Distribution: Slackware Gentoo
Posts: 186

Rep: Reputation: 31
Quote:
Originally Posted by craigevil View Post
Mutt works with Yahoo mail and Gmail.

Mutt with Gmail/IMAP [OK?] [CrunchBang Linux Wiki] : http://crunchbanglinux.org/wiki/howt...ith_gmail_imap

Great, I actually never thought of using it with imap
 
Old 05-08-2012, 09:46 PM   #9
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Rep: Reputation: 91
Alpine. I have been using it for ten years. It will do gmail. Probably Yahoo too but I haven't tried. Shouldn't be hard to find out. Alpine has so many features it can be intimidating but once you have some experience you begin to see the many advantages. For one you can download only the headers without having to download the whole email so it's faster to delete emails you don't want right off the server. Also even though it is text based you can save any type attachment for perusal later. This way you don't click on an attachment that's malicious. Another plus is speed. I don't care how fast your computer is Alpine is always going to be faster. And far less resource intensive. Now, Alpine is not for everybody. But if what you want is email for which it was first developed I don't see how Alpine can be beat. You can write small bash scripts to open web links in either a CLI or X. You can send and recieve gpg encrypted emails or gpg signed emails. Postpone emails you started. And the list goes on. CLI or X.
You said you were using Lynx. Have you tried Elinks? It is a text browser that can do javascript. There are many CLI programs in which you might be interested. How about viewing images from CLI? You can if the framebuffer is enabled. Have fun. To me there's just something special about knowing I have the choice of using totally CLI if I so desire.
 
Old 05-08-2012, 10:02 PM   #10
towheedm
Member
 
Registered: Sep 2011
Location: Trinidad & Tobago
Distribution: Debian Stretch
Posts: 612

Original Poster
Rep: Reputation: 125Reputation: 125
Quote:
How about viewing images from CLI? You can if the framebuffer is enabled.
Unfortunately, other stuff is keeping me away from my PC so I have not really sat down and looked at lynx, mutt or alpine thoroughly. I was wondering about viewing images and even video clips from the CLI. Sometime ago I tried setting up the fb to show a background image on the console but was unsuccessful.

Hopefully, I will get some time in the next week or so to really start fiddling with this. I will certainly have a look at some of the apps you mentioned.

While some may think it's going backwards, I find it very intriguing to be able to do so much from the CLI.
 
Old 05-08-2012, 10:45 PM   #11
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Rep: Reputation: 91
Quote:
Originally Posted by towheedm View Post
Unfortunately, other stuff is keeping me away from my PC so I have not really sat down and looked at lynx, mutt or alpine thoroughly. I was wondering about viewing images and even video clips from the CLI. Sometime ago I tried setting up the fb to show a background image on the console but was unsuccessful.

Hopefully, I will get some time in the next week or so to really start fiddling with this. I will certainly have a look at some of the apps you mentioned.

While some may think it's going backwards, I find it very intriguing to be able to do so much from the CLI.
I share your sentiment about being able to do as much as possible from CLI. One big advantage is if X fails to start you can use the CLI to get it fixed. That's one reason why I always start Linux to the CLI. Then when I want the GUI I just run "xinit" with the appropriate configuration set in ~/.xinitrc. It is by no means going backwards. Every time I run into trouble in X I instinctively go to a CLI. To me most of the time it's the only way to fix something. Keep us informed of your progress.
 
Old 05-09-2012, 09:47 AM   #12
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
little sidenote question with lynx, is it possible to do URL blocking? example is to block sites like doubleclick and other malware loaded sites?
 
Old 05-09-2012, 10:58 AM   #13
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
links2 -g will show images.
 
Old 05-17-2012, 10:15 PM   #14
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Rep: Reputation: 91
Quote:
Originally Posted by lleb View Post
little sidenote question with lynx, is it possible to do URL blocking? example is to block sites like doubleclick and other malware loaded sites?
I can't say but if you study your lynx.conf file it's full of information on how to configure all sorts of things like that.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
iptables: allow only web-browsing nadroj Linux - Security 17 05-18-2006 10:21 PM
konqueror web browsing eastsuse Linux - Software 2 05-06-2004 01:05 AM
Web browsing... ade Linux - General 3 01-11-2003 07:58 AM
Web browsing prob dcm1878 Linux - Networking 1 06-20-2002 04:58 AM
Web Browsing Problems ryanstrayer Linux - General 6 02-06-2002 04:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration