• 0 Posts
  • 22 Comments
Joined 3 years ago
cake
Cake day: July 31st, 2023

help-circle

  • Qubes as a daily can be pretty cumbersome with a steep learning curve, but once you get the hang of it it’s a very unique modular kind of experience, and a pretty good way to safely(ish) use one machine for many things - certainly much more so than any of the main linux distros. If you’re interested in security, worth checking out!


  • Linux hobbyist for 20+ years, pro for 6+. Fedora for workstations, proxmox for hypervisors, and rocky for servers is my usual personal recommendation. Beyond that, secureblue (a hardened downstream of fedora atomic) with heads firmware is a fantastic daily driver if you’re into that kind of thing.

    Started with debian sarge way back in the day, currently using secureblue and qubes with fedora vms for most work, with a debian htpc on the side. For servers, I’m mostly debian-based on hardware (a bunch of proxmox machines at various sites and debian-based raspberry pis everywhere), with mostly redhat-based vms. Some alpine and freebsd baremetal and virtual machines sprinkled in here and there for flavor where they fit right.


  • It isn’t much to ask for a game built for one operating system to work perfectly on a completely, fundamentally different operating system, by means of the vastly complex and enormous work of thousands of people, which they donated to the world so that you can access it for free?




  • I’m reading this post as a well-intended PSA for those who might not know that their computers keep logs, and I appreciate the poster for that. But also I got a laugh from it sounding kind of like this:

    If you want to avoid providing incriminating evidence during a possible police interrogation, you must disable your brain’s long-term memory functions by lobotomizing yourself






  • Podman/docker leave behind old images, image layers, and containers that need to be cleaned up occasionally. podman system prune will do so.

    If 8TB was taken up quickly or unexpectedly, it might be something like a container failing to start and being recreated over and over, leaving each failed container behind as it goes. podman ps --all will list all containers, running or stopped. Before doing the system prune run that and podman image ls --all to see if anything looks amiss.









  • Unless “read-only” is being enforced by hardware (reading from optical media, etc), a compromised sudo user can circumvent anything, and write anywhere. A read-only flag or the root filesystem being mounted from somehwere else are just trivial extra steps in the way.

    Improved security != extremely secure, is all I’m saying. There are a lot of things that go into making a system extremely secure, and while an immutable root filesystem may be one of them, it doesn’t do the job all on its own as advertised in this post.