Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Misc > Archive::Off Topic

Archive::Off Topic Archive area for Off Topic's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-17-2003, 04:54 PM
Mortamer
Hill Giant
 
Join Date: Dec 2002
Posts: 181
Default What version of linux

I have redhat on one of my computers now to test and I thought it was pretty good, but I dont want to use something thats not going to be updated so I figured I'd switch. I don't know that much about linux but I plan on learning C++ in a little while so it might be good to know. What I'm asking is what version would be suitable for someone coming from red hat without that much linux experience? Is their any distro thats pretty close to redhat? I tried Mandrake but people say that its not good for C++ among other things so I uninstalled it.
Reply With Quote
  #2  
Old 11-17-2003, 05:00 PM
mattmeck
Guest
 
Posts: n/a
Default

Google for "linux for newbies" and you will get pages of diferent versions of Linus. I just did it for a good laugh, some of these have a desktop that looks just like windows........

I would love to switch to Linus too, however i have no programming skills so it kinda scares me
Reply With Quote
  #3  
Old 11-18-2003, 03:28 AM
a_Guest03
Demi-God
 
Join Date: Jun 2002
Posts: 1,693
Default

matt, I can't program. I can only read syntax and copy variables in.

I was studying programming in high school and college and gave up on it. The linux desktop can look just like windows, and depending on how much you know about linux and wine, it might actually run your windows programs (slower of course).

If you want to install linux, I suggest you have a friend who knows what he's/she's doing install it for you the first time. There are a lot of options to screw up, and when you're installing, it's a bit hard to look up the answers on the internet.

If you want a distribution that's updated, I suggest not using slackware. They get updated rarely.
__________________
It's never too late to be something great.
Reply With Quote
  #4  
Old 11-18-2003, 12:04 PM
loderunner
Sarnak
 
Join Date: May 2003
Posts: 31
Default

I currently run Red Hat version 9, but I'm dumping their sorry arses in favor of something else. Debian or Mandrake I'm thinking. Anyone have a favorite? why?
__________________
Peace,
LodeRunner
Reply With Quote
  #5  
Old 11-18-2003, 02:09 PM
Mortamer
Hill Giant
 
Join Date: Dec 2002
Posts: 181
Default

I think Mandrake is nice, but its apparently not considered good for developing. I have rh9 but I don't know how this Fedora is going to turn out so I want to switch.
Reply With Quote
  #6  
Old 11-18-2003, 05:13 PM
Eglin
Hill Giant
 
Join Date: Nov 2003
Posts: 168
Default

I think it is probably a good idea to try out lots of distributions, even if your rationale for doing so isn't sound. At one time, installing Linux was a learning experience, but nowadays it generally takes less effort than a Windows install. Even so, the process of customizing it to suit your tastes and installing auxillary packages is still very valuable administrative practice... eventually you will become proficient enough to just install the packages that you want, instead of changing an entire distribution for want of a single program. just my 2cp
Reply With Quote
  #7  
Old 11-18-2003, 07:26 PM
Eshry
Sarnak
 
Join Date: Nov 2003
Posts: 47
Default

I installed linux redhat on one of my computers, it came with a desktop program that was about as close to windows as you can legally be... heh
Reply With Quote
  #8  
Old 11-18-2003, 08:36 PM
Chrysm
Sarnak
 
Join Date: Oct 2002
Location: New Orleans, LA
Posts: 71
Default

IMHO I think you should take a look at Gentoo.

The good thing about gentoo is:
1. You can compile everything from source.
2. It gives you a "start from scratch" box without all the un-necessary mumbo-jumbo like gnome kde etc
3. The emerge system is like apt-get.
4. Excellent install documentation!

They have 3 stages for install.
1. Start from scratch! What you do here is update your use flags your compiler flags like, "-march=pentium4 -02 -pipe -funroll-loops" etc etc. You then bootstrap the system and then begin compiling the basic tools like gcc, ls, bzip2, etc.

2. Start with the bootstrapping already done. All you have to do is update your use flags and maybe look at your compile flags. Then your start compiling your system.

3. Everything is already pre-compiled that best suits your system depending on your processor. It's basically a giant zip file.

NOTE-The compile process from stage 1 actually takes a day and a half and from stage2 about 1 day depending on the speed of your system.

