Definitely Not GustavoM. :^)

  • 11 Posts
  • 133 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle
  • GustavoM@lemmy.worldtoLinux@lemmy.mlWe already have Linux at home!
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    17 hours ago

    Should we integrate easier access to running Winblows apps on GNU/Linux?

    Why “we” should bother with that when -you- can do it yourself? Linux is a “free” ““operating system”” (Not absolutely free, but at least way more “free” than Windows) – learn the ways to do that and implement these changes yourself.









  • A separate /home partition means you can set $ROOTFS as read-only (and /home as rw) and have a “pseudo-everlasting but not really” file system.

    (And before someone says “Why not simply disable logs instead? It’s the same thing.” – yes, yes it is. But sometimes you want a “just werks” solution, even if it is a dumb one. Which is (obviously) disabling writes all over $ROOTFS.)








  • Not by the slightest.

    You can see it by yourself right now if you have docker: docker run -it --rm --log-driver none --cap-drop=ALL --read-only --net none --security-opt=no-new-privileges --name ascii-matrix defnotgustavom/ascii-matrix

    -EDIT- Whoops. Just realized its a fork. Eeeeeehhhh… it’ll give you a nice idea regardless.

    I actually created a new image with it – docker run -it --rm --log-driver none --cap-drop=ALL --read-only --net none --security-opt=no-new-privileges --name animatrix defnotgustavom/animatrix