LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 04-06-2004, 06:47 PM   #1
Eltoroloco
LQ Newbie
 
Registered: Apr 2004
Location: nowhere
Distribution: Redhat 9, and sadly win xp pro/2000 pro
Posts: 10

Rep: Reputation: 0
Question Newb. needs help, with Firebird and Ftp


Im new to linux, and i need help installing Firebird im not exactly sure how to do it and the file name is firefox-0.8-i686-pc-linux-gnu.tar.gz, which is not a rpm so i basically dont know how to install it, can any one help.... and Subquestion....... whats a good ftp server program , (to host ftp not access), on redhat ?? well thanks please respond.
 
Old 04-06-2004, 07:07 PM   #2
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well firefox is actually pretty simple to run ....
all you do is extract the tarball and run firefox :
so you will type:
tar -zxvf firefox-0.8-i686-pc-linux-gnu.tar.gz
it will then extract the tarball to a folder named "firefox"
you will change to that folder by typing :
cd firefox
and then just run the firefox executable by typing :
./firefox

and thats it ...

as of the server, proftpd is probably one of the most populer
and if you navigate to the "linux answers" part of this website you
will find section with a step by step to installing it and using it ...

good luck!
 
Old 04-06-2004, 07:09 PM   #3
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Rep: Reputation: 30
As for firebird, dump it and pick up FireFox (the replacement for firebird) from mozilla.org's website.

There is no install, just tar -zxvf the *.tar.gz file and move it to your home directory. Then make a short cut to the firefox file to your desktop or start menu.
 
Old 04-06-2004, 07:10 PM   #4
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
I believe Redhat (and Redhat's Fedora distribution) come with vsftpd which is a good and secure choice for an FTP server.

As for the Firefox installation, you probably want the GTK2/XFT-compiled release as it is a lot prettier, and most distributions come with GTK2 and XFT support right out of the box.

How I install it is usually like this: Create a new directory called /usr/local/mozilla.org (mkdir /usr/local/mozilla.org as root) and cd to that directory. There you can unpack the firefox package (still as root): tar xfvz filename.tar.gz
The actual executable is called /usr/local/mozilla.org/firefox/firefox and that's the file you will want your shortcuts/launchers to point to.

Also, if you want to install plugins (Macromedia Flash, Java, etc) they should be installed in /usr/local/mozilla.org/firefox/plugins.


Håkan
 
Old 04-06-2004, 09:44 PM   #5
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
Quote:
Originally posted by Muddy
As for firebird, dump it and pick up FireFox (the replacement for firebird) from mozilla.org's website.

There is no install, just tar -zxvf the *.tar.gz file and move it to your home directory. Then make a short cut to the firefox file to your desktop or start menu.

well the filename is called firefox he just referenced it wrong ...
 
Old 04-06-2004, 10:47 PM   #6
Eltoroloco
LQ Newbie
 
Registered: Apr 2004
Location: nowhere
Distribution: Redhat 9, and sadly win xp pro/2000 pro
Posts: 10

Original Poster
Rep: Reputation: 0
k i know this is dumb but when i use the tar command how do i say i want the tar.gz file from a specific folder, ex. ( i have firefox file in home directory but im tryign to install it in /mazilla.org/ as sugested by hw-tph if any one can enlighten me because i still dont get it..... oh yea and another question.... the root user has full acess to every thing, but the sub acounts like my user name one has only acess to some things is it posible to increase a users read write acess , note... not file or dir. user... well thanks for all comments....
 
Old 04-07-2004, 06:27 AM   #7
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
If you want to unpack the firefox package in your home directory to /usr/local/mozilla.org, just cd to /usr/local/mozilla.org and type tar xfvz /home/eltoro/firefox-blah-blah.tar.gz, assuming your username is "eltoro".


Håkan
 
Old 04-11-2004, 06:27 AM   #8
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
Ok, ive done as above, but I get this error...

Code:
root@neo:/home/kristijan/downloads/firefox# ./firefox
Xlib: connection to "localhost:0.0" refused by server
Xlib: No protocol specified


(firefox-bin:2410): Gtk-WARNING **: cannot open display:
 
Old 04-11-2004, 06:57 AM   #9
Mahony
Member
 
Registered: Jan 2004
Location: Glasgow
Distribution: Gentoo 2004.0, Debain 3.0r2, Mandrake 10.0 and Slackware 9.1
Posts: 173

Rep: Reputation: 30
Try running it as non-root
 
Old 04-12-2004, 12:31 AM   #10
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
Kewl, ran it as non-root, and ran the firefox executable instead...silly me

Thanks
 
Old 04-15-2004, 03:50 AM   #11
verstapp
Member
 
Registered: Feb 2004
Location: canberra australia
Distribution: Suse 9.0
Posts: 44

Rep: Reputation: 15
Didn't work for me.
The unzip worked ok but when it came to the ./firefox it just returned to the command prompt, no error messages or anything.
Any ideas?
 
Old 04-15-2004, 07:29 AM   #12
Mahony
Member
 
Registered: Jan 2004
Location: Glasgow
Distribution: Gentoo 2004.0, Debain 3.0r2, Mandrake 10.0 and Slackware 9.1
Posts: 173

Rep: Reputation: 30
Quote:
Originally posted by Kristijan
Kewl, ran it as non-root, and ran the firefox executable instead...silly me

Thanks
Np, you should aviod running programs like that as root...

If you have a program that has to be ran as root and you get the same error, do this:

su -c command

(-:
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Suse Newb: Not Linux Newb rodericj SUSE / openSUSE 9 03-25-2005 10:03 AM
Firebird tiredoflogins Red Hat 2 01-10-2005 02:12 AM
The first step to ascending newb status, acknowledging you're a newb :P LordRaven LinuxQuestions.org Member Intro 1 08-24-2004 05:05 PM
Firebird compu73rg33k Linux - Software 2 02-12-2004 08:00 PM
Help a Newb.. allowing root to telnet and ftp in. shanebuss Linux - General 29 01-15-2003 02:31 PM

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

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