My adventures in Apple hardware https://eldapper.wordpress.com/2024/10/13/mac-pro-2013-2tb-nvme-and-128gb-ram-upgrade/
TrashProBSD? What command gives you that status window? Looks like 'top' but with more goodies.
@countZZero TrashProBSD is the hostname. A play on words. The 2013 Mac Pro was colloquially called The Trashcan. The utility is a python app called "glances". what OS do you currently use?
I currently use Debian version 12. I haven't used BSD in years, but I always liked it. You need to lock something down TIGHT? Use BSD.
@countZZero https://github.com/nicolargo/glances I ditched Linux (almost completely) when the death CentOS was announced. And I don't regret a minute of it. Its been a nice journey meeting devs in the community who tend to be the kindest nicest people in tech.
Wow, thanks for the link! I'm going to have another look at BSD, I think.
@countZZero https://www.theregister.com/2024/10/08/switching_from_linux_to_bsd/ Stefano is one amazing human.
Just read this. Boring is in fact good. No flashy crap, just good ol' stability.
I'd be interested in how all this goes. Post your results.
@countZZero I also got linux mariadb working
podman run -d --replace --name nginx-db --os=linux --network nginx-proxy-net -p 3306:3306 -v ~/nginx-proxy-manager/data/mysql:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=matu1234 -e MYSQL_DATABASE=nginxproxymanager -e MYSQL_USER=nginxproxymanager -e MYSQL_PASSWORD=matu1234 docker.io/jc21/mariadb-aria:latest
@countZZero I got podman running: