Linux Server which Distro to use
Gang,
I'm new to Linux, so I wanted to know which distro and version is good for someone new to Linux. Right now I learning with Red Hat ver. 9 'strike' in client mode, but i want o create a domain and have accounts authnticate with a server to get some real environment hands-on experience.
Thank you,
Datchcha
I'm new to Linux, so I wanted to know which distro and version is good for someone new to Linux. Right now I learning with Red Hat ver. 9 'strike' in client mode, but i want o create a domain and have accounts authnticate with a server to get some real environment hands-on experience.
Thank you,
Datchcha
Arrakis
Comments
do these distros give the option to install a Server version? Example like Red Hat 9.0?
thank you,
Red Hat (Fedora)
Debian
Slackware
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 Linux
Linux in a Nutshell
Linux Systems Administrators Guide
Linux Network Administrators Guide
Linux 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.
Free Microsoft Training: Microsoft Learn
Free PowerShell Resources: Top PowerShell Blogs
Free DevOps/Azure Resources: Visual Studio Dev Essentials
Let it never be said that I didn't do the very least I could do.
Thank you - both of you have been super helpful...I am taking 70-270 this weekend, and afterward hope to start on Linux+...thanks again.
thank you,
www.blacksintechnology.net
Wow...easy now (smiles) I am not that advanced with Linux of any Distro...yet. Yet i say...hope to be there pretty soon.
That's right...Ubuntu is similar to Debian..or Debian packages...
Thank you,
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.
Free Microsoft Training: Microsoft Learn
Free PowerShell Resources: Top PowerShell Blogs
Free DevOps/Azure Resources: Visual Studio Dev Essentials
Let it never be said that I didn't do the very least I could do.
Slowhand - what is X11? i'm looking into it right now...thank.
Click on the link above, and you'll be taken to the X11 homepage. The short version is that X11 (and programs like it) provide the GUI for various Linux and Unix distros. They run just below the window managers, like Gnome and KDE.
Free Microsoft Training: Microsoft Learn
Free PowerShell Resources: Top PowerShell Blogs
Free DevOps/Azure Resources: Visual Studio Dev Essentials
Let it never be said that I didn't do the very least I could do.
Now that i have Fedora Core 7 on my laptop and forcing myself to use Linux. I need to configure a Cisco Router, and in the past on my windows machine i always used hyperterminal with a rollover cable.
What (if there is any) is the linux version of Hyperterminal?
Thank you,
Cheers!!!!!
After that, it's a matter of setting up SSH access on your Cisco device. You can also check out this video if you're having trouble. It shows configuration happening from within Windows, but the setup on the router and the commands you have to run are the same.
Free Microsoft Training: Microsoft Learn
Free PowerShell Resources: Top PowerShell Blogs
Free DevOps/Azure Resources: Visual Studio Dev Essentials
Let it never be said that I didn't do the very least I could do.
I saw this:
gtkterm http://freshmeat.net/projects/gtkterm/?topic_id=20
I have no experience with what sprkymrk recommended and it may be a great product. But i have used minicom several times. It is command line only though. If you choose to use it just google minicom +cisco and your sure to find a step by step setup.
www.blacksintechnology.net
Cheers!!!