• 0 Posts
  • 17 Comments
Joined 11 months ago
cake
Cake day: February 14th, 2024

help-circle
  • LineageOS Android TV looks like an interesting solution but having SELinux in permissive mode is a bit scary. Maybe someone with more in-depth Linux knowledge can chime in here but my understanding is that would mean that the Android kernel’s security system would basically be turned off. Permissive Mode logs security access violations within the OS but does nothing to prevent them so I would be wary of connecting it to the internet.





  • If you’re particularly lazy and want to check how a plant is doing you can even just microwave to activate it. put it in a glass cup with a damp paper towl under it, cover with a second damp paper towl, cover in plastic wrap except a small gap like you’re making a microwave dinner. Cook for a minute at a time on 20-30% power and let the steam release between cooks. Do that 2-3 times then remove nug from container and let it sit a few minutes on a plate or something.









  • Docker takes a lot of the management work out of the equation as many of the containers automatically update. Manual updates are as simple as recreating a container with a new image instead of your local one. I would like to add try running Portainer (a graphical management interface for Docker). Breaking out the various options into a GUI helped me learn the ins and outs of Docker better, plus if you end up expanding to multiple docker hosts you can manage them all from one console. I have a desktop, a laptop, and a RPi 4b all running various dockers and having a single pane for management is such a convenience.