Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 03-03-2005, 03:58 PM   #1 (permalink)
 
True Techie

Join Date: Nov 2004

Posts: 105

f15h is on a distinguished road

Smile Linux: FAQ answers for beginners.

This is a quick q/a quide for beginners.



Q: What is a good distribution for a beginner Linux user?
A: Fedora Core 3 or higher.

Q: What are the bash equivalents to the DOS command prompt?
A: google it. there lots javascript:smilie('')

Q: How do I know that my hardware will be compatible?
A: Check that its on a Linux compatible hardware list.

Q: Can I get drivers for hardware not supported by my OS?
A: Not all hardware. Check the manufacturers web page.

Q: What is the best interface to use?
A: GNOME.

Q: Can I get themes for GNOME?
A: Yes www.art.gnome.org also look for gdesklets.

Q: HOW DO INSTALL THINGS?
A: Software either come in extractable format or RPM format.
If it comes in tar.gz or .bz or .bz2 , use the use the tar command.
to see how to use tar, type "man tar"
once you have extracted source, type the following in a terminal"


./configure
make
make install

The program will likely be installed in /usr/bin

to use rpms, type rpm -i program.rpm


Q: How do I run a program?
A: Type the name of the program in the directory its in.
If it is a python program, type the name of the program [ program.py ]
If that doesn't work, type "python program.py"
If that still doesn't work, you probably don't have permission to execute.
*so you should login as root and chmod*

Q: Why can't I compile anything?
A: Probably because you aren't logged in as root.
root is the administrator user on a linux system.
to login as root type "su", which means super user.



I have to go to class.... i'll finish this later and make it more organized
__________________
***les poissant souples***
f15h is offline  
Old 03-03-2005, 05:28 PM   #2 (permalink)
 
Monster Techie

Join Date: Apr 2004

Posts: 1,574

m3trj

Default

Gnome isn't the "best" interface I don't think. That's more of an opinion. I like KDE better.
__________________


\'There is only one basic human right, and that is to do as you **** well please.
And with it comes the only basic human duty, to take the consequences.\'



m3trj is offline  
Old 03-03-2005, 05:35 PM   #3 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

Same with Fedora being good for newbies........Fedora is by their own admission a bleeding edge distro with lots of beta apps on it,and if I recall correctly from what Ive read, it even has a special config file in /etc to deal with some of the experimental configs they use.Combine that with the fact its an RPM based package system, I wouldnt recommend to anybody.Gnome and KDE are desktop environments with their own libraries and dependencies, both are good for newbies I suppose, depends on what you want to do.

The part about program installation and compiling is partly right, packages also come in other formats besides RPM.Installation/building an app depends on what it was written in.........
horndude is offline  
Old 03-03-2005, 06:05 PM   #4 (permalink)
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default Re: Linux: FAQ answers for beginners.

Quote:
Originally posted by f15h

Q: What is the best interface to use?
A: GNOME.
Only if you're using Fedora. Otherwise, it sucks compared to KDE.

Quote:
Originally posted by f15h
Q: Why can't I compile anything?
A: Probably because you aren't logged in as root.
root is the administrator user on a linux system.
to login as root type "su", which means super user.
Could also be because you don't have gcc installed.
__________________



Debian Support Forums!
macdude425 is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On