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
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