Choosing a UNIX


 
Thread Tools Search this Thread
Operating Systems Linux Choosing a UNIX
# 1  
Old 06-13-2013
Choosing a UNIX

i have a project in numerical calculus in c language

what unix i get better for this?
# 2  
Old 06-14-2013
Ubuntu is the simplest to set up and run for a full featured development environment, and is windows-esque in its facilities and controls. It can even run with windows as dual boot. If you have windows, you might be satisfied with CygWin, also easy to install. It gives you a LINUX feel on a Windows system, but some things like fork and exec are much slower. Once you get your numerical calculus running, none of that matters, it is just another probably CPU bound process running in the system.

C runs fine on any LINUX/UNIX, and c++ and open source flavors of C#, as well as JAVA, which is more all-together and has fewer variants.
This User Gave Thanks to DGPickett For This Post:
# 3  
Old 06-23-2013
right,..
i am working with slackware,...

i am thinking use gentoo and red hat too,.
do you thin that make me some advantage???
since when my project be extensive i want some facilitie for administrating him,...
# 4  
Old 06-24-2013
Well, while I cannot compare admin sorts of gui across all LINUX, I was impressed how much I could do on Ubuntu with menus and the tools on menus. You want a library, API, tool, you can search for it inside Ubuntu and get it installed and included in checking for and installing updates. I did occasionally need to call an admin for help, but even that seemed to be very easy. Ubuntu is designed to be for end users not servers, and has neophite-friendly GUI for that. I was rarely aware of X!
This User Gave Thanks to DGPickett For This Post:
# 5  
Old 06-24-2013
To the OP:

This conversation started over a week ago. I am not being sarcastic when I say you could have tried quite a few operating systems in that time. Ultimately, we don't know what you're looking for, beyond needing a c compiler (which isn't sufficient to distinguish between alternatives).

I suggest you just you go to distrowatch, see what looks good to you, and have some fun with a few test runs (perhaps in a vm).

You mentioned Gentoo and Red Hat and asked if there's some advantage. Well, if you want to think ahead with regard to future employment, knowledge of Red Hat is much more marketable than Gentoo expertise.

Regards,
Alister
This User Gave Thanks to alister For This Post:
# 6  
Old 06-25-2013
thank you very much Alister,...
# 7  
Old 06-25-2013
depending on your computer (i.e., RAM size, HDD size, CPU speed and number, etc.), you can always install the different os versions on a virtual machine (i.e., vmware player) and keep them for testing ...

you can download the various distributions either through distrowatch as suggested by alister or by googling for the operating system you want to download (i.e., "ubuntu download") ...
This User Gave Thanks to Just Ice For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Help choosing distro

Hi, I just ordered an Skylake NUC and will run Linux on it. My distro of choice has been Ubuntu but I am fed up with the release cycle and would like more of a rolling release. I would say I am an intermediate level Linux user. It's going to be a HTPC, I want to have the latest kernels... (0 Replies)
Discussion started by: rthorntn
0 Replies

2. Red Hat

Choosing best location for authorized_keys!

Hello Friends, I am trying to troubleshoot one scenario for the customer. In their server configuration, each vhost has it's own user. The option is to shell access chrooted. The question is where would be the best place to store the authorized_keys file so that we can ssh in from the... (0 Replies)
Discussion started by: user3528
0 Replies

3. UNIX for Dummies Questions & Answers

Help Choosing Unix/Linux for Project management

I'm in the process of really comitting to learning a Unix or Linux OS/distro really well for career opportunities and to use as my main desktop OS. I've been mulling through the choices and I'm having a hard time. Maybe someone can help me. I'm not a noob and I have some FreeBSD and Slackware /... (1 Reply)
Discussion started by: lobill
1 Replies

4. Slackware

Help for choosing Slackware

Dear Friends, If I use Slackware for learning whether it will make any confusion in administering/using Redhat and SuSE since I have checked slackware is more like BSD. Thank you. (4 Replies)
Discussion started by: Tlogine
4 Replies

5. Linux

Choosing the best distro.

Hi all Help me find the best distro for the following configurations: Intel pentium IV 1.6 Ghz 128 MB RAM :( 40 GB Hardisk with one very big partition more than 35 gb n another 2 gb partition. windows xp is already installed but has enough free space (26gb). Which linux will be... (0 Replies)
Discussion started by: bbala
0 Replies

6. UNIX for Dummies Questions & Answers

I need help choosing a linux.

There are soo many flavors of linux and i just cant choose/find the right linux for me... I am hopeing for a linux that is a Workhorse Can fit of a seires (or 1) disk(s) Lots of features (admin/mod features) A learning mode or a detailed tutorial Can work side by side with windows... (12 Replies)
Discussion started by: lithuaniaakid
12 Replies

7. UNIX for Dummies Questions & Answers

Choosing a version

I know that the rules say no school questions but I am in advanced topics and am going to go to college for programming and I want to find a easy first OS to start me out, please help, thanks (3 Replies)
Discussion started by: KoKo
3 Replies

8. UNIX for Dummies Questions & Answers

Need help in choosing Unix Platform.

I'm a completely noob to Unix. I have previously managed quite well Windows OS's but never Unix. -My question is quite simple: I've been investigating what's the easiest and most complex Unix OS. However, it seems there are quite a couple of OS's from which to choose, like: -Darwin ... (3 Replies)
Discussion started by: justanoob
3 Replies

9. Programming

Choosing Java or C++

Listen, if you know a bit of programming in C and need to program unix-type operating systems the next transitive stage is for sure C++. However, have in mind that Java is like learning C but 99% object-oriented(o.o.) and with no pointers or memory-management tricks. It would be good for you to see... (5 Replies)
Discussion started by: SolidSnake
5 Replies
Login or Register to Ask a Question