#ProxmoxVE 9.0 has been released (#Proxmox / #VirtualEnvironment / #Virtualization / #VirtualMachine / #VM / #Linux / #Debian / #Trixie / #DebianTrixie / #QEMU / #LXC / #KVM / #ZFS / #OpenZFS / #Ceph) https://proxmox.com/

#ProxmoxVE 9.0 has been released (#Proxmox / #VirtualEnvironment / #Virtualization / #VirtualMachine / #VM / #Linux / #Debian / #Trixie / #DebianTrixie / #QEMU / #LXC / #KVM / #ZFS / #OpenZFS / #Ceph) https://proxmox.com/
I'm starting a series of blog posts, in which I write a #bytecode #compiler and a #virtualMachine for arithmetic in #Haskell. We explore the following topics in the series:
- Parsing arithmetic expressions to ASTs.
- Compiling ASTs to bytecode.
- Interpreting ASTs.
- Efficiently executing bytecode in a VM.
- Disassembling bytecode and decompiling opcodes for debugging and testing.
- Unit testing and property-based testing for our compiler and VM.
- Benchmarking our code to see how the different passes perform.
- All the while keeping an eye on performance.
The first post of the series that focuses on writing the #parser is now out: https://abhinavsarkar.net/posts/arithmetic-bytecode-vm-parser/
#RUNBSD! But BoxyBSD now also starts to support #Linux! We're starting soon with the Linux support for already present users, offering free boxes:
* #AlmaLinux
* #Alpine
* #Debian
* #Devuan
* #CentOS
* #Fedora
* #Gentoo
* #OpenSuse
* #OpenEuler
* #RockyLinux
Just next to our core OS like #FreeBSD, #OpenBSD, #NetBSD, #MidnightBSD and #DragonflyBSD (and #illumos). This should also make the step easier to compare and test different scenarios where BSD provides a different behavior compared to Linux systems.
Thanks to @gyptazy for the implementation!
(Linux news in previous posts of thread)
FOSS NEWS
Mastodon (official) mobile apps and mastodon.social, mastodon.online web UI will include easily dismissable donation banner:
https://news.itsfoss.com/mastodon-in-app-donation-nudge/
(Some people often get mad if a project asks for donation within its software UI, but I think volunteer devs also deserve to get some payment for their work, it's fair to include a donation notice, if it doesn't annoy users with its placement.)
Brave and AdGuard will block Microsoft Recall:
https://brave.com/privacy-updates/35-block-recall/
https://alternativeto.net/news/2025/7/adguard-joins-signal-and-brave-in-blocking-microsoft-recall-calling-it-a-privacy-concern-/
Bluesky introduces age verification (using payment cards, ID scans, or face scans) for accessing adult content and direct messaging, and content controls for UK users:
https://alternativeto.net/news/2025/7/bluesky-introduces-age-verification-and-content-controls-for-uk-users/
(Yeah we're heading into a dystopian future, where you can't use social media without giving up sensitive information... Or can't send messages because a small portion of predators also use that feature... It shouldn't be the responsibility of governments and social media platforms to protect children, it's the parents' task to protect their children. If governments would really care about protecting children, they would rather push campaigns targeted towards parents to raise awareness of the importance of paying attention what their child is doing online. But nah, this "protect children" thing is only pushed for emotional manipulation, so that the governments can cover their arse, while building surveillance infrastructure.)
(more FOSS news in comment)
Using #RedStarOS Server 3.0 on a #VirtualMachine to SSH into my server and my main computer.
Yes, I know this sounds like a horrible idea, but I live for the danger.
New to FreeBSD? Getting started is easier than you think.
As more people explore FreeBSD beyond servers, we're showing just how simple it is to dive in — even on a MacBook. Whether you're installing from scratch or trying out a virtual machine, FreeBSD offers flexible options to fit your setup.
For a full walkthrough, check out the blog post linked below: https://freebsdfoundation.org/blog/three-ways-to-try-freebsd-in-under-five-minutes/
Watch the full video here: https://youtu.be/CWuZLJkUBfw?si=cY6tvVl02nTn4SG8
@governa kool, I hope it will also be distributed as #flatpak #package. It would have the same limitations as flatpak version of #gnomeboxes but for the most basic usage of spinning up #virtualmachine without any special network interfaces or other stuff that requires privilaged user intervention.
Resolve Libvirt Error Unable to Find EFI Firmware
A step by step guide on how to fix the Libvirt Error Unable to Find EFI Firmware by updating the paths in the virtual machine’s configuration.
https://www.adamsdesk.com/posts/resolve-libvirt-error-unable-find-efi-firmware/
Today, I learned, KDE Plasma is working on "Karton" a Virtual Machine Manager.
https://blogs.kde.org/2025/05/18/gsoc-2025-project-intro-developing-karton-the-kde-virtual-machine-manager/
#Kde #KdePlasma #VirtualMachine #Virtualization
Now KDE Users Will Get Easy Virtual Machine Management, Too - If you work with virtual machines, perhaps to spin up a clean OS install for testi... - https://hackaday.com/2025/05/22/now-kde-users-will-get-easy-virtual-machine-management-too/ #virtualmachine #softwarehacks #opensource #karton #kde
#KDE is finally getting a native #VirtualMachine manager called "#Karton"
https://www.neowin.net/news/kde-is-finally-getting-a-native-virtual-machine-manager-called-karton/
From #VMware to #Proxmox VE: Step-by-Step Escape Plan
#ProxmoxVE has become a popular platform because of its #opensource nature. Using the built-in import tool, they go through the steps for migrating a #virtualmachine from a standalone VMware #ESXi server to Proxmox Virtual Environment.
You can shift workloads with minimal downtime and disruption by following the right preparation steps: verifying compatibility, cleaning up VMware Tools, and configuring import settings.
https://www.storagereview.com/review/esxi-to-pve
@derthomas Did you know you can run Windows-programs inside your #Linux in a #VirtualMachine / #VirtualBox: https://www.makeuseof.com/tag/set-windows-virtual-machine-linux/
+ https://ubuntu.com/tutorials/how-to-install-a-windows-11-vm-using-lxd (many more tutorials out there) @wurzelmann
hey hey #Linux #FileSystem #ZFS #RAID #XFS entities! I'm looking for extremely opinionated discourses on alternatives to ZFS on Linux for slapping together a #JBOD ("Just a Bunch Of Disks", "Just a Buncha Old Disks", "Jesus! Buncha Old Disks!", etc) array.
I like ZFS but the fact that it's not in tree in-kernel is an issue for me. What I need most is reliability and stability (specifically regarding parity) here; integrity is the need. Read/write don't have to be blazingly fast (not that I'm mad about it).
I also have one #proxmox ZFS array where a raw disk image is stored for a #Qemu #VirtualMachine; in the VM, it's formatted to XFS. That "seems" fine in limited testing thus far (and seems fast?, so it does seem like the defaults got the striping correct) but I kind of hate how I have multiple levels of abstraction here.
I don't think there's been any change on the #BTRFS front re: raid-like array stability (I like and use BTRFS for single disk filesystems but) although I would love for that to be different.
I'm open to #LVM, etc, or whatever might help me stay in tree and up to date. Thank you! Boosts appreciated and welcome.
#techPosting
ZENROOM 5.0.0 is now available!
https://github.com/dyne/Zenroom/releases
Here’s what’s new: Nested IF and FOREACH statements for more branching fun!
Enhanced speed, especially in branching conditionals.
Switching to v5 is a breaking change, but don’t worry, v4 will still receive bug-fix updates!
Zenroom is a tiny, #secure, fully isolated, #openSource, #virtualMachine that runs on any platform, even on a chip or a web page. More about it: https://zenroom.org/
#VMware Workstation Shifting From Proprietary Code To Using Upstream #KVM
This isn't an off-schedule April Fools' Joke or anything like that but an exciting sign of the times: VMware Workstation will be shifting off its proprietary base and onto leveraging the upstream #Linux Kernel-based #VirtualMachine (KVM) for #virtualization needs moving forward.
https://www.phoronix.com/news/VMware-Workstation-KVM
GNOME Boxes: Trucchi per la Virtualizzazione Perfetta!
Attraverso questo video vedremo come rendere GNOME Boxes un Virtualizzatore davvero valido. Buona visione.
#unolinux #opensourceitalia #gnu #linux #gnome #boxes #fedora41 # #review #ita #virtualmachine #virtualizzation #kvm #qemu #spicevdagent #guest
#Blind #techies, I just found out #vmware doesn't officially support #ArchLinux, and I think that could be part of the reason why things aren't working right. Is there another accessible virtual machine option for #Windows?
#accessibility #tech #Linux #VirtualMachine #VirtualMachines #VM #techSupport #technology
@main @mastoblind
To other #techies, I'm creating an #ArchLinux #VirtualMachine on my computer, and I'm not sure how big to make the disk. I'm using #VMWare Workstation Pro. My #computer has 32 Gb #RAM and 1 Tb storage. How big should I make the disk?
#tech #technology #Linux #Windows #VirtualMachines
The latest version of VirtualBox is available and adds initial support for kernel 6.12 as well as a feature that makes using the virtual machine tool easier
https://www.linux-magazine.com/Online/News/VirtualBox-7.1.4-Includes-Initial-Support-for-Linux-kernel-6.12
#VirtualBox #kernel #VirtualMachine #tools #firmware #OpenSource #Linux