All About Linux
All About Linux
I thought it would be good to make an official thread about Linux and info, tips, "flavors" etc. I'm just getting my feet wet here but some others are quite knowledgeable. Start sharing!
Joe
- kenc51
- Legit Extremist
- Posts: 5167
- Joined: Thu Jun 23, 2005 1:56 pm
- Location: Dublin, Republic of Ireland
- Contact:
I can't think of any now.....but I'll edit this post with stuff when I think of any.......
oh here's one....ATI + Linux sux!
Joe! -> It might be an idea to edit your post to add some links! We can add them as we go!
Here's a few
A GREAT users guide!
http://www.comptechdoc.org/os/linux/usersguide/
http://www.kernel.org
http://www.distrowatch.com
http://www.linuxquestions.org for specific questions to wired probs that come up!
http://www.frozentech.com/content/livecd.php (thanks for the link liqnit) -> LiveCD's
Distros
http://www.novell.com/linux/suse/ | http://en.opensuse.org/Welcome_to_openSUSE.org
http://www.debian.org/
http://wwwnew.mandriva.com/en/downloads/mirrors
http://fedora.redhat.com/
http://www.knoppix.com/
http://www.ubuntu.com/
http://www.slackware.com/ - advanced
http://www.freebsd.org/ -> not Linux, but if you feel adventurous
http://www.gentoo.org - advanced
http://www.linuxfromscratch.org/ -> very advanced (thanks pointreyes your evil for suggesting this btw ;) )
LFS is great for learning Linux inside out!
http://www.smoothwall.org/ - Firewall....easy to config/setup/use - comes as a live cd aswell as an installable version
http://featherlinux.berlios.de/ -> you gotta try it if you have a USB stick!
There are 2 main "desktops" in Linux....KDE and GNOME
Both are great, but you want to try both. KDE is more like windows and some say easier. There are also alot of other desktops, some streamlined for low mem usage etc. This is why you must try a few distros. Fedora, Suse, Mandravia and others come with all of them installed so you can switch between each very easily. This is why I suggest these distros to be your starting point. You can get the feel of alot of other distros without having to install then ;p
BIG TIP!!!!!! -> keep a pen & peice of paper nearby -> alot of linux stuff requires using the cammand line to configure stuff...eg. if you mess up your display drivers.
Don't get discouraged if something doesn't work right! The biggest prob with people using linux is they get discouraged and give up because it takes a little adjusting!
Try multiple distros!!!!!!! All distros allow you to install/complie programs from their source files. Alot come with "package managers".
Red Hat developed "RPM's" -> these are like .exe files. they allow you install/uninstall programs easilly.
There are alot of package types.....debian uses .Deb and "apt-get"
Mandrake uses URPM - Suse uses RPM - Slackware uses .tgz (source)
Try alot of versions and you'll find the one which you like!!!

:edit:
I really don't know alot about Linux yet! but I'm learning....
oh here's one....ATI + Linux sux!
Joe! -> It might be an idea to edit your post to add some links! We can add them as we go!
Here's a few
A GREAT users guide!
http://www.comptechdoc.org/os/linux/usersguide/

http://www.kernel.org
http://www.distrowatch.com
http://www.linuxquestions.org for specific questions to wired probs that come up!
http://www.frozentech.com/content/livecd.php (thanks for the link liqnit) -> LiveCD's
Distros
http://www.novell.com/linux/suse/ | http://en.opensuse.org/Welcome_to_openSUSE.org
http://www.debian.org/
http://wwwnew.mandriva.com/en/downloads/mirrors
http://fedora.redhat.com/
http://www.knoppix.com/
http://www.ubuntu.com/
http://www.slackware.com/ - advanced
http://www.freebsd.org/ -> not Linux, but if you feel adventurous

