LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-10-2010, 04:07 AM   #1
ziadh
Member
 
Registered: Aug 2010
Location: France, Paris
Distribution: Solaris10
Posts: 88

Rep: Reputation: 0
mozilla, linux suse


dear all,
i want to know what command i should type to acces a web-browsing page, in my case i have linux suse, and there's a file .mozilla in my home directory.
yes, i am that noob at Linux, thank you for your help
 
Old 09-10-2010, 04:15 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Do you have a GUI or from commandline ?
you can type
Code:
firefox
in a terminal
or
Code:
lynx
if you don't have a GUI.

Kind regards
 
Old 09-10-2010, 04:18 AM   #3
xeleema
Member
 
Registered: Aug 2005
Location: D.i.t.h.o, Texas
Distribution: Slackware 13.x, rhel3/5, Solaris 8-10(sparc), HP-UX 11.x (pa-risc)
Posts: 988
Blog Entries: 4

Rep: Reputation: 254Reputation: 254Reputation: 254
Greetingz!

Assuming you're at a terminal window, type the following command;

which firefox

The "which" command will search your $PATH (an "Environment Variable" within your shell) and display the location of the "firefox" executable binary (if it can find it).

If the "which" command is unable to find the "firefox" executable binary, they you may consider the following;

Type "which locate" to see if you have the "locate" command in your $PATH. If you do, simply type "locate -i firefox".

For more information on any of these commands, try typing "man command-name" (Example: "man which" or "man locate"). This will pull up the 'manual' page for the command in question.

EDIT: I noticed you posted from a Windows system. If you're accessing the *NIX server remotely, and you only have the command-line available (you don't have a native X server, like Exceed Hummingbird, running on your Windows system), then you will need to do as Repo suggested and use "lynx" to browse web-pages within the terminal.

Last edited by xeleema; 09-10-2010 at 04:21 AM.
 
Old 09-10-2010, 04:20 AM   #4
ziadh
Member
 
Registered: Aug 2010
Location: France, Paris
Distribution: Solaris10
Posts: 88

Original Poster
Rep: Reputation: 0
didnt work,
i have only command line
i tried firefox, nd tried lynx...
i get the following message:
if 'lync' is not a typo you can use command-not-found to lookup the package that contains it......
 
Old 09-10-2010, 04:25 AM   #5
ziadh
Member
 
Registered: Aug 2010
Location: France, Paris
Distribution: Solaris10
Posts: 88

Original Poster
Rep: Reputation: 0
which: no firefox in (sbin:/usr/sbin....................)
same for "locate"...
 
Old 09-10-2010, 04:30 AM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
if 'lync' is not a typo you can use command-not-found to lookup the package that contains it......
should be lynx

If it isn't installed, try to install it.
as root:
Code:
zypper in lynx
Firefox will not run from the command line, you need a GUI
 
Old 09-10-2010, 04:33 AM   #7
skola
Member
 
Registered: Nov 2009
Posts: 66

Rep: Reputation: 19
Quote:
Originally Posted by ziadh View Post
dear all,
i want to know what command i should type to acces a web-browsing page, in my case i have linux suse, and there's a file .mozilla in my home directory.
yes, i am that noob at Linux, thank you for your help

Well, that's really a directory which should contain some sub-dirs and files related to using Firefox, which will be empty until first used. If you have Firefox installed and start it from the menu under "Internet/WebBrowser" or you use a terminal window showing your username and a flashing cursor and type - firefox then it will fill up with various files.

Another browser to activate in a window might be Lynx. See what you have installed using Yast.

Best thing to help you see what the Linux directory and file structure is, go into Yast, Software Management and use the search to find the word - midnight.

This installs an app Midnight Commander. You open a terminal window from the menu - System - Terminal -Terminal Window-Konsole, and at the prompt type - mc

Use the up/down and Enter keys to navigate around and the F3 function key to view the content of files that are highlighted. This is much, much quicker than using the little icon of a "house" that brings up the File Manager.
 
Old 09-10-2010, 04:38 AM   #8
ziadh
Member
 
Registered: Aug 2010
Location: France, Paris
Distribution: Solaris10
Posts: 88

Original Poster
Rep: Reputation: 0
i dont understand, i cant open a web browser on Linux??
lets say i wana go google.com , its not possible?
i did the zypper lynx, some stuff got downloaded.. now when i write command "lynx" i get... zzzz its annoying me actualy
 
Old 09-10-2010, 04:39 AM   #9
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
@skola

From the OP:
Quote:
i have only command line
Kind regards
 
Old 09-10-2010, 04:42 AM   #10
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Originally Posted by ziadh View Post
i dont understand, i cant open a web browser on Linux??
lets say i wana go google.com , its not possible?
i did the zypper lynx, some stuff got downloaded.. now when i write command "lynx" i get... zzzz its annoying me actualy
What do you get when you type
Code:
lynx
If you don't have a GUI, you can't use firefox, since it needs a GUI to work.
Do you have a GUI installed ?
Are you sitting before the server, or using ssh?


Kind regards
 
Old 09-10-2010, 04:46 AM   #11
ziadh
Member
 
Registered: Aug 2010
Location: France, Paris
Distribution: Solaris10
Posts: 88

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by repo View Post
What do you get when you type
Code:
lynx
If you don't have a GUI, you can't use firefox, since it needs a GUI to work.
Do you have a GUI installed ?
Are you sitting before the server, or using ssh?


Kind regards
i just installed this linux suse on VMware, so i learn about this famous powerful Linux...
i had the possibility to install GUI version like GENOMe put i prefered to do the simple command line only.
when i enter lynx i get a page with some HTML, HTTP, search engine, hotmail... i cant find a place where i can write for exemple www.google.com

thank you for your patience and your help
 
Old 09-10-2010, 04:52 AM   #12
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
You can type
Code:
lynx google.com
or if lynx is already open hit "m"
then type
Code:
google.com
Kind regards
 
Old 09-10-2010, 05:00 AM   #13
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Since you are using the CLI,
a good start would be:

http://www.tuxfiles.org/linuxhelp/cli.html
http://tldp.org/LDP/GNU-Linux-Tools-...s-Summary.html

However, I would suggest to install a GUI (GNOME).

Kind regards
 
Old 09-10-2010, 05:00 AM   #14
ziadh
Member
 
Registered: Aug 2010
Location: France, Paris
Distribution: Solaris10
Posts: 88

Original Poster
Rep: Reputation: 0
thank you, it work...
but i get: BAD HTML!! use -trace to diagnose **
 
Old 09-10-2010, 05:04 AM   #15
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Do you have the same problem when you use another address
A guide to lynx
http://homes.chass.utoronto.ca/~purslow/lhfb.html
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Mozilla Thunderbird to Find New Home as Mozilla Foundation Focuses on Mozilla Firefox LXer Syndicated Linux News 0 07-27-2007 09:16 AM
Mozilla FireFox 1.0 wont execute on Linux SuSE 9.1 Personel.. DesyphER Linux - Software 12 03-13-2005 10:56 PM
SUSE 9.2: Cannot build Mozilla (from mozilla.org) yozhhh SUSE / openSUSE 1 01-14-2005 01:17 PM
SuSE Mozilla help linuxjames Linux - Software 1 11-08-2004 06:50 PM
mozilla 1.3 and SuSE 8.1 lado Linux - Software 4 05-04-2003 11:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:51 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