I did not know it was possible to just add #qemu command line parameters to a #virt-manager domain XML. Now that was really handy.
This enables networking for a #virtualized #Raspberry Pi Zero:
<qemu:commandline>
<qemu:arg value="-device"/>
<qemu:arg value="usb-net,netdev=net0"/>
<qemu:arg value="-netdev"/>
<qemu:arg value="user,id=net0,hostfwd=tcp::5555-:22"/>
</qemu:commandline>
(Yes, building the environment is a lot quicker on a powerful workstation doing #ARM emulation compared to on the Zero + SD card itself ... )
#linux #linuxtablet #linuxaudio
There are already several #immutable linux #distros available. Run any of the following on top: #flatpaks, #appimages #snaps, Compatibility layers like #WINE or #Anbox, #virtualized OSes, tools like #distrobox, #emulators, etc, & never worry about system stability again—pieces of the next generation linux puzzle!
I was already excited by the concept of #distroagnostic packaging uniting the linux realm, but the ideas of an #ImmutableOS completes the picture!
We launched our new Malware Evasion Encyclopedia, which contains over 50 techniques used by various #malwares to detect #virtualized and sandboxed environments.
We hope this effort would allow for better understanding and analysis of modern #attacks.
via Check Point Research