Reply
Old December 18th, 2007 Top | #1
 
Joel980's Avatar
OSNN Junior Addict
Joined: December 2007
Posts: 3
Reputation: 0
Power: 0

Default Favorite Linux Distro ?

My favorite Linux distro is Ubuntu, because it is very easy to use...
_________________
Cuba Hotel Sports Jobs
Joel980 is offline   Reply With Quote
Old December 18th, 2007 Top | #2
 
Dark Atheist's Avatar
I never said I was nice
Joined: April 2003
Location: In The Void
Posts: 6,346
Blog Entries: 8
Reputation: 1877
Power: 0

Default Re: Favorite Linux Distro ?

slackware
Dark Atheist is offline   Reply With Quote
Old December 18th, 2007 Top | #3
 
LordOfLA's Avatar
Godlike!
Joined: February 2004
Location: Salisbury, Wiltshire, UK
Posts: 7,015
Blog Entries: 5
Reputation: 4137
Power: 209

Default Re: Favorite Linux Distro ?

Debian/Ububtu.

FreeBSD is not linux.



If HK-47 and GLaDOS had a child, the character they create would cause the video game world to overdose on awesome. -sheridanmovieguy: Dragon age forum user.
LordOfLA is offline   Reply With Quote
Old December 18th, 2007 Top | #4
 
Dark Atheist's Avatar
I never said I was nice
Joined: April 2003
Location: In The Void
Posts: 6,346
Blog Entries: 8
Reputation: 1877
Power: 0

Default Re: Favorite Linux Distro ?

all linux flows from BSD
Dark Atheist is offline   Reply With Quote
Old December 18th, 2007 Top | #5
 
LordOfLA's Avatar
Godlike!
Joined: February 2004
Location: Salisbury, Wiltshire, UK
Posts: 7,015
Blog Entries: 5
Reputation: 4137
Power: 209

Default Re: Favorite Linux Distro ?

Linux is actually an imitation of Minix. Nothing to do with BSD at all.



If HK-47 and GLaDOS had a child, the character they create would cause the video game world to overdose on awesome. -sheridanmovieguy: Dragon age forum user.
LordOfLA is offline   Reply With Quote
Old December 19th, 2007 Top | #6
 
Bman's Avatar
OSNN Designer
Joined: July 2002
Location: Ottawa, Ontario
Posts: 8,700
Blog Entries: 106
Reputation: 1386
Power: 218

Default Re: Favorite Linux Distro ?

I have no idea what the difference is or what not, I have really only use Ubuntu.
Bman is offline   Reply With Quote
Old December 19th, 2007 Top | #7
 
Beginning's Avatar
I'm Beginning Somehow...
Joined: June 2002
Location: XP-erience, NTFS, OSNN, here.....
Posts: 1,262
Reputation: 360
Power: 133

Default Re: Favorite Linux Distro ?

I'll put a mark up for PClinuxOS 2007. It's radicly simple and it just works.. Been using it for a few years now... I've yet to find a better one.


- - - - - - - - -Devart Gallery - - - - - - - - - -
Beginning is offline   Reply With Quote
Old December 19th, 2007 Top | #8
 
tdinc's Avatar
█▄█ ▀█▄ █
Joined: December 2003
Location: Sterling Heights, MICHIGAN
Posts: 3,505
Blog Entries: 19
Reputation: 2905
Power: 164

Default Re: Favorite Linux Distro ?

Ubuntu

tdinc is offline   Reply With Quote
Old December 19th, 2007 Top | #9

OSNN Folding Team  
fitz's Avatar
XPista7eopard*ix
Joined: April 2004
Location: Chicagoland
Posts: 4,014
Reputation: 2947
Power: 164

Default Re: Favorite Linux Distro ?

CentOS on the server side and Ubuntu on the desktop side
fitz is offline   Reply With Quote
Old December 19th, 2007 Top | #10

OSNN Folding Team  
vern's Avatar
Dominus
Joined: March 2002
Location: Minnesota, USA
Posts: 1,570
Reputation: 660
Power: 143

Default Re: Favorite Linux Distro ?

Ubuntu because it just works.
vern is offline   Reply With Quote
Old December 20th, 2007 Top | #11

OSNN Folding Team  
falconguard's Avatar
Carbon based lifeform
Joined: February 2004
Location: SoCal
Posts: 3,406
Reputation: 2305
Power: 155

Default Re: Favorite Linux Distro ?

OpenSuse, duh...

falconguard is offline   Reply With Quote
Old December 20th, 2007 Top | #12
 
LordOfLA's Avatar
Godlike!
Joined: February 2004
Location: Salisbury, Wiltshire, UK
Posts: 7,015
Blog Entries: 5
Reputation: 4137
Power: 209

Default Re: Favorite Linux Distro ?

where do you get apps to install for opensuse? none of the repo's I tried worked



