dynamik wrote: CentOS, OpenSUSE, Debian/Ubuntu, etc.
Slowhand wrote: If you want to learn about the foundations of Linux, then I'd say start by getting yourself a copy of each of the following:Red Hat (Fedora)DebianSlackware Pretty much every flavor of Linux out there today is based on one of these three operating systems. All the RPM-based distros, like Red Hat, SuSE, etc will be similar, (but not identical). All the Debian-based OSes, like Ubuntu and Gentoo, will be similar. And then, of course, there is the granddaddy of them all, one of the oldest distros out there, Slackware. If you learn as much as you can about these three distros, then you'll be ready to tackle just about anything you'd find in the Linux world and go for distro-specific knowledge and tools. Incidentally, these are also the three core operating systems that CompTIA's Linux+ and the LPI certifications test you on. If you're looking to get some hands-on experience with Red Hat Enterprise Linux, but don't have the cash to pay for it, you can check out CentOS. It's a free operating system that is designed to have all the features of Red Hat Enterprise. Just remember, it's not an exact copy, but it comes very close and will give you 99% of the experience you'd have on Red Hat, (without the support from Red Hat engineers). There are lots of things to learn, when coming from a Windows environment. The main difference, for example, between a desktop operating system and a server operating system is the types of applications that come included on the disc or download. There are also differences in how the file system(s) are laid out, such as Unix V and BSD. There's a lot to learn, and don't be afraid to ask questions when you're stuck or don't know what to do. I've also got a couple of good recommendations for books and online resources to help you out further:Sites to Bookmark LinuxQuestions.org - Whereas TechExams is a cert-specific site, this is a general-knowledge forum for Linux users and adminstrators.DistroWatch - A site dedicated to providing information and downloads of the latest Linux distros.The Linux Documentation Project - Pretty much everything and anything related to setting up or troubleshooting Linux is gathered here. And, of course, make sure you check the documentation available on the distro-providers' sites. Usually, they'll have forums and FAQs, as well as general documents and additional tools available to help you.Books to Check Out Running LinuxLinux in a NutshellLinux Systems Administrators GuideLinux Network Administrators GuideLinux in a Windows World And, of course, don't forget to check out books and resources on specific applications/services you run, such as DNS, web servers, or even Windows compatibility and software integration. In addition to Linux, you might also want to check out some of the Unix distros out there, like FreeBSD or Solaris, to broaden your experience with *NIX operating systems.
remyforbes777 wrote: Why don't you do a net install, which installs the bare minimum to get the OS up and on the network, then download only the packages you need. This is how I do all my Debian installs.
Slowhand wrote: remyforbes777 wrote: Why don't you do a net install, which installs the bare minimum to get the OS up and on the network, then download only the packages you need. This is how I do all my Debian installs. This is the best way to learn, really. Once you've got yourself some basic familiarity with the distro you want to start with, do a bare-bones install and begin working with individual software packages from scratch. It's how I learned to administrate X11: I installed a copy of Fedora without any GUI at all, and installed X11 and the applicable desktop manager from scratch, using both tarballs (.tgz files containing source code you compile yourself) and RPM's. Doing this will not only teach you the ins and outs of the software you're using, it'll also help you learn more about, and feel more in control of, your operating system.
datchcha wrote: Slowhand - what is X11? i'm looking into it right now...thank.
datchcha wrote: What (if there is any) is the linux version of Hyperterminal?
sprkymrk wrote: datchcha wrote: What (if there is any) is the linux version of Hyperterminal? I saw this: gtkterm http://freshmeat.net/projects/gtkterm/?topic_id=20