IPB

Welcome Guest ( Log In | Register )


2 Pages V   1 2 >  
Reply to this topicStart new topic
> Linux bitches
impala454
post Jun 4 2008, 10:40 PM
Post #1





Group: Members
Posts: 10,620
Joined: 23-February 06
From: Houston, TX
Member No.: 48



Ok so I actually have reason to "refresh" my linux skills.

1. Which distros do people use now (mainly for software development)
2. What C++ compiler is the standard? (Chuck, feel free to mention those you work with, they will probably matter more to me)
Go to the top of the page
 
+Quote Post
Seeker
post Jun 4 2008, 11:02 PM
Post #2





Group: Members
Posts: 5,275
Joined: 22-February 06
Member No.: 2



ubuntu/fedora/gentoo

gcc
Go to the top of the page
 
+Quote Post
impala454
post Jun 4 2008, 11:49 PM
Post #3





Group: Members
Posts: 10,620
Joined: 23-February 06
From: Houston, TX
Member No.: 48



cool, fedora and centos were mentioned by.. "them" as typical ones they use.
Go to the top of the page
 
+Quote Post
Hartmann
post Jun 5 2008, 07:20 AM
Post #4





Group: Admin
Posts: 3,402
Joined: 23-February 06
From: PDX/TXL
Member No.: 35



Slackware still has a following (even it is just me).

gcc is of course the only way to compile wink.gif


--------------------

"There is a level of cowardice lower than that of the conformist: that of the fashionable non-conformist."
Go to the top of the page
 
+Quote Post
Seeker
post Jun 5 2008, 08:44 AM
Post #5





Group: Members
Posts: 5,275
Joined: 22-February 06
Member No.: 2



QUOTE (impala454 @ Jun 5 2008, 12:49 AM) *
cool, fedora and centos were mentioned by.. "them" as typical ones they use.


i like centos better than fedora, updates are free

who is "they"?
Go to the top of the page
 
+Quote Post
impala454
post Jun 5 2008, 09:02 AM
Post #6





Group: Members
Posts: 10,620
Joined: 23-February 06
From: Houston, TX
Member No.: 48



would rather not say yet... will give more info within the next week or so
Go to the top of the page
 
+Quote Post
pebkac
post Jun 5 2008, 03:28 PM
Post #7


From Atlantis to Interzone


Group: Global Moderators
Posts: 2,512
Joined: 23-February 06
From: Somewhere in space and time
Member No.: 65



Ubuntu - probably the easiest to use. It also has the best package management system of any linux distro (but this is highly debatable). Use Debian if you want a less "user friendly" version.

Fedora - pretty easy to use, but you have to want to run bleeding edge (read: unstable) software.

CentOS - This is a pretty good distro for development. It's not a good choice if you want the latest and greatest software though. Most of the software is somewhat outdated though because Red Hat tends to be more conservative with their enterprise distributions. This can mean a more stable platform, but can also mean more security holes.

Gentoo/slackware - Never used them, but I hear they're great choices for masochists.

FreeBSD - This is probably a better choice for a server, but it is also pretty usable as a desktop OS. Setting up a graphical interface can be a total pain, but you also get some power. What I like best is that I think its package management beats out even Ubuntu/Debian's IMO. You've got the option of using pkg_add (which is kinda like Ubuntu/Debian's apt-get) or compiling ports (which is kinda like gentoo's portage system). The best of both worlds.

As for compilers, gcc is probably what you will want to go with, but I also want to throw one other option out there: LLVM. It basically takes your C++ code and compiles it into byte code and runs it in a virtual machine. This allows for some interesting possibilities like building a garbage collector into your code or mixing multiple languages.


--------------------
QUOTE (Spectatrix @ Oct 13 2006, 09:51 PM) *
Holy shit, pebkac, you're awesome!



"Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind." - Theodor Seuss Geisel (AKA Dr. Seuss)

"An idea that is not dangerous is unworthy of being called an idea at all." - Oscar Wilde
Go to the top of the page
 
+Quote Post
chook
post Jun 6 2008, 10:27 AM
Post #8


Oh baby bring me down
Group Icon

Group: Agents
Posts: 4,115
Joined: 23-February 06
From: Way out yonder
Member No.: 68



I am actually out of the loop. I use some old unix version that has an Ada compiller on it. I can say I use gcc to compile at work, but haven't used linux at home in a long time.


--------------------
Southern Rock, beer and bears!
Go to the top of the page
 
+Quote Post
Dogmeat
post Jun 6 2008, 02:09 PM
Post #9


DEATH TO ....something?


