LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-07-2004, 03:08 PM   #1
n9ne
LQ Newbie
 
Registered: Jul 2004
Posts: 8

Rep: Reputation: 0
[?] Need your educated opinion


I have aquired a unix shell account from the school im at and I have taken the past two days to learn some things about unix. Now im wondering what distro or whatever is the best to suit my needs I am looking to create the same enviroment as that of the school hear since that is what I will be using form now on. From what I can tell the the schools system is Linux 2.4.22. Where can I get it or is this just the kernel? If this is just the kernel can I still duel boot for the time being on my home pc?

I will be using the system mainly as a workstation and some c programming down the line so I will need the gcc compiler which I know is on the unix server I have access to. However I have several mp3s and movies which I would like to use as well so....I need to be able to still use these files.

Ooh yeah what is the more secure version out of box? If i cant use the Linux 2.4.22 what do U think of openBSD, is it a good choice? Plz help I need some estblished linux/unix users opinions so that I can make the best choice for my needs. I dont want to spend my time being every distros tool.
 
Old 07-07-2004, 03:31 PM   #2
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
2.4.22 is just the kernel version. that will vary depending on distro, and of course you can install whichever version you like on any of them.

this site can help you decide on a distro:
http://www.distrowatch.com/dwres.php?resource=major

much of it is personal preference, so your best bet is to try some of the more common ones and see which you like.

note that openBSD is not Linux - they are similar in some ways, but not identical.
 
Old 07-07-2004, 03:53 PM   #3
n9ne
LQ Newbie
 
Registered: Jul 2004
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Genesee
2.4.22 is just the kernel version. that will vary depending on distro, and of course you can install whichever version you like on any of them.

this site can help you decide on a distro:
http://www.distrowatch.com/dwres.php?resource=major
thx I am going to check the link now

Quote:
note that openBSD is not Linux - they are similar in some ways, but not identical.
What is the difference? I hear openBSD has incredible security. What limitations might I experience using openBSD? Would I be able to play my dvds, divx files, mp3s and still be able to do my regular computing?
 
Old 07-07-2004, 03:58 PM   #4
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
The difference is that BSD and Linux are different OSes. Thay're very similar (most programs work for both systems etc). You must note, however, that there are less drivers for OpenBSD than for Linux (OpenBSD is rather for servers), but if you have them for everything, you can use it the for you daily tasks.
 
Old 07-07-2004, 04:31 PM   #5
n9ne
LQ Newbie
 
Registered: Jul 2004
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Mara
The difference is that BSD and Linux are different OSes. Thay're very similar (most programs work for both systems etc). You must note, however, that there are less drivers for OpenBSD than for Linux (OpenBSD is rather for servers), but if you have them for everything, you can use it the for you daily tasks.
Ok, so where can I get openBSD so that I ensure I get the appriate drivers for my system? Does ne one have a link? Is the install difficult? How can I setup a triple boot I want to run windows, slackware and openBSD so that I can see if linux or bsd fits my needs more.
 
Old 07-07-2004, 04:39 PM   #6
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
BSD vs. Linux
http://www.over-yonder.net/~fullermd...bsd4linux1.php

on double/triple booting - there are hundreds of posts on that - try running a search here at LQ and google.

on BSD - check the BSD forum here, or try http://www.bsdforums.org/
 
Old 07-07-2004, 05:11 PM   #7
n9ne
LQ Newbie
 
Registered: Jul 2004
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Genesee
BSD vs. Linux
http://www.over-yonder.net/~fullermd...bsd4linux1.php

on double/triple booting - there are hundreds of posts on that - try running a search here at LQ and google.

on BSD - check the BSD forum here, or try http://www.bsdforums.org/
Thx I didnt meant to treat U like my personal search engine.
 
Old 07-07-2004, 05:33 PM   #8
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
no problem.

some topics come up a lot, for obvious reasons. and be sure to get familiar with the LQ search - it can be a noob's best friend
 
Old 07-07-2004, 09:55 PM   #9
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
A "standard view" would say that the friendlier linux distros would be suse/redhat/mandrake. These three use the rpm package system to install/manage/upgrade programs. Rpm is a format which delivers precompiled binaries, instead of source code. There are many packages for all kinds of programs in rpm format, including multimedia stuff.

Slackware and Debian stand as the more technical and skilled distros. Debian also has a system for installing precompiled programs, a format (.deb) for it and a tool (apt, apt-get) to manage packages. Slackware uses source code to compile and install new programs.

Although some distros have systems to install precompiled stuff, everyone of these will let you compile your own stuff or source code downloaded form the net. gcc and other tools are basic stuff in any major distro, nowadays.

Every one of these five distros will give you a nice system for your starting and learning, or even a more advanced system, as long as you learn how to tweak and customize it. A "common" way to enter linux would be to start with an easier one and after sometime, step into a more technical.

The three first are mantained by enterprises and a community of users. The second two are exclusively community-based and non-comercial. One would argue that Debian and Slackware are "more free software", in a sense.

Please notice that these views are not shared by everybody, I'm not trying to be comprehensive. Just posting what I've seen around me. You can start anywhere, really. To a good extent, its a matter of taste and philosophy.

And of course, there are other distros besides these.
 
Old 07-08-2004, 03:35 PM   #10
mjjzf
Member
 
Registered: Feb 2004
Location: Valby, Denmark / Citizen of the Web
Distribution: Slackware 14.1
Posts: 879

Rep: Reputation: 39
I agree!

I, too, recommend that you try out a more interface-based version while you are making the transition. I started with Mandrake in order to learn - but actually stayed with it, even if I have learned a bit at this point.
Just because there is an interface to get things done, it does not mean that you do not use the command line. Installing programs graphically annoys me - one thing you'll come to appreciate and understand is the importance of the messages coming in the terminal when you compile/install something. That, I think, is not adequately presented with a graphical installer.
if you are totally new to this, I recommend you read through the tutorials at LinuxCommand.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Opinion: What do you think is better? mrchaos Linux - General 9 04-16-2005 11:07 AM
Opinion please Fredstar Linux - Security 1 03-18-2005 10:27 PM
need Yes or No opinion Quickdraw Linux - General 2 10-08-2004 09:19 AM
I want your opinion!!! darthtux General 23 12-07-2003 04:20 PM
In your opinion... DaDdY SnEb Linux - Newbie 8 05-30-2003 11:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration