LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-02-2010, 06:27 AM   #31
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723

Why would you want to run a Linux server in Windows?

It's not a Linux server then!

An as for what distro to use, GET ONE WITH A GOOD PACKAGE MANAGER.

That way, you never have to deal with manually installing software and figuring out dependencies. And also, you can update every single program in your OS with one command!

Debian-based distros (this includes Ubuntu) have "apt-get".

RedHat-based distros (this includes Fedora) have "yum".

Personally I think Arch Linux's "pacman" package manager is way better than any of these, but a fresh Arch install is definitely not newbie-friendly.

Note that Arch's repositories have some common non-open source software like Flash and media codecs, that almost everyone installs anyway, so I like the fact that Arch made it easy.

Installing Flash and media codecs can be a huge pain in most distros.

And also be sure to see linuxcommand.org (in my sig).

Last edited by MTK358; 03-02-2010 at 06:29 AM.
 
Old 03-02-2010, 06:27 AM   #32
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,732
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by shimonbenyaakov
Not Found
The file you were looking for was not found.
To find what you are looking for, you should try these links:
Mozilla Firefox
Mozilla Thunderbird
Other products...

This from the link.
???
I have modified the link in my previous post, see that once again !
 
Old 03-02-2010, 06:29 AM   #33
shimonbenyaakov
Member
 
Registered: Feb 2010
Location: space coast of Florida
Distribution: UBUNTU9.10 dual boot w/ WinXP-sp3
Posts: 63

Original Poster
Rep: Reputation: 15
Are too many questions in the same thread a bad thing, or do I need to try to bounce around several threads to look for answers? My search queries rarely lead me to the specific answers that I look for.
 
Old 03-02-2010, 06:30 AM   #34
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by shimonbenyaakov View Post
Are too many questions in the same thread a bad thing
Yes.
 
Old 03-02-2010, 06:30 AM   #35
JimBrewster
Member
 
Registered: Feb 2010
Location: usa:/dev/random
Distribution: Slackware-15.0; -current
Posts: 245

Rep: Reputation: 60
Quote:
Originally Posted by shimonbenyaakov View Post
Am I asking too many questions?
LOL!

The answer is yes, no, and maybe...

Seriously, though, I suggest you take a deep breath and curb the understandable impulse to try everything at the same time!

Then I'd suggest continuing to read the rute Linux guide, but don't get too bogged down in the details until you have some more hands-on experience.

And to that end, I'd suggest a LiveCD distro like *buntu or KNOPPIX (comprehensive desktop environment) Puppy (nice and light but still pretty rich) or SliTaz (tiny but functional). It will boot into a nice familiar desktop with menus, but you can also open a terminal program and practice commands. You can get familiar with Linux without committing your hardware.

The LiveCD distros are also ideal for playing in QEMU or VirtualBox if you don't want to reboot your Windows system.

Once you're familiar with the environment you can start thinking about repartitioning your hard drive for a full-blown installation.

Just my $.02...
 
Old 03-02-2010, 06:33 AM   #36
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,732
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by shimonbenyaakov
Are too many questions in the same thread a bad thing
No not a bad thing, but many people will not be able to see all the questions as people generally tend to guess the thread topic by its title !

Quote:
Originally Posted by shimonbenyaakov
or do I need to try to bounce around several threads to look for answers?
You can bounce a thread if its not more than 6 months old, if it is, better start your new thread.

Quote:
Originally Posted by shimonbenyaakov
My search queries rarely lead me to the specific answers that I look for.
That firefox questions has been discussed before, you could have searched that
 
Old 03-02-2010, 06:33 AM   #37
shimonbenyaakov
Member
 
Registered: Feb 2010
Location: space coast of Florida
Distribution: UBUNTU9.10 dual boot w/ WinXP-sp3
Posts: 63

Original Poster
Rep: Reputation: 15
shimonbenyaakov@andLinux:~$ tar -xf firefox-3.5.7.tar.bz2
tar: firefox-3.5.7.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
shimonbenyaakov@andLinux:~$