Group: Members
Posts: 5,618
Joined: 23-February 06
From: Parker, CO
Member No.: 55



QUOTE (impala454 @ Jun 4 2008, 10:40 PM) *
Ok so I actually have reason to "refresh" my linux skills.

1. Which distros do people use now (mainly for software development)
2. What C++ compiler is the standard? (Chuck, feel free to mention those you work with, they will probably matter more to me)


If you wanna refresh your skills don't puss out. Go with a basic Slackware distribution....I mean, get the slackware CD's, install the basic binary utilities package, a compiler, and the kernel source ...

Then, build from there.

Gentoo was supposed to be the distro that automated this, but back in the day before GCC was optimized for 586 instruction code (which now I'm assuming it's optimized for newer processors as well) I'd get pgcc, then recompile _EVERYTHING_ with the 586 flags set, etc ..

I would literally install as minimalistic of Slackware base as I could then tweak that and build it up from scratch from there, manually building the system and checking basic security along thw way ..

Worked wonders, I always had the leanest fastest nicest Linux systems ...>WAY< better than the default bloatware rehdat crap, etc..

One of these days I will do this again.

If I knew Linux would work on my laptop I'd probably have it on here right now.


--------------------
I r Ur Gawd!
Go to the top of the page
 
+Quote Post
impala454
post Jun 6 2008, 02:38 PM
Post #10





Group: Members
Posts: 10,620
Joined: 23-February 06
From: Houston, TX
Member No.: 48



I may have to give that a shot as well, thanks.
Go to the top of the page
 
+Quote Post
zetec
post Jun 7 2008, 11:48 PM
Post #11


Retired Funk-bringer


Group: Moderators
Posts: 2,656
Joined: 22-February 06
From: Dallas
Member No.: 14



ubuntu\debian

gcc


--------------------
WAIT. I'm not finished.
Go to the top of the page
 
+Quote Post
pebkac
post Jun 21 2008, 10:29 AM
Post #12


From Atlantis to Interzone


Group: Global Moderators
Posts: 2,512
Joined: 23-February 06
From: Somewhere in space and time
Member No.: 65



I've been using Debian a little bit lately. I think it's the perfect compromise between configurability and ease of use (at least for what I want to do). I definitely think it's not quite a good choice for Joe Internet User though.


--------------------
QUOTE (Spectatrix @ Oct 13 2006, 09:51 PM) *
Holy shit, pebkac, you're awesome!



"Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind." - Theodor Seuss Geisel (AKA Dr. Seuss)

"An idea that is not dangerous is unworthy of being called an idea at all." - Oscar Wilde
Go to the top of the page
 
+Quote Post
jwttu
post Jun 22 2008, 07:46 PM
Post #13





Group: Moderators
Posts: 885
Joined: 22-February 06
From: Lubbock, Texas
Member No.: 12



whats the best distro for a novice? I want to play around with linux
Go to the top of the page
 
+Quote Post
pebkac
post Jun 24 2008, 10:44 AM
Post #14


From Atlantis to Interzone


Group: Global Moderators
Posts: 2,512
Joined: 23-February 06
From: Somewhere in space and time
Member No.: 65



QUOTE (jwttu @ Jun 22 2008, 08:46 PM) *
whats the best distro for a novice? I want to play around with linux


Probably either ubuntu or mandriva. Out of the two, I'd probably recommend ubuntu as that's what I've had the most personal experience with.

You can also try out fedora or openSUSE, but I'd get the older versions for both of those (version 8 for fedora and I believe version 10.3 for openSUSE). They both tend to use a lot of bleeding edge software and if you're a novice, it can be difficult to determine if a problem you're having is based on something you're doing wrong or if it's a bug (or both).

Also, VirtualBox is great for trying distros out in a virtual machine without actually installing anything on your computer.


--------------------
QUOTE (Spectatrix @ Oct 13 2006, 09:51 PM) *
Holy shit, pebkac, you're awesome!



"Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind." - Theodor Seuss Geisel (AKA Dr. Seuss)

"An idea that is not dangerous is unworthy of being called an idea at all." - Oscar Wilde
Go to the top of the page
 
+Quote Post
impala454
post Aug 26 2008, 02:03 PM
Post #15





Group: Members
Posts: 10,620
Joined: 23-February 06
From: Houston, TX
Member No.: 48



So as predicted my work has turned me on to linux a little. My new mess around comp should be arriving today, and I'm probably going to build as much from scratch as I can. Seems most people around here use KDE, is gnome any better? What window manager/setups do people like? I don't want some normal ass boring looking setup.
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 29th October 2025 - 03:46 PM
Skin made by: skeedio.com