-
Hexadecimal,
There are sources to purchase copies of the downloadable versions of the distrubutions.
Check out http://www.cheapbytes.com They burn CDs of the download sites and provide them at a much cheaper price than the connect cost for a 56K modem. You don't get all of the goodies of the shrink wrapped box, but you get enough to learn and rate the various distro's. When you find the one you like, feel free to support them with a purchase of the registered version.
-
Link
Thanks for the link dude! looks like alot of good stuff :D
[flip]-ndog[/flip]
-
sWifty: I think it would have been easier for us to see it via "View Source." Oh.. I forgot. Ya wanna be 1337. :chuck:
-
1.Linux is under an open-source lisense.
2.Linux is more stable.
3.File systems are completely different.
4.Drivers are different.
5.it's free.
-
-
Someone gave my post negative anitpoints with the comment:
"the administrator account isn't a superuser account?"
I think this is an important issue to clear up as many peopel are unclear and this is not just to complain about antipoints so don't worry. ;)
The Super User issue is a very imporant architecutal difference beteween UN*X and NT. In UN*X the root account is the super user account and it is so named because it actually exists _outside_ the operating system's security policy. If you don't believe me, try opening a file that you do not have permissions on as root. It will open just fine. Try the same thing in NT. You will be denied access. NT's admin account only has the privleges assigned to it in the security policy. For example, you can revoke its "Take Ownership" abilities and this makes it much more like a normal user.
NT features what is known as the segregation of Administrators and Operators and this is why its audit trail meets TCSEC audit trail B2 requirements. (the system as a whole is not B2 of cause due to it's lack of MAC among other things) It is possible withing the security policy alone to deny the Admin account access to various things, eg. logs. The same limitations cannot be achived in UN*X via the security policy alone and frequently special file system settings or atypical kernel configurations need to be used.
I hope this clears things up. :)
catch