http://www.gentoo.org - advanced
http://www.linuxfromscratch.org/ -> very advanced (thanks pointreyes your evil for suggesting this btw ;) )
LFS is great for learning Linux inside out!
http://www.smoothwall.org/ - Firewall....easy to config/setup/use - comes as a live cd aswell as an installable version
http://featherlinux.berlios.de/ -> you gotta try it if you have a USB stick!
There are 2 main "desktops" in Linux....KDE and GNOME
Both are great, but you want to try both. KDE is more like windows and some say easier. There are also alot of other desktops, some streamlined for low mem usage etc. This is why you must try a few distros. Fedora, Suse, Mandravia and others come with all of them installed so you can switch between each very easily. This is why I suggest these distros to be your starting point. You can get the feel of alot of other distros without having to install then ;p
BIG TIP!!!!!! -> keep a pen & peice of paper nearby -> alot of linux stuff requires using the cammand line to configure stuff...eg. if you mess up your display drivers.
Don't get discouraged if something doesn't work right! The biggest prob with people using linux is they get discouraged and give up because it takes a little adjusting!
Try multiple distros!!!!!!! All distros allow you to install/complie programs from their source files. Alot come with "package managers".
Red Hat developed "RPM's" -> these are like .exe files. they allow you install/uninstall programs easilly.
There are alot of package types.....debian uses .Deb and "apt-get"
Mandrake uses URPM - Suse uses RPM - Slackware uses .tgz (source)
Try alot of versions and you'll find the one which you like!!!