If HK-47 and GLaDOS had a child, the character they create would cause the video game world to overdose on awesome. -sheridanmovieguy: Dragon age forum user.
LordOfLA is offline   Reply With Quote
Old December 20th, 2007 Top | #13
 
X-Istence's Avatar
*
Joined: December 2001
Location: USA
Posts: 6,490
Reputation: 2808
Power: 217

Default Re: Favorite Linux Distro ?

Originally Posted by LordOfLA View Post
Linux is actually an imitation of Minix. Nothing to do with BSD at all.
Imitation of Minix? Doubtful, as then Linux would not have gone with a monolithic kernel versus a very much so microkernel OS as Minix. Linux was written using Minix as the workstation, and contains some of the same file layout with regards to file names in the source tree, but there is only so much that one can change when it comes to certain files before it becomes too hard to use.

Linus wrote Linux as a way to get a free Unix like operating system out to the world, because at the time AT&T had upped the cost of their Unix licensing, and no other free OS's outside of Minix were available. Andrew Tannenbaum who created the Minix operating system even says that if Linux was an imitation of minix Linus ****ed up:

[...] Linus didn't sit down in a vacuum and suddenly type in the Linux source code. He had my book, was running MINIX, and undoubtedly knew the history (since it is in my book). But the code was his. The proof of this is that he messed the design up. MINIX is a nice, modular microkernel system, with the memory manager and file system running as user-space processes. This makes the system cleaner and more reliable than a big monolithic kernel and easier to debug and maintain, at a small price in performance, although even on a 4.77 MHz 8088 it booted in maybe 5 seconds (vs. a minute for Windows on hardware 500 times faster). An example of commercially successful microkernel is QNX. Instead of writing a new file system and a new memory manager, which would have been easy, Linus rewrote the whole thing as a big monolithic kernel, complete with inline assembly code :-( . The first version of Linux was like a time machine. It went back to a system worse than what he already had on his desk. Of course, he was just a kid and didn't know better (although if he had paid better attention in class he should have), but producing a system that was fundamentally different from the base he started with seems pretty good proof that it was a redesign. I don't think he could have copied UNIX because he didn't have access to the UNIX source code, except maybe John Lions' book, which is about an earlier version of UNIX that does not resemble Linux so much.
- http://www.cs.vu.nl/~ast/brown/
X-Istence is offline   Reply With Quote
Old December 20th, 2007 Top | #14

OSNN Folding Team  
falconguard's Avatar
Carbon based lifeform
Joined: February 2004
Location: SoCal
Posts: 3,406
Reputation: 2305
Power: 155

Default Re: Favorite Linux Distro ?

Originally Posted by LordOfLA View Post
where do you get apps to install for opensuse? none of the repo's I tried worked
For 10.2
http://linux.wordpress.com/2006/12/2...-repositories/
10.3 has that one click net thingy, but this is a good walk through for 10.3
http://www.howtoforge.com/the_perfec...p_opensuse10.3

Of course Packman might be in that complete list, if he's not, he also has most of Guru's stuff
http://packman.links2linux.org/

and of course http://download.opensuse.org/repositories/ This is pretty much the one click thing

falconguard is offline   Reply With Quote
Old December 20th, 2007 Top | #15
 
Heeter's Avatar
Overclocked Like A Mother
Joined: July 2002
Location: In front of my computer
Posts: 2,729
Reputation: 684
Power: 150

Default Re: Favorite Linux Distro ?

OpenSuse 10.3 pour moi, on the desktop side.

Might be setting up debian for mail/web/ftp/file server side, if I ever work up the gumption.




Heeter
Heeter is offline   Reply With Quote
Old December 20th, 2007 Top | #16
 
LordOfLA's Avatar
Godlike!
Joined: February 2004
Location: Salisbury, Wiltshire, UK
Posts: 7,015
Blog Entries: 5
Reputation: 4137
Power: 209

Default Re: Favorite Linux Distro ?

Originally Posted by falconguard View Post
<snip>
Cool, I'll have to acquire opensuse again. Rather liked how it was setup and its multiple monitor support, but never actually figured out how to get the repo's working

I'll give it a try once I've got settled in at the folks place for xmas



If HK-47 and GLaDOS had a child, the character they create would cause the video game world to overdose on awesome. -sheridanmovieguy: Dragon age forum user.
LordOfLA is offline   Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
which x64 Linux distro? Dark Atheist Linux & BSD 23 July 6th, 2008 1:59pm
Want to run a Linux based machine, but which distro? Glaanieboy Linux & BSD 28 March 3rd, 2004 2:45pm
which linux distro on a dell? apu95 Linux & BSD 5 March 1st, 2004 9:49am
which Linux distro CHiLLaXen Linux & BSD 15 January 13th, 2004 7:24pm
New Linux Distro (Xandros) SPeedY_B Linux & BSD 8 October 24th, 2002 11:05pm