mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,4 Tsd.
aktive Profile

#MicroVM

0 Beiträge0 Beteiligte0 Beiträge heute

New Open-Source Tool Spotlight 🚨🚨🚨

Firecracker is a lightweight, production-focused virtual machine monitor designed for secure multi-tenant workloads. Its minimal overhead enables high density on bare-metal servers while emphasizing isolation through microVMs. Built by AWS, it's used in services like Lambda and Fargate. #Virtualization #MicroVM

🔗 Project link on #GitHub 👉 github.com/firecracker-microvm

#Infosec #Cybersecurity #Software #Technology #News #CTF #Cybersecuritycareer #hacking #redteam #blueteam #purpleteam #tips #opensource #cloudsecurity

✨
🔐 P.S. Found this helpful? Tap Follow for more cybersecurity tips and insights! I share weekly content for professionals and people who want to get into cyber. Happy hacking 💻🏴‍☠️

So close to remote image flashing for #Android servers!

The VM is dropping the USB device when `adb -d reboot bootloader` since I am USB forwarding NOT using PCI passthrough to qemu.

```
services.udev.extraRules = ''
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4ee7", GROUP="kvm"
'';
```

Once it reboots and goes offline briefly the systemd service drops and doesn't reattach to the VM. Will need to figure this out 🤔

#Nixos #MicroVM #ADB server working👍

My #NixOS 23.12 upgrade story for all the servers and VMs I manage:

Let's start with the terrible. Grafana crashed because it is missed a directory when using provisioned dashboards. Fix is in github.com/NixOS/nixpkgs/pull/

Then I searched an hour for a faulty change I did two days ago where I didn't think about split Portunus LDAP server and applications and needed to move a mkIf.

That's two #MicroVM|s done. The next two just worked without any changes and nothing broke (so far?).

GitHubnixos/grafana: create plugins directory in provisioning, fix deprecation warning by SuperSandro2000 · Pull Request #272564 · NixOS/nixpkgsVon SuperSandro2000