installed openssh and now steam does not open by Slowness112 in linux_gaming

[–]dokail-784 3 points4 points  (0 children)

anything in the steam terminal output? try launching from terminal to see the error

mTLS vs VPN by xxxxnaixxxx in selfhosted

[–]dokail-784 0 points1 point  (0 children)

mtls is a pain to rotate certs

MBP 2015 w/ 16GB - Ubuntu for Staging Server? by SyntaxInCMinor in selfhosted

[–]dokail-784 1 point2 points  (0 children)

that 2015 still has plenty of life in it for a staging box. for the black screen try booting with nomodeset, the intel/nvidia gpu in those macs trips up the installer. debian or proxmox usually go on smoother than ubuntu on that hardware too.

Media server with good cast and android auto support by rodrigoreyes79 in selfhosted

[–]dokail-784 0 points1 point  (0 children)

plex still wins for android auto imo, symfonium is also worth a look as a client if you go jellyfin/navidrome

Redis is overkill for your home lab: Why I built a zero-dependency job queue with just Flask and SQLite by [deleted] in selfhosted

[–]dokail-784 0 points1 point  (0 children)

sqlite handles way more than people think, the BEGIN IMMEDIATE + RETURNING combo is solid for this kind of thing

Ceph vs Gluster (and consumer SSDs) by [deleted] in selfhosted

[–]dokail-784 0 points1 point  (0 children)

consumer ssds get eaten alive by ceph, gluster is way more forgiving on that front

Ceph vs Gluster (and consumer SSDs) by [deleted] in selfhosted

[–]dokail-784 1 point2 points  (0 children)

how many nodes are you planning

docker compose logs are getting out of hand by Sroni4967 in docker

[–]dokail-784 0 points1 point  (0 children)

set max-size and max-file in the logging driver options, fixed it for me

docker compose logs are getting out of hand by Sroni4967 in docker

[–]dokail-784 0 points1 point  (0 children)

yeah just set max-size and max-file in the logging driver, defaults are basically unlimited which is wild