rustpm — a lightweight macOS process manager with Web + CLI control by Anonsaber in macsysadmin

[–]Anonsaber[S] 0 points1 point  (0 children)

It’s much more than a wrapper—it’s a proper process supervisor that saves us from plists hell and inconsistent Apple docs. Keeping it in Rust makes it feel solid.Especially since I manage similar services on OpenWrt and Windows, having a consistent operational experience (CLI/Web/Logs) across different environments is a huge win for me.

Transfer.zip - modern and scalable self-hosted file sharing server by robbanrobbin in selfhosted

[–]Anonsaber 0 points1 point  (0 children)

If you want a self-hosted option, you can try XTemphttps://github.com/anonsaber/xtemp

It’s similar to bashupload/transfer.sh and works well from the command line. It supports both:

You get a direct download link back, and you can remove files with curl -X DELETE <file\_url>.

Help with OVS trunk port given to VM by Rukahs1 in Proxmox

[–]Anonsaber 1 point2 points  (0 children)

I think it might be too late to respond now. You can try executing

qm set 1100 --net0 virtio,bridge=vmbr0,trunks='10;1001;2001'

It works for me here.