473,467 Members | 1,964 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Linux and Unix - are they the same OS?

55 New Member
Are Linux and Unix the same OS? If not which one is used more widely in the software industry today.

Thank you
Sep 7 '07 #1
12 16173
diSangro
69 New Member
Are Linux and Unix the same OS?
No , they are not the same ...Unix was developed before.
Later many others Unix systems have been developed by different organizations/companies , like HP , Sun , IBM etc.

However Linux is Unix based , meaning that normally Linux OS were developed startin from Unix kernel, but adding new features like improved GUIs , additional development environments and other applications.
Morely, there are many Linux distributions which are open source , then no licensing ias required and all the source code is available. Some distrib. are not fully open source but their license is very cheap compared to other systems.

If not which one is used more widely in the software industry today.
Thank you
Depends on the applications, suppose you need to use a DB like Oracle 10 then Sun Solaris 10 has many advantages since Oracle & Sun had a partnership during their developments with improved performance:

"The enhancements in Solaris 10 further expand the opportunity to combine Oracle's grid technology with a high-performance Solaris platform,"
Bronwyn Hastings ( Oracle ).
Sep 7 '07 #2
divina11
55 New Member
Ok thank you, you really made things very clear.

If I wanted to install Linux on my Laptop which has 15 GB left and 256 RAM, will I be ok to run Linux. Currently I'm running Windows 2000 NT.

Can you recommend a software which would easily partition my 30 GB HD so I can install Linux.

Thank you
Sep 7 '07 #3
drhowarddrfine
7,435 Recognized Expert Expert
15GB is plenty for Linux. 256Mb works too but you may struggle with the windowed environment, such as Gnome or KDE. Just like Windows, they use a lot of ram.

I don't use Linux (use FreeBSD) but I would assume it has its own partition software built in to the installer.

Linux was written with one eye looking at Minix, a university, Unix like, teaching tool. FreeBSD, btw, is a direct descendent of BSD4.4 which is descended from Unix itself.
Sep 7 '07 #4
divina11
55 New Member
There are so many types of Linix/Unix based OS such as GNOME, FEDORA, SUSE, BSD etc.

Do these all use 'Shell Scripting/commands' to do adminstrative tasks?
Sep 8 '07 #5
drhowarddrfine
7,435 Recognized Expert Expert
Gnome is not an OS. It's a desktop/windowing environment.
Yes, you can do administrative tasks with the command line.
Sep 9 '07 #6
Nepomuk
3,112 Recognized Expert Specialist
1256Mb works too but you may struggle with the windowed environment, such as Gnome or KDE. Just like Windows, they use a lot of ram.
There are desktop environments, which use less RAM, like Xfce or FluxBox. I have my PC running with about 256MB of RAM and Xfce and it works fine.

Most distributions also have a partitioning method in the installation routine (e.g. Ubuntu does), but if you're unsure, you can partition it before with a live cd like Knoppix.

Also, if you choose to you can search for Distributions for old/slow systems (e.g. "Damn small Linux"), but for quite a while I had a reduced Version of Debian Drapper running on an old Laptop with only 16MB (without a desktop environment) and it worked just fine!

Greetings,
Nepomuk
Sep 9 '07 #7
drhowarddrfine
7,435 Recognized Expert Expert
There are desktop environments, which use less RAM, like Xfce or FluxBox. I have my PC running with about 256MB of RAM and Xfce and it works fine.
Yes. I use just plain ol' twm. :)
Sep 10 '07 #8
divina11
55 New Member
drhowarddrfine,

If gnome is not a O/S but a windows environment, can I do my unix/cgi programming?

Will I need to install gnome and unix?

Thank you guys.

Divina
Sep 17 '07 #9
Nepomuk
3,112 Recognized Expert Specialist
drhowarddrfine,

If gnome is not a O/S but a windows environment, can I do my unix/cgi programming?

Will I need to install gnome and unix?

Thank you guys.

Divina
I think, there might be a little misunderstanding here - gnome isn't a windows environment, but a window (or graphical or desktop) environment. It has nothing much to do with Microsoft Windows.

Most Unixes and Linuxes come with a preinstalled Desktop Environment such as Gnome, KDE, Xfce, FluxBox, IceWM, ... The most popular, but quite memory intense, Environment is Gnome, KDE (even more memory intense) is second (I know, some of you may have a different opinion, but I read it just a week ago!) and the others come somewhere later. You'll only have to install such an environment manually, if you don't get a system with the environment of your choice preinstalled.

