Unix VM: What Distribution is Best? FreeBSD or Others?

  • Thread starter Thread starter exequor
  • Start date Start date
  • Tags Tags
    Distribution Unix
AI Thread Summary
When considering a Unix virtual machine, FreeBSD and other BSD variants are popular choices, but users should also explore Solaris for a solid Unix experience. All these systems, including Linux, are POSIX-compliant, allowing them to run most Unix software seamlessly. The distinction between SystemV and BSD systems lies in their startup procedures and file management methods, which may not be crucial for beginners. For electrical and computer engineering tasks, a Unix-like environment is often favored for its robust tools and development capabilities. Ultimately, selecting the right distribution depends on specific needs and preferences in technical software development.
exequor
Messages
393
Reaction score
0
I'm thinking about running unix as a virtual machine. What is a good distribution that I should start with? I was looking at FreeBSD. By the way I don't know if I'm confusing my terminology with unix, so is there a "unix" from the open group and are the others (FreeBSD, OpenBSD, etc.) just "unix-like" in nature?
 
Computer science news on Phys.org
Unix has many branches such as the *BSDs, Solaris, AIX, etc.

The *BSDs and Solaris are available for free on the internet.
 
The only real "standard" among Unix-like operating systems is POSIX, the Portable Operating System Interface. Almost all operating systems that are described with the terms "Unix" and "Unix-like" are POSIX-compliant, and will run the vast majority of the Unix world's software without modification.

Linux, FreeBSD, Solaris, and so on are all POSIX-compliant.

- Warren
 
We could also distinguish further:

Essentially, there's two "streams" of the original UTS (Bell Labs UNIX Time Sharing System): SystemV by AT&T and BSD (Berkeley Software Distribution -- you can guess where this comes from). All of the BSDs, old SunOS, etc. are all very BSD-like. Solaris is pure SystemV; IRIX is mixture between BSD and SystemV, as is Linux, as well.

One of the main characteristics that distinguishes a SystemV-like and BSD-like system from another is the startup-shutdown procedure. SystemV and BSD, both, have very different startup-shutdown methods. SystemV also does file locking, job control, and tons of other stuff rather differently than BSD. POSIX tries to bridge the gap between SystemV and BSD by establishing a multitude of standards: common commands with similar syntax, POSIX-compliant libc, along with multithreading mechanisms (something Linux hasn't had until a few years ago).

Most of this, though, isn't really relevant to you at all. I assume you're running an x86 system, therefore, you'll be confined to all the free, open-source UNIX derivatives like Linux, and the *BSDs and so fourth. You won't be able to run IRIX or any of the other propiertary UNIX derivatives; however, Solaris is also an option that I highly recommend if you want a decent UNIX experience. It runs under VMware rather nicely, as you can see:

http://riemann.solnetworks.net/~dlewis/images/screenshots
 
Last edited by a moderator:
graphic7 said:
... however, Solaris is also an option that I highly recommend if you want a decent UNIX experience. It runs under VMware rather nicely, as you can see:

http://riemann.solnetworks.net/~dlewis/images/screenshots

I see you have a sunsystem avatar, no wonder you highly recommend it
:smile:.


I plan on doing electical and computer engineering (plus low-level coding), would linux/unix give me a better environment to run tools, and develop technical software too? In other words is the *nix environment better for hardcore technical stuff?
 
Last edited by a moderator:
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
Back
Top