Which Linux or Unix Version and Books Should You Choose?

  • Thread starter Thread starter chaoseverlasting
  • Start date Start date
  • Tags Tags
    Books Linux Unix
AI Thread Summary
Linux and Unix are popular choices for users looking to switch operating systems, with various distributions available. Red Hat is a common recommendation, especially if users have friends familiar with it. Ubuntu is favored for desktop use due to its user-friendly interface and live CD feature, allowing users to test it without altering their hard drive. While most distributions offer similar applications, the choice largely depends on personal preference and community support. For beginners, books like "Running Linux" from O'Reilly are recommended, along with online resources such as TLDP. Fedora is highlighted as a community project of Red Hat, and CentOS is suggested for those interested in a stable, enterprise-level distribution. It's important to understand the distinction between Unix, which is a set of standards, and Linux, which is a kernel that many distributions are based on. Users are encouraged to explore various distributions and utilize live CDs to find the best fit for their needs.
chaoseverlasting
Messages
1,050
Reaction score
3
Recently I've been reading up some, and in certain communities Linux and particularly Unix are very well accepted. I want to switch over to Linux or Unix or possibly have both on my system. Any suggestions on which versions to run?
So far, I think I may settle on Red Hat because some of my friends have a copy of it, but have no idea on how to use it. Also, I am quite certain that I will have to read up a lot of material to use Linux effectively. Any ideas on which books I should buy?
 
Computer science news on Phys.org
Ubuntu is favorite with home users for desktop installs but it really doesn't matter, you get pretty much the same apps with all and the apps can run on any distribution.

Ubuntu does have the advantage of a live cd where it runs completely in memory (booting from the cd) so you can test it out without touching the harddrive. Most distros will also repartition your drive without losing windows.

As for using it - if you are just using gui apps it's no different from windows/mac - there are probably more differences in the different vista themes than between linux/windows.
If you want to use the command line ( the real power of unix ) O'reilly used to be the best for unix books.
 
Good choice. :wink:

Just a few threads below yours : i think i want to try linux out. But that thread is a "bit" biased towards Ubuntu, so here's a site that lists almost every distribution available. http://distrowatch.com

If you know people around you who can help you out, then I would suggest that you install one of the distros they use. (In your case, Red Hat.)

I haven't yet bought a proper book on Linux. In fact, there's one usually recommended for beginners from O'Reilly that goes by the name Running Linux. I downloaded the guides from TLDP.
 
Last edited:
...If you've interested in Red Hat related Linux distros Fedora 8 is being release today (the "community" project of Red Hat). And if you want a clone of Red Hat EL 5, the current "enterprise" level release, which is free you may want to check out centos (if you've interests towards server side of things or want a more "sturdy" distribution which takes new things in bit more slowly). For desktop don't think you really can choose "wrong", going with any major one like ubuntu and you'll do fine.
 
I think you got the unix/linux thing pretty mixed up..
Unix is a system which follows the SUS (Single UNIX Specification), mac OSX is such a system for example, so is darwin (mac OSX's open source derivative - mac OSX in turn was derived from freeBSD - which is not fully Unix certified)
many Linux distributions are Unix-like (but not Unix), because they follow many POSIX and SUS standards.

Unix is not an Operating system (just a set of standards), and is not Linux.
and Linux is not an Operating system (just a kernel) and its distributions are Unix-like.

now for the more helpful part of my post:
have a look here
it will recommend a Linux distribution for you.

I recommend Ubuntu, but I'm biased =P
anyway, the difference between the distributions is not all that big, have a look at my posts on that other thread...
(my last post on that thread also demonstrates linux's strength with shell scripting)
 
Last edited:
It's a bit splitting hairs. Unix is whatever who owns the trademark this week says it is.
Through most of the 90s there were usually at least 'n' court cases in progress at any time. Currently the SUS group own 'Unix' but that might change.

There are a lot more OSs that are Unix-like, including Linux.
It's a bit like claiming you speak English - is that only true if you have a TOEFL certificate, do you speak English if you are American/Canadian/Australian/Scottish ?
 
Scottish people don't really speak English :smile:
 
Last edited:
I want to know how to do things the command line way... there are several books available for download on the net on unix/linux which I think ill use initially... thank you all for checking this post out
 
chaoseverlasting said:
Any suggestions on which versions to run?
All of them? Choice isn't a bad thing.

http://distrowatch.com/stats.php?section=popularity

Based on rank alone, I recommend any of the top 5. Based on experience, I strongly recommend ubuntu(or kubuntu) & sabayon as I'm using them right now on my two computers. I don't think any are really bad - at least I've never had a bad experience. Eg I recently tried out vector & elive (for what should be obvious reasons). While they were not quite up to the previous two's standards, they were still good enough to use, low rank notwithstanding.

If you see something even slightly interesting, burn a livecd & try it out.

Don't forget to image your windows partition & keep something that does fixmbr close.
 
Last edited:
  • #10
FWIW - The open group & IEEE "own" SUSv2, SUSv3 and the current incarnation of POSIX.
 
Back
Top