• 0 Posts
  • 10 Comments
Joined 1 month ago
cake
Cake day: August 19th, 2024

help-circle


  • rhys@lemmy.rhys.wtftoLinux@lemmy.mlBSD Vs. Linux
    link
    fedilink
    English
    arrow-up
    4
    ·
    9 days ago

    I’m 100% with you on Docker. I haven’t used BSD jails in a very long time, but do you have a view on how they compare to other Docker alternatives in Linux like LXC containers and systemd-nspawn?

    to run a virtual pipe organ

    This sounds like an incredible use case.



  • I think it’s probably useful to mention the Filesystem Hierarchy Standard (FHS) here which describes most of the tree structure detailed in the diagram.

    The directory layout mostly adopted by most distros evolved over time though, with major differences existing in how distros view usage of different parts of the filesystem, making it more of a standard that documents how the filesystem is laid out rather than one that defines it.

    On a personal note, I hated /run for the longest time, thinking it a pointless, redundant quirk that exacerbated inconsistencies across distros. More recently though, I’ve come to value a space that is now (mostly) implemented consistently as a tmpfs mount from which to handle runtime data.




  • Zsh is a shell like bash that supports shell scripting like bash (though with some syntactical differences). It’s a bit more like ksh than bash, but anyone familiar with bash will have no problems with zsh.

    You can check out oh-my-zsh for an accessible preconfigured version of it (though I’d suggest installing via your package manager rather than the script on their website). I like the jreese theme.



  • Sway by default lets you move windows by dragging their title bar. Minimise/maximise doesn’t make sense in Sway, but adding fullscreen and close behaviour to buttons on your menubar of choice or extra mouse buttons would be pretty easy. Graphical app launchers exist too — I use one in Sway on my Yoga since I primarily use its touchscreen.

    I appreciate those things aren’t in place by default, but they are kinda antithetical to the tiling paradigm, and if you’re using something like Sway then you’re probably tinkering a ton with it anyway.