• [^] # Re: Réseau sociaux

    Posté par (site web personnel) . En réponse au journal Equivalent linuxfr.org anglosaxon. Évalué à 1.

    Avec plaisir!! Voila ce que je voudrais poster:

    Network Virtualization: Cloonix 10 is available
    Topics(s): Open Source,Software,Development,Networking,linux

    As far as network virtualization is concerned, many technical solution choose
    to dive into the kernel to bridge virtual machines together.
    Cloonix has chosen another way far more supple: to create the virtual network
    on the user level with sockets.
    The best security being not to be root, cloonix network can be created and
    administered without ever having the root password.

    Cloonix can run only on a linux host, has both command line interface and a
    gui based on gtk.
    It is based on 3 types of virtualisation: UML and KVM which can be used without
    root password and the LXC which needs the root password during setup.

    UML: The linux kernel is compiled in a particular way and becomes a binary
    that can be run. When associated with a root file system, this makes a virtual machine.

    KVM: Based on the kvm kernel module and the user software quemu, this virtual machine
    needs a processor with the hardware virtualization function.

    LXC: Linux Containers, based on the kernel cgroups and namespaces, this is sometimes
    called "chroot on steroids", it uses the host's kernel and is the fastest
    virtualization available.

    Download the software at http://clownix.net