View previous topic :: View next topic |
Author |
Message |
rvickers n00b
Joined: 17 Oct 2006 Posts: 59
|
Posted: Tue Oct 24, 2006 12:32 pm Post subject: Internet Access on a New Install |
|
|
I have just finished installing Gentoo but having issues installing KDE. Is there a way to access the Internet without a graphical interface such as KDE running. If so, what are the limitations?
Thx |
|
Back to top |
|
|
ultraViolet Apprentice
Joined: 03 Apr 2004 Posts: 280 Location: Lyon, France
|
Posted: Tue Oct 24, 2006 12:34 pm Post subject: |
|
|
If your network is correctly configured, you can try "links", a console mode browser.
Just type "emerge links"
Limitations are that you would not be able to see pictures... |
|
Back to top |
|
|
Errtu Apprentice
Joined: 12 Nov 2002 Posts: 155 Location: Brazil
|
Posted: Tue Oct 24, 2006 12:38 pm Post subject: |
|
|
You could browse the internet by using links or lynx. Not sure if they support frames now, but that would be an issue then. Also fancy graphics are not an option, unless you compile links with vgalib (iirc) in which case you can see some pics.
If you use a proxy server, issue the following commands first:
Code: | export http_proxy=http://your-proxy-server:port
export ftp_proxy=http://your-proxy-server:port |
Links is kinda userfriendlier (is that even english?) than lynx, but i'll be bashed into oblivion if i don't mention the latter |
|
Back to top |
|
|
|