I downloaded it to Home, but the above happened to me. Am I doing something wrong here?
 
Old 03-02-2010, 06:35 AM   #38
shimonbenyaakov
Member
 
Registered: Feb 2010
Location: space coast of Florida
Distribution: UBUNTU9.10 dual boot w/ WinXP-sp3
Posts: 63

Original Poster
Rep: Reputation: 15
Home showed 2 folders, so I backed up to Home without selecting anything in Home, and downloaded.
 
Old 03-02-2010, 06:36 AM   #39
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,732
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
shimonbenyaakov@andLinux:~$ tar -xf firefox-3.5.7.tar.bz2
tar: firefox-3.5.7.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
shimonbenyaakov@andLinux:~$
Oh I am extremely sorry,

Try this:
Code:
tar -xf firefox-3.6.tar.bz2

Last edited by Aquarius_Girl; 03-02-2010 at 06:39 AM.
 
Old 03-02-2010, 06:39 AM   #40
shimonbenyaakov
Member
 
Registered: Feb 2010
Location: space coast of Florida
Distribution: UBUNTU9.10 dual boot w/ WinXP-sp3
Posts: 63

Original Poster
Rep: Reputation: 15
shimonbenyaakov@andLinux:~$ tar -xf firefox-3.6.tar.bz2
tar: bzip2: Cannot exec: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
shimonbenyaakov@andLinux:~$


This old thing again. My Linux does not seem to enjoy my company.
 
Old 03-02-2010, 06:40 AM   #41
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,732
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by shimonbenyaakov
shimonbenyaakov@andLinux:~$ tar -xf firefox-3.6.tar.bz2
tar: bzip2: Cannot exec: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
shimonbenyaakov@andLinux:~$
Do
Code:
ll
on your home folder prompt and post the output here !

Last edited by Aquarius_Girl; 03-02-2010 at 06:42 AM.
 
Old 03-02-2010, 06:42 AM   #42
JimBrewster
Member
 
Registered: Feb 2010
Location: usa:/dev/random
Distribution: Slackware-15.0; -current
Posts: 245

Rep: Reputation: 60
Quote:
Originally Posted by shimonbenyaakov View Post
Home showed 2 folders, so I backed up to Home without selecting anything in Home, and downloaded.
A normal user shouldn't be able to write to /home. Your home directory should be /home/<username>/. Find where the downloaded file is and change to that directory.

But if you're running some form of Ubuntu, shouldn't you be doing something like:
Code:
sudo apt-get install firefox
 
Old 03-02-2010, 06:42 AM   #43
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
If you used a package manager:

Code:
Debian:

apt-get install firefox

RedHat:

yum install firefox

Arch:

pacman -S firefox
Done!
 
Old 03-02-2010, 06:43 AM   #44
shimonbenyaakov
Member
 
Registered: Feb 2010
Location: space coast of Florida
Distribution: UBUNTU9.10 dual boot w/ WinXP-sp3
Posts: 63

Original Poster
Rep: Reputation: 15
Do ll on your home folder prompt and post the output here !

What does this mean? Is this a symbol, two # 1's, two L's, or something else? Sorry for my ignorance.
 
Old 03-02-2010, 06:44 AM   #45
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Code:
ls -l
ll usually just means "ls -l" but some distros (like Arch) don't support it.
 
  


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
VM recommendations (Again, different needs now) cwwilson721 Slackware 20 10-20-2009 01:31 PM
PC recommendations, please Merlyn Linux - Newbie 12 07-11-2006 08:29 AM
Recommendations for an old PC alrymala Linux - Newbie 4 06-27-2005 01:14 PM
looking for recommendations Fritz_Monroe Linux - Distributions 3 11-09-2004 11:56 AM
I need your recommendations...! tarballed Linux - Networking 8 02-26-2003 07:33 PM

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

All times are GMT -5. The time now is 08:44 PM.

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