And sure, you should be able to program in any language (well, any but a few very exotic ones maybe) with any distribution and any desktop environment - Xfce for example can even run any IDE (or other graphical program) which runs with KDE or Gnome.

Greetings,
Nepomuk
Sep 17 '07 #10
divina11
55 New Member
Thank you guy's for all your feedback, I've decided to install Linix (with XFCE environment). I've also just upgraded my RAM too 512mb, any way:

Can you give me the direct link (URL) which would also partition the drive and install linix too (included in the installation).

Many many thanks.

D xxx
Sep 19 '07 #11
Nepomuk
3,112 Recognized Expert Specialist
Thank you guy's for all your feedback, I've decided to install Linix (with XFCE environment). I've also just upgraded my RAM too 512mb, any way:

Can you give me the direct link (URL) which would also partition the drive and install linix too (included in the installation).

Many many thanks.

D xxx
Is Linix a Distribution or do you mean Linux?

If you want Xubuntu (Ubuntu Linux with preinstalled Xfce), here's a link:
http://mirror.anl.gov/pub/ubuntu-iso...sktop-i386.iso
It will offer a partition option - what size is your harddrive? We can decide, which partition sizes will be best for you.

Greetings,
Nepomuk
Sep 19 '07 #12
prn
254 Recognized Expert Contributor
I'm not sure if the OP needs this warning, but I was just looking over this thread and noticed that the OP said he has a "30 GB hard drive" and that he has "15 GB left" and wants to install Linux.

Note that in general it's not safe to simply chop off 15 GB and assume that you didn't disturb something that's already there. There are products, e.g., Partition Magic, that claim to be able to repartition a HD that is already in use, but, personally I would never just trust anything to do that safely. If you don't have a backup, don't mess around with your HD. (Actually, if you don't have a backup, the first thing you should do even if you aren't going to mess around with your HD is back it up, but that's another story.)

Am I paranoid? Probably. Am I paranoid enough? Probably not.

Expect that your windows 2k will be destroyed by reformatting your HD. If you don't really care about what's there now, then no problem. If you do care about it, back it up first because you may need to reinstall. You usually need to reinstall windows periodically anyway, so this may just be a good opportunity to do that. :-/

Best Regards,
Paul
Sep 21 '07 #13

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Roumen Semov | last post by:
Hi, everyone! I was just wondering if any of you knows of a linux/unix client (preferably on the command line) that would connect to ms sql server? Any hints would be appreciated! Roumen.
5
by: Mr. S | last post by:
Hi! How can I retrive system infos under linux/unix? I want to know CPU frequency, CPU usage, RAM, RAM usage. THX Mr. S
3
by: WantedToBeDBA | last post by:
Hi friend, I want to do "DB2 UDB V8.1 for Linux, UNIX and Windows Advanced Database Administration(704)" certification. Can i write this exam directly or will have to write preceders such as 701...
16
by: kinane3 | last post by:
I'm been using dev environments like Dreamweaver with ASP for years and recently got a php job that requires SSH to access the server. Command line is really new to me and I need to learn this. ...
2
by: sunil | last post by:
Hi, It might be a starange question, is there any way to findout the process is running on which ip in linux or unix. Incase plz let me know the procedure how to find it?. Thanks in advance...
0
by: Rainer Lehrig | last post by:
Hello, we have build a library for our Open Source SCADA project http://pvbrowser.org The library supports Linux/Unix, Windows and OpenVMS. The doxygen documentation of the library can be...
3
by: sekhar.mekala | last post by:
Hello, I am a DB2 DBA on IBM Mainframe environment. I recently started learning DB2 on Unix/Windows environment. Can any one answer the following questions: 1. What is the qualifier that is...
1
Nepomuk
by: Nepomuk | last post by:
In most modern distributions of Linux and Unix (at least ones with graphical environments like KDE, Gnome or XFCE), you get to mount your partitions easily from the desktop. In some cases however, it...
1
AmberJain
by: AmberJain | last post by:
Is it possible to have multiple accounts in Linux/unix with privileges equal to 'root' account? If yes, how to do that (i.e. how to provide an account in linux with ROOT privileges)? THANKS in...
4
by: stuntgoat | last post by:
Hi, I want to start using Python 2.6 and 3000. I have several questions. What, in your experiences, is a functionally elegant solution to installing 2.6 and 3 from source without breaking...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.