Hävisin taistelun #Proxmox + #LXC + #Podman, mutta ei se mitään. Olkoon sitten #Proxmox + #QUEMU + #Podman.

@imil @stefano @nixCraft

Thank you for the correction

I shall do that immediately

#netBSD #BSD #UNIX #OpenSource #programming #quemu #bash #sh

@stefano @nixCraft @imil

Here on Debian {in MX Linux} I had to add the following tools since the machine is not configured for programming

bmake

`apt install bmake`

bsdtar

`apt install libarchive-tools`

then success

>> log

# $ ./startnb.sh -f etc/sshd.conf
* using console: viocon
using QEMU version 7.2.19 (Debian 1:7.2+dfsg-7+deb12u16)
[ 1.0000000] NetBSD 11.99.3 (MICROVM) Notice: this software is protected by copyright
[ 1.0000000] Detecting hardware... (QBOOT 000000000000)
[ 1.0257426] done.
[ 1.0345973] kernel boot time: 51ms
Created tmpfs /dev (1835008 byte, 3552 inodes)
add net default: gateway 10.0.2.2
Starting sshd.
Server listening on :: port 22.
Server listening on 0.0.0.0 port 22.

>> End of log

^Z

I pressed ^C to enter the server to add the needed passwords for the user and root

login was a success then

#netBSD #BSD #UNIX #OpenSource #programming #quemu #bash #sh

TIL about the existence of smolBSD an amazing minimal BSD Unix system. It boots in {milli}seconds!

Site:

https://smolbsd.org/

GitHub: https://github.com/NetBSDfr/smolBSD

#netBSD #BSD #UNIX #OpenSource #programming #quemu #bash #sh

Thanks to @nixCraft
for the link
Thanks to @imil for the amazing creation

Großartig. Dank dem Linux-Magazin ( @redaktion ) und der #OTHRegensburg, Prof. Maurer, seinem Team und vor allem Ralf Ramsauer dort konnte ich gerade hier auf meinem Laptop in der Telemark meinen ersten Quantencomputer starten. Der kommt - believe it or not - demnächst auf der Heft-DVD des Linux-Magazins. Sic. Wenn alles klappt. Und er läuft natürlich auf @archlinux
#Arch #Linux #opensource rocks.
Yeah. 100 Qubit. Yeah.
#quantumcomputing #quantencomputer #quemu #virtualisierung #simulation
Published a new blog post how I created a virtual machine
for a pentest learning environment and to solve TryHackMe challenges.
https://gyorban.net/blog/setup-a-pentest-vm-for-tryhackme/
#pentest #pentesting #tryhackme @RealTryHackMe #ParrotSecurityOS #parrotsec #quemu #linux
Setup a pentest virtual machine for TryHackMe

setup a pentest virtual machine for TryHackMe

/dev/notes

Meine Win11-VM unter Linux (Quemu/KVM) ist schrott... alle anderen VMs funzen tadellos.

Das ist schlimmer als wenn der Host kaputt wäre...

Im Grunde null Plan von Windows und trotzdem verdiene ich gerade mein Geld mit ner Software für Windows...

90% des Jobs mache ich zwar unter Linux - aber manchmal muss ich gucken ob es auch "Drüben" läuft...🙈

Edit:
Alle VMs spinnen.
~30 Sekunden läufts. ~7 Minuten nicht - dann wieder 30 Sekunden... usw. usf.
#Quemu #KVM #OpenSUSE #Tumbleweed

Nun ist vmWare Fusion für Privatanwender kostenlos. Da werde ich mal meine private UTM Windows 11 Maschine konvertieren.

brew install qemu
qemu-img convert -p -f qcow2 -O vmdk win11.qcow2 win11.vmdk

#utm #vmware #fusion #quemu

1996 I was skiing in the mountains. During bad weather I programmed some math functions from "Chaos in wonderland" by C. A. Pickover resulting in nice computer images.
My idea was to be able to tweak parameters both statically & when running the program.
I found the source code yesterday and created a virtual win XP machine in a KVM container, in my Linux machine to run it. It works beautifully!
#quemu #kvm #computer #graphics
#Docker recently released a Mac version that supports #Rosetta on #M1 Mac. The performance difference is HUGE! One of our workloads is a compilation job that takes 8 minutes on pure ARM64. With rosetta it takes 16 minutes, which is still long, but not nearly as bad as running in #quemu.