How to internet from cli?

Where can I find info, tutorial, how to, or other instructions for accessing the internet from the command line? I know ping, wget, curl, and aria2 but am wondering what other tools there may be. How did people use internet when computers were primarily or only command line [ain’t that where Bill Gates started with MSDOS? And Unix is way before that].

This in furtherance of popatopalous’s on going training and education.>:)

Hi
Lynx for web pages, pine for email and slrn for nntp for usenet (no
fancy web forum software) …


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.18-0.2-default
up 8:05, 2 users, load average: 0.03, 0.09, 0.15
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.80

Thanks. So you still need to use applications you just use them from the command line?

Hi
Yes, try them out sometime. You can use slrn to look at these forums
via nntp (I use a GUI though claws-mail) :slight_smile:


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.18-0.2-default
up 8:29, 2 users, load average: 0.21, 0.09, 0.08
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.80

Hi
Then there is also telnet which you could use to send email as well as
remote access to other machines. tar for tar-ing files to tape media or
files… the list goes on. All people have done is built GUI front
ends to all those cli programs…


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.18-0.2-default
up 8:40, 2 users, load average: 0.19, 0.11, 0.08
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.80

In those old (unix) days telnet and ftp were mosty used. You may also have a look at /etc/services. The lower numbered services are roughly those used earlier in history. And yes Lynx … all the sweet memories of the past … :wink:

  • popatopalous wrote, On 11/15/2008 01:06 AM:
    > Thanks. So you still need to use applications you just use them from the
    > command line?

This will be an interesting read for you:
http://linux.about.com/od/lts_guide/a/gdelts47.htm

Uwe

And once upon a time, Unix computers had no Internet. Yes, Unix predates the Internet. There was dialup, and files could be transferred (very slowly by our standards) through something called UUCP.

Hi there,

There are many applications you can run from the CLI for all kinds of things. Lynx has already been mentioned as a browser, there is also a version that uses the frame buffer to display graphics - now X windows required.

Believe it or not you can even watch videos in the CLI using the frame buffer - amazing I know. You need to enable the frame buffer (if not already) and then you can use mplayer and actually watch videos from the CLI. Here is an example of how to do so: Mostly CLI: Images and Videos on the Command Line? YES!

Additional CLI multimedia tools include music tools: play, ogg123 and mpg321 as well as alsamixer.

Ripping music: cdparanoia

Encoding Music: ogenc, flac and lame

Streaming music: icecast

Convert audio: sox

Image manipulation: imagemagick, convert, identify

The above list of tools is from “Fedora Linux Toolbox 1000+ Commands for Fedors, CentOS and Red Hat Power Users” by Christopher Negus and Francois Caen. They also have a Suse version of this great little book - I would highly recommend it.

Additionally you can find IM clients for the CLI and innumerable tools. Check out iptraf, one of my favorites for monitoring network connections and traffic.

Have fun in the command line!

Cheers,
Pete