Which UNIX OS is going to give me the most versatility? I Want Total Control


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Which UNIX OS is going to give me the most versatility? I Want Total Control
# 8  
Old 05-30-2016
The operating system is a large set of programs that runs (supervises) the system and runs other system and user programs. The operating system comprises not only the memory resident kernel but also a multitude of run-time libraries, internal commands and external commands (the kind you see in /bin for example) which all need to be compatible and interact with each other. All these are written in human readable code (in C, C++, Assembler, et al) and can comprise several hundred thousand lines of code. Over several hours compilers convert all this human readable code into machine language creating a kernel that can be booted to control all the hardware. The compiled code can then be formatted into DVD media for installation purposes.

That's why the code is so large and compiling it takes a long time.
This User Gave Thanks to hicksd8 For This Post:
# 9  
Old 05-30-2016
Damn Tapatalk app...anyway, Xubuntu less of a headache because it comes with all kinds of goodies that don't use a lot of RAM. It's file manager, Thunar, is also really good. But in all honesty, you really can't call Xubuntu or any Linux system a different operating system since they are all GNU/Linux. It's the package managers that are different. And since most Linux systems are derivatives of others, the kernels are all the same except for architecture (32 or 64) and version number (age of distro).

Last edited by Corona688; 05-30-2016 at 02:40 PM.. Reason: Edited into some semblance of order, I hope it's correct
This User Gave Thanks to TheOuterLinux For This Post:
# 10  
Old 05-30-2016
Moderator's Comments:
Mod Comment Just for the record: my revered colleague Corona688 has taken it upon him to remove the billboard-sized picture you flooded this thread with. He has even decided to forego any consequences.

First: please be aware that this board is only possible because of selfless volunteers like Corona688 who put in a lot of work for free and because our administrator Neo pays generously all the bills for the server and the board software since nearly 20 years. You are perfectly welcome to our services but please help us by not making the work more complicated and the bandwidth costs not bigger as they already are. The odd picture is OK, billboard-sized paintings without any technical merit in every post are NOT.

Second: most people contributing here are seasoned professionals and we like the board to be as serious and as technically focused as is possible. This is not a humor-free zone at all, but we are a technical forum first and everything else later. Please keep that in mind when you contribute here.

Many thanks to Corona for cleaning up and thank you for your consideration.


bakunin
These 6 Users Gave Thanks to bakunin For This Post:
# 11  
Old 05-31-2016
Just want to say thank you guys for all your responses, and sorry about the large image.
I'm thinking I'm going to try Gentoo source code, because it seems to have a lot of support from other users online for amd64 processors.
If that takes a while though (which it probably will) for me to get things up and running, I've got an installer to put xubuntu64 on it in the meantime. I'll let everyone know how it goes.
# 12  
Old 06-06-2016
Gentoo was the first distribution I actually learned a lot from instead of running the installer, clicking 'next', and spinning my wheels until I screwed something up to the point I had to reinstall. It's difficult, but can be rewarding.

It's also the first distribution which worked with amd64, so far as I can tell. I jumped into the 64-bit revolution with an opteron way back when, and though every distro was rushing out 64-bit boot disks as fast as they could, Gentoo's was the only one which actually booted.
This User Gave Thanks to Corona688 For This Post:
# 13  
Old 06-07-2016
I would distill everything posted so far to mean: get a 64 bit computer with at least 16GB of RAM, RAM is cheap, install software to allow you to run virtual servers, I use virtualbox, create a vm and install the Linux distro of your choice, Centos is a good choice for someone who wants this to translate into a job, and do whatever you are trying to do. You can probably backup to VM's when you are about to try something that might fubar your VM. Then you can recover. Having a large amount of disk space won't hurt. If you really want to compile your own Linux, then you might want to take a look at Arch Linux.
# 14  
Old 06-08-2016
Hmmm...64 bit is a must these days in Linux because it won't be long before 32 bit is no longer supported. As far as RAM goes, 16 gigs is a LOT for the average Linux user. On a day when I'm doing a bunch of things at once (all workspaces full; XFCE), I've never touched 3GB, ever. Centos is a good choice if you want to run a server. As far as just Linux in general, I've always been a huge fan of the XFCE desktop. So, Centos with XFCE might be a really good option for you at the moment and then use Virtual Box to explore other Linux distros and provide even more options that Centos might not even have. You can always install Wine if you need to run a simple Windows application, but having Virtual Box with Windows would be even better. I'd say just install it on another partition, but VB would be easier and safer. Plus, if you have an unregistered copy, you can keep reloading a backup of it. 😜


Push The Outer Linux
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

For SFTP connection - How to give password in UNIX Script (ksh)

Hi, I am not able to give the password in Unix script for SFTP connection. When I am trying to manully SFTP command for accessing the server , it asking for pwd and I could provide the pwd but I am not getting how to provide the pwd inside the Unix script. sftp -v user@xyz.com. ... (4 Replies)
Discussion started by: Vineeta Nigam
4 Replies

2. Programming

Please give me some advise to program for unix/linux using c/c++?

I have a good foundation of c++.I want to learn to program for linux/unix,can you give me some advises,for example classic books ,which operating system is used better(freebsd,solaris,federal linux.etc),and which aspects uses mostly in job.Can you give me clear direction for working or learning. (1 Reply)
Discussion started by: fengshuiyue
1 Replies

3. Shell Programming and Scripting

Calculate total space, total used space and total free space in filesystem names matching keyword

Good afternoon! Im new at scripting and Im trying to write a script to calculate total space, total used space and total free space in filesystem names matching a keyword (in this one we will use keyword virginia). Please dont be mean or harsh, like I said Im new and trying my best. Scripting... (4 Replies)
Discussion started by: bigben1220
4 Replies

4. UNIX for Advanced & Expert Users

can some one give me some link about process and job control commands

can some one give me some link about process and job control commands (2 Replies)
Discussion started by: alokjyotibal
2 Replies

5. UNIX for Dummies Questions & Answers

grep running total/ final total across multiple files

Ok, another fun hiccup in my UNIX learning curve. I am trying to count the number of occurrences of an IP address across multiple files named example.hits. I can extract the number of occurrences from the files individually but when you use grep -c with multiple files you get the output similar to... (5 Replies)
Discussion started by: MrAd
5 Replies

6. HP-UX

How should I know the total RAM available on UNIX

Hi How Should I know the Total RAM available on HP-UX box? (7 Replies)
Discussion started by: skull123
7 Replies

7. UNIX for Dummies Questions & Answers

Unix System Total Replication

Is there any way to totally replicate a unix system from one hardisk to another? And be able to swap the hardisk and restart the system without any error? TQ (4 Replies)
Discussion started by: nuraman
4 Replies
Login or Register to Ask a Question