Hey Hey.
Quote:
Originally posted here by DreamDown
Ok this is whats up, i download Redhat from linuxiso.org (now that i got broadband) and am burning the CD's right now.
I really wouldn't suggest RedHat.. it's the lowest of the low.. IMO it's the WinME of Linux.
Quote:
I only installed Mandrake before one time, wasnt too hard, but i dont understand what those ext2 or ext things are when installing. is that like the root folder , where its gonna be installed ? And is there a GUI when installing redhat ? are there instructions what to do, and if you can give some basic things how to configure my broadband connection for redhat.
ext2 and ext3 and reiserfs are different file systems.. like NTFS and FAT. You are required to have a minimum of two drives/partitions to install Linux... / and swap.. swap is swap.. it's like your pagefile in Windows.. programs are swapped between swap space and RAM... your best bet is to make it twice the amount of RAM you have. The / partition is your root partition, everything will be mounted under here in your directory structure. You can add other partitions if you want... common ones are /var, /home, /boot, /usr... etc. You can create these if you want to but they aren't necessary.. RedHat will most likely create /, /boot and SWAP for you.. I believe that's what it did last time I installed.. you can go with the defaults it gives you... or you can play around a bit if you want to..
As far as the GUI.. you'll configure X during the install and select if you want it to boot GUI or console.. If you have standard hardware it will most likely install everything for you... for nVidia you'll have to get the nVidia driver. and stuff like that...
The network setup will also take place during the install.. this is the least of your concerns.. Linux will be like hey a broadband connection and set it up for you with minimal user input.
Quote:
I also have a HD 20 Gigs which is my music hard drive, (no system installed on it ), it is NTFS. My other 60 gig (system drive) is also NTFS, does redhat come with a player that can play those mp3s when i install it ? And is it gonna recognize the NTFS drive ?
RedHat will have xmms, however, with RH9 anyways, they removed mp3 support... you had to download and recompile the software yourself.. As for your NTFS drives, your Linux kernel that installs by default should have NTFS Read-Only Access.. however you'll have to recompile the kernel if you want read-write access.
Quote:
Also what software will i need when i install that, and how do i install the software, since there isnt a setup file like with windows where u just double click it. What do i type in the command line window to run the "setup".. I need a good firewall recomendation for redhat too !
You'll need to get XMMS.. it's a winamp equiv.. you can just google the site for it.. For installs you can download RPMs... it'll be the same as running setup in Windows.. with minor differences (you have to meet dependances and what not).. but you double click in gui or run rpm -Uvh <filename> in console and it'll install the program... The other way is to download the tarball (tar.gz, tar.bz2, tgz, etc)... The standard for compiling this software is ./confiigure; make; make install. There are always variations on this, but that's usually how it goes... As for a firewall... depending on the version you have check out ipchains or iptables... I believe there's some tutorials on this site about them... and they're tons of tutorials floating around on the configuration and basic syntax.
Peace,
HT
[Edit]
Quote:
Can a *cough* moderator move this to newbie questions?
The OS Forum would prolly be more appropriate since this isn't security related.
[/Edit]