:edit:
I really don't know alot about Linux yet! but I'm learning....
Last edited by kenc51 on Fri Apr 21, 2006 8:04 pm, edited 6 times in total.
- kenc51
- Legit Extremist
- Posts: 5167
- Joined: Thu Jun 23, 2005 1:56 pm
- Location: Dublin, Republic of Ireland
- Contact:
here's more
To install from Source files! (first this is read the "readme file & install file, some programs don't install the standard way, esp. progs. written in Perl etc.)
Source files come in .tar / .gz / .tar.gz and other file types (these are the main ones)
They can be opened by winrar in winblows btw!
.tar -> this is not a compression type, it only keeps the folder structure
.gz is like .zip etc.
To install from source you need to extract the files, you can do it using a program which has a nice GUI in the desktop or via the command line
If you extracting via the command line
type tar zxf program-name.tar.gz
To compile & install!
i presume you know basic DOS?
CD to the directory
Type "./configure" --> press enter (configures the compiler settings)
Type "make -> press enter (compiles the program)
login as root = type "su" and enter the root password
Type "make install -> press enter (installs the program)
Command Line
Linux BASH command line
http://www.ss64.com/bash/
ALOT of Linux commands
http://www.linuxdevcenter.com/linux/cmd/
http://www.pixelbeat.org/cmdline.html -> Thanks pointreyes
-
http://physics.usask.ca/~angie/ep414/li ... k_ref.html
http://www.linuxcommand.org/
Linux support a number of concurrent logins from the same pc.
Each login uses a "terminal screen"
Press "CTRL+ALT+F1" through to F6 for command prompts
Press "CTRL+ALT+F7" for the desktop - F8 through to F12 are for seperate desktop logins.
Linux also support a number of "run levels"
as root in shell/command prompt type:
"init S" -> single user with no networking, command prompt only
"init 1" -> multi user with no networking, command prompt only
"init 3" -> multi user with networking, command prompt only
"init 5" -> multi user and X (desktop)
"init 6" -> reboot pc
"init 0" -> shutdown the pc
init 2&4 are reserved and unused @ the moment
When you are in a command prompt only situation, you can get back to the desktop a number of ways.
Fist try "CTRL+ALT+F7" => If you have a black screen the the X server hasn't started.
@ the command prompt type
"init 5" -> you must be root to use the "init" command
or type "startx"
again as root
or type "gdm" (GNOME desktop manager) IF you use GNOME
or type "kdm" (KDE desktop manager) IF you use KDE
If this doesn't work and you've rebooted and still can't get into the desktop, then there could be a prob with your XOrg.config file or drivers
(each distro has it's own way to fix this so I can't include details here sorry)
File Stucture
http://www.comptechdoc.org/os/linux/com ... ilest.html
I'm going to keep updating my posts as we go, eventually when we have enough info added, we can clean up the layout!.....contibutions from other members is more than welcome......this thread will take time to build!
To install from Source files! (first this is read the "readme file & install file, some programs don't install the standard way, esp. progs. written in Perl etc.)
Source files come in .tar / .gz / .tar.gz and other file types (these are the main ones)
They can be opened by winrar in winblows btw!
.tar -> this is not a compression type, it only keeps the folder structure
.gz is like .zip etc.
To install from source you need to extract the files, you can do it using a program which has a nice GUI in the desktop or via the command line
If you extracting via the command line
type tar zxf program-name.tar.gz
To compile & install!
i presume you know basic DOS?
CD to the directory
Type "./configure" --> press enter (configures the compiler settings)
Type "make -> press enter (compiles the program)
login as root = type "su" and enter the root password
Type "make install -> press enter (installs the program)
Command Line
Linux BASH command line
http://www.ss64.com/bash/
ALOT of Linux commands
http://www.linuxdevcenter.com/linux/cmd/
http://www.pixelbeat.org/cmdline.html -> Thanks pointreyes
-
http://physics.usask.ca/~angie/ep414/li ... k_ref.html
http://www.linuxcommand.org/

Linux support a number of concurrent logins from the same pc.
Each login uses a "terminal screen"
Press "CTRL+ALT+F1" through to F6 for command prompts
Press "CTRL+ALT+F7" for the desktop - F8 through to F12 are for seperate desktop logins.
Linux also support a number of "run levels"
as root in shell/command prompt type:
"init S" -> single user with no networking, command prompt only
"init 1" -> multi user with no networking, command prompt only
"init 3" -> multi user with networking, command prompt only
"init 5" -> multi user and X (desktop)
"init 6" -> reboot pc
"init 0" -> shutdown the pc
init 2&4 are reserved and unused @ the moment
When you are in a command prompt only situation, you can get back to the desktop a number of ways.
Fist try "CTRL+ALT+F7" => If you have a black screen the the X server hasn't started.
@ the command prompt type
"init 5" -> you must be root to use the "init" command
or type "startx"
again as root
or type "gdm" (GNOME desktop manager) IF you use GNOME
or type "kdm" (KDE desktop manager) IF you use KDE
If this doesn't work and you've rebooted and still can't get into the desktop, then there could be a prob with your XOrg.config file or drivers
(each distro has it's own way to fix this so I can't include details here sorry)
File Stucture
http://www.comptechdoc.org/os/linux/com ... ilest.html
I'm going to keep updating my posts as we go, eventually when we have enough info added, we can clean up the layout!.....contibutions from other members is more than welcome......this thread will take time to build!
Last edited by kenc51 on Fri Apr 21, 2006 8:19 pm, edited 7 times in total.
Here are some links that I am finding or have found particularly useful:
I had driver issues with my Nvidia 7800GT (in Ubuntu), followed instructions here and it was fixed:
http://www.ubuntuforums.org/showthread. ... nvidia-glx
Windows apps - Linux equivalent
http://www.ubuntuforums.org/showpost.ph ... ostcount=1
http://www.linuxrsp.ru/win-lin-soft/table-eng.html
I'll append to this post as I come across more...
I had driver issues with my Nvidia 7800GT (in Ubuntu), followed instructions here and it was fixed:
http://www.ubuntuforums.org/showthread. ... nvidia-glx
Windows apps - Linux equivalent
http://www.ubuntuforums.org/showpost.ph ... ostcount=1
http://www.linuxrsp.ru/win-lin-soft/table-eng.html
I'll append to this post as I come across more...
Joe
- kenc51
- Legit Extremist
- Posts: 5167
- Joined: Thu Jun 23, 2005 1:56 pm
- Location: Dublin, Republic of Ireland
- Contact:
Folding @ home with Linux
http://www.fedoraforum.org/forum/showth ... ge=1&pp=15
this guide will show you howto run FAH @ startup and in the backround.....
DON'T FORGET TO EDIT THE client.cfg FILE IN THE FAH DIRECTORY -> ADD TEAM No. 38296
http://www.fedoraforum.org/forum/showth ... ge=1&pp=15
this guide will show you howto run FAH @ startup and in the backround.....
DON'T FORGET TO EDIT THE client.cfg FILE IN THE FAH DIRECTORY -> ADD TEAM No. 38296
- kenc51
- Legit Extremist
- Posts: 5167
- Joined: Thu Jun 23, 2005 1:56 pm
- Location: Dublin, Republic of Ireland
- Contact:
X Window System (desktop)
Here is a guide howto fix this
http://www.slackware.com/config/x.php
It's based on Slackware which is one of the most "Unix-like" distros out there. BUT the commands used will work with most other distros.
I don't want to copy&paste as the guide is copywrited by Slackware Linux, Inc.
Again I will add to this post with more X Windows details as I go
A big prob with Linux is if you mess up the GFX settings. You stuck with a command prompt and haven't a clue howto fix it. (most people will reinstall....but too much hasstle)Slackware's help page wrote:The X Window System is implemented through many programs that run in userland. The two main components are the server and the window manager. The server provides the lowlevel functions for interacting with your video hardware, thus it is system specific. The window manager sits on top of the server and provides the user interface. The advantage to this is you can have many different graphical interfaces by simply changing the window manager you use
Here is a guide howto fix this
http://www.slackware.com/config/x.php
It's based on Slackware which is one of the most "Unix-like" distros out there. BUT the commands used will work with most other distros.
I don't want to copy&paste as the guide is copywrited by Slackware Linux, Inc.
Again I will add to this post with more X Windows details as I go
I use Ubuntu (http://www.ubuntu.com/) on an old Laptop for my webserver, and its been very solid, was also very quick and easy to set up.
- pointreyes
- Legit Fanatic
- Posts: 230
- Joined: Wed Nov 23, 2005 2:26 pm
Just a little tidbit of lingo:
su does not mean super user.
su means switch user.
When you enter the command this way:
su -<name of user>
You will be able to login as that user.
With most shells (like BASH) when you enter just su it defaults to thinking you meant su - root
Some useful CLI commands:
http://www.pixelbeat.org/cmdline.html
Want to know where you are in your directory? pwd will tell ya.
My favorite utility that is sometimes installed by default on some Linux distros: top
My favorite text editor: gvim for the GUI and vi for the CLI. Yes, I'm a vi fan.
Another utility I like to use is locate.
http://www.devdaily.com/blog/Content/2/17/233/
If the command (when logged in as a root) updatedb works then you have locate. updatedb reindexes the cache - normally updatedb is scheduled to run at a certain time early in the morning if this handy utility is installed by default in your distro. I normally have to tell SUSE to install the utility.
su does not mean super user.
su means switch user.
When you enter the command this way:
su -<name of user>
You will be able to login as that user.
With most shells (like BASH) when you enter just su it defaults to thinking you meant su - root
Some useful CLI commands:
http://www.pixelbeat.org/cmdline.html
Want to know where you are in your directory? pwd will tell ya.
My favorite utility that is sometimes installed by default on some Linux distros: top
My favorite text editor: gvim for the GUI and vi for the CLI. Yes, I'm a vi fan.
Another utility I like to use is locate.
http://www.devdaily.com/blog/Content/2/17/233/
If the command (when logged in as a root) updatedb works then you have locate. updatedb reindexes the cache - normally updatedb is scheduled to run at a certain time early in the morning if this handy utility is installed by default in your distro. I normally have to tell SUSE to install the utility.
Diagram of Hardware Profile
----------------------------------------------------------
BSD Daemon Copyright 1988 by Marshall Kirk McKusick. All Rights Reserved.
----------------------------------------------------------
BSD Daemon Copyright 1988 by Marshall Kirk McKusick. All Rights Reserved.
- infinitevalence
- Legit Extremist
- Posts: 2841
- Joined: Sat Apr 24, 2004 12:40 pm
- Location: Nashville, TN
- Contact:
- kenc51
- Legit Extremist
- Posts: 5167
- Joined: Thu Jun 23, 2005 1:56 pm
- Location: Dublin, Republic of Ireland
- Contact:
http://www.gentoo.org/main/en/where.xmlinfinitevalence wrote:im putting gentoo on my laptop nowits gonig to be fun to play with i just hope i can remap all of Asus's soft keys.
Get the new Live CD
http://techgage.com/review.php?id=4334
MUCH EASIER TO INSTALL THAN THEIR DEFAULT SETUP!!!!!
IV's the guru? Gentoo will take a long time to install as it downloads source files and complies them when installing.........
Emerge is cool!

- pointreyes
- Legit Fanatic
- Posts: 230
- Joined: Wed Nov 23, 2005 2:26 pm
For those of you that want to learn Linux at it's nitty-gritty level and go crazy (or is that crazier?) at the same time.
http://www.linuxfromscratch.org/

http://www.linuxfromscratch.org/

Diagram of Hardware Profile
----------------------------------------------------------
BSD Daemon Copyright 1988 by Marshall Kirk McKusick. All Rights Reserved.
----------------------------------------------------------
BSD Daemon Copyright 1988 by Marshall Kirk McKusick. All Rights Reserved.
- infinitevalence
- Legit Extremist
- Posts: 2841
- Joined: Sat Apr 24, 2004 12:40 pm
- Location: Nashville, TN
- Contact:
- infinitevalence
- Legit Extremist
- Posts: 2841
- Joined: Sat Apr 24, 2004 12:40 pm
- Location: Nashville, TN
- Contact:
- infinitevalence
- Legit Extremist
- Posts: 2841
- Joined: Sat Apr 24, 2004 12:40 pm
- Location: Nashville, TN
- Contact:
hard??? yeah but not overly so. Im actualy using it now, still a few bugs and i dont have speed steping yet so my batterylife is not great. But the screen looks awsome i got my wired lan working and may beable to get my wireless working, but as a backup i have another fully compatible miniPCI WIFI card on its way 
Let it be known that if you have an Asus laptop based on a 915 chipset or higher you can install and run OSX X86.

Let it be known that if you have an Asus laptop based on a 915 chipset or higher you can install and run OSX X86.
"Don't open that! It's an alien planet! Is there air? You don't know!"
- fenriswolfr
- Legit Aficionado
- Posts: 50
- Joined: Sat Aug 19, 2006 7:31 pm
- Location: Seattle, Washington
- Contact:
I'm not a linux user, actually on my current PC (400 mhz/ 256 ram/ 9 gb memory that I got for free) I put xp pro on it for free too.. but I am thinking about dabbling into a different OS, I know extremely little about it, but I really want to learn more and experiment with it. I guess I'm in this "stage" where I want to find out all this crazy stuff. I might want to try playing around with it on this computer first, and then if I like it or feel like it, using linux or w/e for my new comp. But I want to check it out and learn more.
^^
Antec Sonata II 450W
ASUS M2N-SLI AM2 NVIDIA nForce 570 SLI
AMD Athlon 64 X2 4200+
512 Corsair DDR2 800 (will up to 2mb)
Seagate 160GB 7200 8MB SATA-300 HD
Dual layer DVD R/W drive
Geforce 6600 (for now, will up to 7900 gtx)
Antec Sonata II 450W
ASUS M2N-SLI AM2 NVIDIA nForce 570 SLI
AMD Athlon 64 X2 4200+
512 Corsair DDR2 800 (will up to 2mb)
Seagate 160GB 7200 8MB SATA-300 HD
Dual layer DVD R/W drive
Geforce 6600 (for now, will up to 7900 gtx)