The reason why this is so good, because you have programs compiled for your system. If you have a pentium4 you can take full advantage of the processor features such as mmx sse sse2 etc. This makes a very highly tuned system!

Now about the emerge command. Gentoo keeps a list of all software for linux, thier versions, and dependencies. Much like apt-get.
To get the latest versions of the programs you would type emerge sync. WHat this does is syncs the list on your computer with the list on thier rsync mirrors.
Then you can type emerge -u system or world to update your entire system to the newest versions of installed software(or downgrade if security bugs were found). Best of all, it does all the dependency checking for you and initiates all the use flags for the programs at compile time. No more rpms or tgz's.

I can't sell it enough! I think it's the greatest thing since sliced bread!

Anyways, head on over read a bit and download the cd for your processor =)
__________________
Tuesdays in the 80's I was in bed by 8... and home by 11... OH!
~Quagmire, The Family-Guy
Reply With Quote
  #9  
Old 11-18-2003, 08:39 PM
Chrysm
Sarnak
 
Join Date: Oct 2002
Location: New Orleans, LA
Posts: 71
Default

PS-Also, if you want to run a server with heavy loads, you can install fluxbox or blackbox instead of gnome or kde. kde and gnome look pretty but, do a ps -aux and look at all the memory it takes to run them!

Good for learning programming! say you have hello.cpp,
type g++ hello.cpp -o hello

It's what I learned on. Grant it, I'm not a very good programmer heh. I only learned up to STLs.
__________________
Tuesdays in the 80's I was in bed by 8... and home by 11... OH!
~Quagmire, The Family-Guy
Reply With Quote
  #10  
Old 11-19-2003, 12:44 AM
loderunner
Sarnak
 
Join Date: May 2003
Posts: 31
Default

Chrysm,

wow, that was a very compelling, and extrememly convincing presentation for Gentoo. I will certainly look into it and see if it is right for me.

My Linux machine is basically just a server but occasionally I do like to run X on it. So, having all that extraneous garbage in memory like you mentioned..doesnt sit well with me. : )

Thank you very much for your response.
__________________
Peace,
LodeRunner
Reply With Quote
  #11  
Old 11-19-2003, 12:57 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

I've switched over the xfce4 recently from fluxbox.. alot less bloat than kde, and xfce4 is a little more feature rich.. Gentoo is just fun.. Good way to learn the workings of a linux box from the ground floor up, redhat abstracts alot away from you..
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #12  
Old 11-19-2003, 01:16 AM
Chrysm
Sarnak
 
Join Date: Oct 2002
Location: New Orleans, LA
Posts: 71
Default

I haven't tried it yet, will give it a look =)
Heh, before gentoo came along, the flavor to learn from the ground up was slackware. I just saw on Freshmeat about 2 days ago that an emerge typr tool was released for Slack 8.1. I guess it's going to catch on for those flavors that don't charge to have you automatically update your system to fix security issues. I also know they have an apt-get for Slack and all this time I thought that was for Debian heh!
__________________
Tuesdays in the 80's I was in bed by 8... and home by 11... OH!
~Quagmire, The Family-Guy
Reply With Quote
  #13  
Old 11-19-2003, 02:35 AM
a_Guest03
Demi-God
 
Join Date: Jun 2002
Posts: 1,693
Default

It was for debian too.

I noticed that emerge for Slack 8.1 as well! If only I had internet at home! I could install stuff!
__________________
It's never too late to be something great.
Reply With Quote
  #14  
Old 11-19-2003, 02:39 AM
Rogean's Avatar
Rogean
Administrator
 
Join Date: Jul 2003
Location: Massachusetts
Posts: 708
Default

Join any linux IRC Channel with a lot of gurus on it, say "Ahh screw this, linux sucks, im goin back to windows" and immedietely youll have 50 people tryin to help you. =)
Reply With Quote
  #15  
Old 11-19-2003, 02:46 AM
mattmeck
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Rogean
Join any linux IRC Channel with a lot of gurus on it, say "Ahh screw this, linux sucks, im goin back to windows" and immedietely youll have 50 people tryin to help you. =)

ROFL!! :lol:
Reply With Quote
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 On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 04:28 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3