Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Best performance UNIX just for HOST Virtualization? Post 303011914 by danallen on Thursday 25th of January 2018 11:54:58 AM
Old 01-25-2018
This is the old Chevy vs. Ford argument. Not to be rude, but really, this isn't the most constructive question. I can understand wanting some help picking your Linux, but the truth is there are many great distros to choose from, and there is no one that is the best for everyone using it for virtualizing servers or anything else.

There is a certain distro I am partial to, but when I read about why people prefer certain other distros, I always am impressed by the good reasons they have. I believe there is no correct answer to your question.

I think those disclaimers are important, but now I am going to tell you why I run Debian virtual machines. Debian came to me as rumor. same as God, Heaven, and Hell. People seemed to say Debian was really stable. I started with another distro and that is how I found out what people mean by "Debian is really stable." At first I thought I wanted something more cutting edge.


Let me tell you what I like most when it comes to my servers: forget about them I want then always on and running like electricity. Every second I have to put into making my server work is a second I could devote instead ti a task that makes me money. No one pays me to run my servers. They pay me to make the software I make on my servers.

You know how system updates have habit of breaking stuff? Debian doesn't do that. I really like it when my plans for a day are not cancelled because something gone wrong with my server that I have to deal with instead.

As far as I am concerned there is nothing Debian cannot do that any system can do. it always does it great. There is a big number of other distros that are based Debian. I think the way it works is they take Debian and do stuff to it then release it. I guess those other distros have features doesn't have, but I have no idea what they are.I have come to love stability and someone will correct me if I am wrong, but Debian is a gold standard for stability. Debian is the source.I don't really know, but I think Debian might be the best software ever. Debian is the only software I ever worked with that always impresses me and never disappoints. I only use Debian as VMs hosted on a computer available to me for hosting. The host does not matter Debian matters. I do not use Debian desktop software yet.

So there you have it, my dumb answer to your ____ question. I hope it helps.
This User Gave Thanks to danallen For This Post:
 

4 More Discussions You Might Find Interesting

1. Solaris

ILOM to unix host

Hello- On Solaris 10g x86 - I had two IP addresses , one for unix host (connecting through putty) and one for ILOM (connecting through CLI and web). I had to perform some changes in FS sizes etc, did that on unix host and executed command 'init 6' remotely for them to take place. But, the unix host... (30 Replies)
Discussion started by: panchpan
30 Replies

2. Red Hat

Red Hat and Intel: Smart processors, virtualization boost efficiency and performance

On Monday March 30, Intel announced the availability of their much anticipated new line of processors, the Intel® Xeon® Processor 5500 series–nicknamed Nehalem. Red Hat, a long-time partner of the market-leading chip maker , collaborated on the chip’s debut, testing and optimizing the... (0 Replies)
Discussion started by: Linux Bot
0 Replies

3. UNIX for Dummies Questions & Answers

Virtualization of Global Namespace in UNIX

Hi all, I have a small Question here in Unix File System.I am unable to get a proper answer in Internet. Hope someone can get back to me soon. A Unix file system can mount filesystem of several disk partitions to form a single global space. Suppose that you wish to virtualize this global... (1 Reply)
Discussion started by: Pavan Kumar
1 Replies

4. Red Hat

Virt-install: ERROR Host does not support any virtualization

Hello guys! First of all sorry about my english. I am using KVM to virtualizate. But when i run the virt-install command, it shows the next error: ERROR Host does not support any virtualization options.My server had virtualisation extensions enabled in the bios. It is my first time using... (7 Replies)
Discussion started by: morrison71
7 Replies
Debian::Javahelper::Manifest(3) 				    Javahelper					   Debian::Javahelper::Manifest(3)

NAME
Debian::Javahelper::Manifest - Javahelper representation of a Jar Manifest SYNOPSIS
use Debian::Javahelper::Java; my $manifest = ...; my $main_sec = $manifest->get_section(MAIN_SECTION); # Create if it does not exist. my $file_sec = $manifest->get_section("java/lang/Object.class", 1); DESCRIPTION
This module is used to represent a Java Manifest. Constants MAIN_SECTION A constant denoting the main section of the manifest. Exported by default. Methods Debian::Javahelper::Manifest->new() Creates a new manifest. It will only contain the main section with the Manifest-Version attribute. $manifest->get_section($name[, $create]) Returns the section denoted by $name. If this section does not exist, then it will either return undef or (if $create is a truth-value) create a new empty section with that name. Use the MAIN_SECTION constant to access the main section of the manifest. $manifest->get_sections() Returns a list of all sections in $manifest. The main section will always be the first in the list, but the remaining sections can come in any order (and this order can change in later invocations). Modifying the list will not change which sections are present in $manifest, but modifying a section in this list will also update the section in the manifest. $manifest->merge($other) Merge all entries in $other into $manifest. All sections in $other will be added to $manifest if they are not already present. If an attribute in a given section is only present in one of the two manifests, then that attribute and its value will be in $manifest after merge returns. If the attribute in a given section is present in both manifests, then the value from $other will be used. This can be used to make a deep copy a manifest: my $copy = Debian::Javahelper::Manifest->new(); $copy->merge($orig); SEE ALSO
Debian::Javahelper::Java(3) - had parse/write methods for manifests. Debian::Javahelper::ManifestSection(3) - for how sections are handled. AUTHOR
Niels Thykier <niels@thykier.net> COPYRIGHT AND LICENSE
Copyright 2010 by Niels Thykier This module is free software; you may redistribute it and/or modify it under the terms of GNU GPL 2. 0.43 2011-02-17 Debian::Javahelper::Manifest(3)
All times are GMT -4. The time now is 10:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy