Linux beginners, this is your first port of call

PV5150

New member
Hi Guys

I currently run a dual boot system comprising of Win XP Pro and Red Hat Linux 9.0. Those of you new to Linux may find this of some assistance.

The Filesystem!

What every newbie should know about the filesystem.

http://www.freeos.com/articles/3102/

Working with the file-system!

Most important, is how to work with the filesystem from the command line.

http://www.karakas-online.de/gnu-linux-tools-summary/working-with-the-file-system.html

Which is part of this doc.

http://www.karakas-online.de/gnu-linux-tools-summary/t1.html

Mounting/Accessing Devices like CDroms

You may need to do it from the command line every once in awhile or maybe you want to add a device.

http://www.freeos.com/articles/4491/

Controlling The System!

This is part of the above docs, and contains un/mounting devices, exiting, logging out, rebooting and shutingdown

http://www.karakas-online.de/gnu-linux-tools-summary/controlling-the-system.html

Managing Users

Also part of the above doc, and something everyone should know.

http://www.karakas-online.de/gnu-linux-tools-summary/managing-users.html

Networking Windows and Linux

You will no doubt want to do some win-lin networking, this is a fairly easy guide.

http://www.freeos.com/articles/4310/

Connecting to an ISP

You'll want to do this right?

https://secure.linuxports.com/howto/ppp/

Or you can use kppp in KDE.

This might help with ADSL

http://www.linuxhelp.net/guides/pppoe/

Package Management

You will want to know how to un/install and upgrade programs/librarys/misc on your system.

Redhat .rpm format is used in a few distros (mandrake for example).

Others may use different forms of management, but will still work in the same fashion.

http://www.linuxplanet.com/linuxplanet/tutorials/4161/1/

KDE has a packagemanager in it which has support for .rpm and slackware pkgs, so that may be handy, both Redhat and Mandrake have some fairly powerful tools to help you.

Dual Booting

Dual boot win2000/xp/98 with linux.

:: Dual-Boot Linux and Windows 2000/Windows XP with GRUB HOWTO

http://www.geocities.com/epark/linux/grub-w2k-HOWTO.html

:: Dual booting Linux and Windows 2000/XP on large hard disks

http://www.enterprisedt.com/publications/dual_boot.html

:: Configuring a Dual-Boot System (redhat)

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/install-guide/ch-x86-dualboot.html

Getting your Nvidia / ATI Graphics card working

No doubt you'll want to play some opengl games at some point, so these links will help you get proper accelerated graphics up and hoofing it.

NVIDIA

http://www.linux.com/howtos/Nvidia-OpenGL-Configuration/index.shtml

ATI

http://www.linux-gamers.net/modules/wfsection/article.php?articleid=22

Compiling programs

At some stage you may want to or have to build a program from source.

Using the info you learnt above, most programs will follow something like this:

#cd /usr/src

#tar xjvipf foo.tar.bzip2 (replace j with z if gzipped not bzipped)

#cd foo

#./configure (some wont need to be)

#make

#make install

read the "README" and "read the INSTALL "

Here is a little guide, which includes a hell world prog, guides on compiling from source and also how to

Build a Kernel

http://total.luv.asn.au/overheads/compile.html#source

=================================

Other things of interest...

Learn some new Words?

http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Difference between open source and free software

This is a must read...

So, please/ read, it will help everyone.

http://crystal.sourceforge.net/csdocs/rms.html

http://www.gnu.org/philosophy/free-software-for-freedom.html

http://www.gnu.org/philosophy/why-free.html

Download locations:

http://www.linuxiso.org/

http://mirror.aarnet.edu.au/

http://www.planetmirror.com/

http://files.bigpond.com/

Documentation for:

Lycoris:


http://www.lycoris.org/sections.php?op=listarticles&secid=1

Mandrake:

http://www.mandrakelinux.com/en/fdoc.php3
 
nice

PV5150 said:
Hi Guys

I currently run a dual boot system comprising of Win XP Pro and Red Hat Linux 9.0. Those of you new to Linux may find this of some assistance.

The Filesystem!

What every newbie should know about the filesystem.

http://www.freeos.com/articles/3102/

Working with the file-system!

Most important, is how to work with the filesystem from the command line.

http://www.karakas-online.de/gnu-linux-tools-summary/working-with-the-file-system.html

Which is part of this doc.

http://www.karakas-online.de/gnu-linux-tools-summary/t1.html

Mounting/Accessing Devices like CDroms

You may need to do it from the command line every once in awhile or maybe you want to add a device.

http://www.freeos.com/articles/4491/

Controlling The System!

This is part of the above docs, and contains un/mounting devices, exiting, logging out, rebooting and shutingdown

http://www.karakas-online.de/gnu-linux-tools-summary/controlling-the-system.html

Managing Users

