Cloonix version 46 https://linuxfr.org/news/cloonix-version-46 #Virtualisation #virtualisation #cloonix #docker
Cloonix version 46 https://linuxfr.org/news/cloonix-version-46 #Virtualisation #virtualisation #cloonix #docker
VMware : le minimum de cœurs requis bondit de 16 à 72 pour les licences vSphere ! https://www.it-connect.fr/licences-vmware-minimum-coeurs-requis-bondit-de-16-a-72-coeurs/ #Virtualisation #Entreprise #VMware
We're #hiring!
Two(!) full #professorships open in our department at WU Vienna (Vienna University of Economics and Business) under two complementary focus topics:
1) #Foundations of contemporary #InformationSystems, where we look for candidates who complement and strengthen the existing research at our department in areas such as:
· #ArtificialIntelligence: #AI Systems and Architectures
· #DataMining and #MachineLearning
· #DistributedSystems and #Decentralization
· #DistributedLedgers
· #Cloud and #Virtualisation
· #IoT and #EdgeComputing
· #DataGovernance for AI
2) #OperationsManagement with a focus on #DigitalTransformation, where the candidate’s expertise falls within one of the following research areas:
· #behavioural #operations
· AI application to #process improvements
· integrated #supplymanagement and #demandmanagement
· #ProductionPlanning and control
· #SupplyChain planning and control
· circular supply chains and sustainable supply chain management
· #tokenization in supply chains and new product development
Details at the link below... Please get in touch, if you want to know more!
Déploiement d'un cluster Proxmox VE 8 sur des serveurs dédiés (3/4) https://www.journalduhacker.net/s/n5be4g/d_ploiement_dun_cluster_proxmox_ve_8_sur https://blog.zwindler.fr/2025/03/25/deploiement-d-un-cluster-proxmox-ve-8-part-3/ #virtualisation
A1 Austria’s Exoscale migrates 21TB of data in a week https://www.byteseu.com/842368/ #A1Austria #A1Group #Austria #CloudInfrastructure #CloudMigration #Exoscale #OpenSource #OSS #virtualisation
Installer WSL pour utiliser Linux dans Windows https://www.journalduhacker.net/s/ci48as/installer_wsl_pour_utiliser_linux_dans https://zonetuto.fr/windows/installer-wsl-pour-utiliser-linux-microsoft/ #virtualisation #conteneurs
Problème de géométrie (Debian 1.3 sur VirtualBox >= 7.1.2) https://www.journalduhacker.net/s/rfgcn1/probl_me_de_g_om_trie_debian_1_3_sur https://www.arsouyes.org/articles/2025/2025-03-04_Archeologie/ #virtualisation #debian
Je ne comprenais pas pourquoi je n'arrivais pas à créer un pont avec virt-manager (QEMU/KVM) pour accéder à mes VMs. J'ai créé mes VMs en QEMU/KVM session utilisateur.
Il m'a fallut du temps pour comprendre que le problème venait de là.
La solution et l'explication se trouvent ici:
https://stackoverflow.com/questions/67163568/cant-ping-linux-image-running-on-qemu
L'entreprise française Vates propose une solution open-source de virtualisation basée sur l'hyperviseur Xen. Ses ventes ont bondi à l’international depuis le rachat de VMware par Broadcom. #Virtualisation https://www.lemagit.fr/actualites/366619483/Vates-VMS-lautre-alternative-Open-source-a-VMware
Hey #homelab users!
You probably already know me by my free @BoxyBSD project and I often got asked about IPv4 addresses. Currebtly, I tinker with a new but also honestly not free service. The idea is creating a static IP service for homelab users. I'm aware that there're already some around, so what could be some benefits here?
- Static single #IPv4 & #IPv6 /48 (so you can subnet your homelab to several /64 without breaking #slacc)
- Bigger subnets (IPv4: /29, /28, /27 | IPv6: /32)
- Full RIPE personalization (inc. abuse & Co)
- #OpenVPN, #Wireguard, #GRE Support
- Auto configure (e.g., you load the wireguard config on any client and the addresses Arena immediately bound to that interface)
- Split usage / multiple tunnels: Use different IPs from your subnets at different locations
- Integration into #BoxyBSD
- Location in Germany or Netherlands (selectable)
- Hosted on redundant #FreeBSD nodes
Pricing:
- The starter package probably around 10€/month (not more) + 15€ setup including 2T traffic
- Pricing for addiriinal/larger subnets not yet sure, probably higher setup fees to avoid hoppers and spamers to keep the addresses clean
- Optional traffic packages (when exceeding speed Limit of 10Mbit which should still be ok for most homelabs)
World this be interesting? Im aware that many ones already do this by VPS themselves, so this might just be a bit easier and optionally offering whole networks including RIPE personalizations.
Shrink, optimise and expand an existing QCOW2 image
"The overall objective is to shrink and optimise the 64 GiB disk image for random read and write operations before expanding it to a desired size of 128 GiB."
https://edafe.de/2025/02/shrink-optimise-and-expand-an-existing-qcow2-image/
does anyone know, how many of my computer's resources can be passed to a VM? i'm on Linux (NixOS specifically)
like let's say i want the VM to get native speed and performance, can i do that?
#virtualization #virtualmachines #virtualisation #kvm #kernelvm #kvm #kernelbasedvirtualmachine #qemu #qemukvm #linux sorry for all the hashtags i need answers
Wenn man auf MacOS Linux in einer VM haben möchte, was nutzt man denn da heute so?
VirtualBox, Parallels oder anderes?
Shrink, optimise and expand an existing QCOW2 image
A virtual disk image is a block device in a file. There are a number of different disk image formats to choose from when setting up a virtual machine. QEMU Copy On Write version 2 (QCOW2) is the default virtual disk image format for the Quick Emulator (QEMU). Features such as thin provisioning, snapshots and compression make QCOW2 one of the most versatile virtual disk formats available.
These instructions specifically target Debian 12 with a GNOME desktop as the host, but they should also be applicable to other Linux distributions such as Ubuntu or Linux Mint. The guest in this particular example is a Windows 11 virtual machine which has run out of space.
The overall objective is to shrink and optimise the 64 GiB disk image for random read and write operations before expanding it to a desired size of 128 GiB.
Before you begin
Shut down the virtual machine and delete all existing snapshots from the image file.
Never modify images currently in use by a running virtual machine.
Step 1
On the host, install the necessary tools for working with virtual disk images.
$ $ sudo apt-get install --yes libguestfs-tools gnome-disk-utility
Step 2
Only root can access the host directory /var/lib/libvirt/images
. Use the following command to obtain the necessary privileges.
$ sudo su
Step 3
Continue by creating a directory in which to keep your virtual machine backups.
# mkdir /var/lib/libvirt/backups
Step 4
Now create a backup of the virtual machine with the name windows by copying its QCOW2 image file to the backups
directory.
# cp /var/lib/libvirt/images/windows.qcow2 /var/lib/libvirt/backups/windows-backup.qcow2
Step 5
Sparsify the image file to convert any free space within the disk image to free space on the host.
# virt-sparsify --in-place /var/lib/libvirt/images/windows.qcow2
Step 6
Rename the sparsified image file.
# mv /var/lib/libvirt/images/windows.qcow2 /var/lib/libvirt/images/windows-sparsified.qcow2
Step 7
Check the disk size of the sparsified image file.
# qemu-img info /var/lib/libvirt/images/windows-sparsified.qcow2
The disk size should be smaller than the virtual size. In this particular case, the disk size is 33.7 GiB and the virtual size 64 GiB.
image: /var/lib/libvirt/images/windows-sparsified.qcow2
file format: qcow2
virtual size: 64 GiB (68719476736 bytes)
disk size: 33.7 GiB
cluster_size: 65536
Format specific information:
compat: 1.1
compression type: zlib
lazy refcounts: true
refcount bits: 16
corrupt: false
extended l2: false
Step 8
Determine which partition to resize by obtaining more detailed information about the contents of the sparsified disk image.
# virt-filesystems --long -h --all -a /var/lib/libvirt/images/windows-sparsified.qcow2
On the virtual device /dev/sda
, the partition /dev/sda3
is equivalent to the Local Disk (C:)
of the Windows 11 virtual machine.
Name Type VFS Label MBR Size Parent
/dev/sda1 filesystem vfat - - 96M -
/dev/sda3 filesystem ntfs - - 63G -
/dev/sda4 filesystem ntfs - - 768M -
/dev/sda1 partition - - - 100M /dev/sda
/dev/sda2 partition - - - 16M /dev/sda
/dev/sda3 partition - - - 63G /dev/sda
/dev/sda4 partition - - - 768M /dev/sda
/dev/sda device - - - 64G -
Step 9
Load the network block device (NBD) kernel module.
# modprobe nbd max_part=8
Step 10
Connect the sparsified image.
# qemu-nbd --connect=/dev/nbd9 /var/lib/libvirt/images/windows-sparsified.qcow2
Step 11
The partition /dev/sda3
listed in Step 8 is equivalent to /dev/nbd9p3
connected as a network block device. Use GNOME Disks to shrink /dev/nbd9p3
to its Minimal Size.
Use a graphical utility to minimise the risk of introducing errors.
Select the correct partition and from the pop-up menu, choose the option Resize…Select Minimal Size and resize the partition.Step 12
Disconnect the resized image.
# qemu-nbd -d /dev/nbd9
Step 13
Unload the NBD kernel module.
# modprobe -r nbd
Step 14
Create a target image larger than the resized source image. In this example, the size of the target image is 128G and its format QCOW2 with full preallocation and a cluster size of 2M.
# qemu-img create -f qcow2 -o preallocation=full -o cluster_size=2M /var/lib/libvirt/images/windows-target.qcow2 128G
Step 15
Copy the source image to the target image. Specify the correct partition which to expand in the process.
# virt-resize --expand /dev/sda3 /var/lib/libvirt/images/windows-sparsified.qcow2 /var/lib/libvirt/images/windows-target.qcow2
Step 16
Confirm the size of the target image.
# qemu-img info /var/lib/libvirt/images/windows-target.qcow2
The overall disk size is now 128 GiB in total.
image: /var/lib/libvirt/images/windows-target.qcow2
file format: qcow2
virtual size: 128 GiB (137438953472 bytes)
disk size: 128 GiB
cluster_size: 2097152
Format specific information:
compat: 1.1
compression type: zlib
lazy refcounts: false
refcount bits: 16
corrupt: false
extended l2: false
Step 17
Obtain more detailed information about the contents of the target disk image.
# virt-filesystems --long -h --all -a /var/lib/libvirt/images/windows-target.qcow2
The partition /dev/sda
3 of the virtual device /dev/sda
is now 127G in size.
Name Type VFS Label MBR Size Parent
/dev/sda1 filesystem vfat - - 96M -
/dev/sda3 filesystem ntfs - - 127G -
/dev/sda4 filesystem ntfs - - 768M -
/dev/sda1 partition - - - 100M /dev/sda
/dev/sda2 partition - - - 16M /dev/sda
/dev/sda3 partition - - - 127G /dev/sda
/dev/sda4 partition - - - 768M /dev/sda
/dev/sda device - - - 128G -
Step 18
Rename the target image file.
# mv /var/lib/libvirt/images/windows-target.qcow2 /var/lib/libvirt/images/windows.qcow2
All done!
You can also modify format specific options for an existing image without having to create a target disk image. Or alternatively expand into a target image that uses a format compatible with other hypervisors, such as RAW, VMDK, VDI, VHD, VHDX or QED.
Installez facilement Home Assistant OS sur Proxmox ! Ce tutoriel vous guide, étape par étape, même si virtualiser HA n'est pas toujours conseillé. Découvrez les avantages et inconvénients.
#HomeAssistant #Proxmox #domotique #virtualisation
https://zatoufly.fr/installer-home-assistant-os-sur-proxmox-facilement/
Did you ever wonder how to set up a VM dedicated exclusively to dev work, so your computer could remain unaware of node, npm, and any other tool you use regularly?
For the longest time, me too! I'm extremely happy to say that I finally figured it out: https://soledadpenades.com/posts/2025/isolating-developer-environments/
And coming soon... the rest of posts
#ProxLB - A loadbalancer for Proxmox clusters!
The Prox Load Balancer (ProxLB) helps you to rebalance your Container and VM workloads across your nodes in your Proxmox cluster. It is similar to VMware's DRS (Dynamic Resource Scheduler) which allows you to balance your cluster by memory, CPU or local storage usage to ensure an equal distribution within the cluster. With affinity & anti-affinity groups you can also create groups where objects should be moved to a different groups as a whole unit or even forbid to be scheduled on the same node (e.g. HA setups).
You can find more information at GitHub: https://github.com/gyptazy/ProxLB
Je publie un tuto pour partager un dossier entre une machine virtuelle et sa machine hôte, en utilisant la délicieuse interface Gnome Machines.
https://hackriculture.fr/utiliser-le-partage-de-fichiers-dans-gnome-machines-boxes.html
Peut-être que ça vous servira, moi ça me servira à ne pas oublier :).
(ça faisait 3 ans que je n'avais rien écrit dans mon blog )