Also part of the above doc, and something everyone should know.

http://www.karakas-online.de/gnu-linux-tools-summary/managing-users.html

Networking Windows and Linux

You will no doubt want to do some win-lin networking, this is a fairly easy guide.

http://www.freeos.com/articles/4310/

Connecting to an ISP

You'll want to do this right?

https://secure.linuxports.com/howto/ppp/

Or you can use kppp in KDE.

This might help with ADSL

http://www.linuxhelp.net/guides/pppoe/

Package Management

You will want to know how to un/install and upgrade programs/librarys/misc on your system.

Redhat .rpm format is used in a few distros (mandrake for example).

Others may use different forms of management, but will still work in the same fashion.

http://www.linuxplanet.com/linuxplanet/tutorials/4161/1/

KDE has a packagemanager in it which has support for .rpm and slackware pkgs, so that may be handy, both Redhat and Mandrake have some fairly powerful tools to help you.

Dual Booting

Dual boot win2000/xp/98 with linux.

:: Dual-Boot Linux and Windows 2000/Windows XP with GRUB HOWTO

http://www.geocities.com/epark/linux/grub-w2k-HOWTO.html

:: Dual booting Linux and Windows 2000/XP on large hard disks

http://www.enterprisedt.com/publications/dual_boot.html

:: Configuring a Dual-Boot System (redhat)

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/install-guide/ch-x86-dualboot.html

Getting your Nvidia / ATI Graphics card working

No doubt you'll want to play some opengl games at some point, so these links will help you get proper accelerated graphics up and hoofing it.

NVIDIA

http://www.linux.com/howtos/Nvidia-OpenGL-Configuration/index.shtml

ATI

http://www.linux-gamers.net/modules/wfsection/article.php?articleid=22

Compiling programs

At some stage you may want to or have to build a program from source.

Using the info you learnt above, most programs will follow something like this:

#cd /usr/src

#tar xjvipf foo.tar.bzip2 (replace j with z if gzipped not bzipped)

#cd foo

#./configure (some wont need to be)

#make

#make install

read the "README" and "read the INSTALL "

Here is a little guide, which includes a hell world prog, guides on compiling from source and also how to

Build a Kernel

http://total.luv.asn.au/overheads/compile.html#source

=================================

Other things of interest...

Learn some new Words?

http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Difference between open source and free software

This is a must read...

So, please/ read, it will help everyone.

http://crystal.sourceforge.net/csdocs/rms.html

http://www.gnu.org/philosophy/free-software-for-freedom.html

http://www.gnu.org/philosophy/why-free.html

Download locations:

http://www.linuxiso.org/

http://mirror.aarnet.edu.au/

http://www.planetmirror.com/

http://files.bigpond.com/

Documentation for:

Lycoris:


http://www.lycoris.org/sections.php?op=listarticles&secid=1

Mandrake:

http://www.mandrakelinux.com/en/fdoc.php3

niceness... i dont like RH though... but it beats windows
 
PV5150 said:
:o Sorry sai_jao

Hey setite have you tried Ubuntu, its based on Debian, and I'm using it at the moment instead of RH. The link is here if you're interested

http://www.ubuntulinux.org/

PV

ubuntu --- didnt like it the default colour scheme is too grey/brown lol (naw its good but nuffin beats full blown debian :) <that said im usin FC3 and freebsd @ the mo> )
 
i dont like ubuntu as it has only GNOME by default but Kubuntu on the otherhand has replaced my Fedora core 3 (ubuntu w/ KDE wat can i say i love KDE)
 
name='sai_jao' said:
i dont like ubuntu as it has only GNOME by default but Kubuntu on the otherhand has replaced my Fedora core 3 (ubuntu w/ KDE wat can i say i love KDE)

Oooooh.... They have Fedora CORE 3 now eh? Last time I rocked Linux was on my P4 lappy and I was running Fedore CORE 2 :D
 
name='FragTek' said:
Oooooh.... They have Fedora CORE 3 now eh? Last time I rocked Linux was on my P4 lappy and I was running Fedore CORE 2 :D

FC4 is gonna be commin outta closet soon as well
 
name='sai_jao' said:
FC4 is gonna be commin outta closet soon as well

Jesus I'm behind the times! I should really setup up a folding comp running Linux :)

Perhaps that is what I'll do with my 3000+ Winnie when I take it out and replace it with the Diego.
 
name='sai_jao' said:
i dont like ubuntu as it has only GNOME by default but Kubuntu on the otherhand has replaced my Fedora core 3 (ubuntu w/ KDE wat can i say i love KDE)

Does it come with Gnome and KDE or just KDE?
 
im going to pretend you didnt just revive an ancient thread to ask an (almost) unrelated question.

start a new thread lim, and consider this an informal warning to pointless thread reviving.
 
Back
Top