• 0 Posts
  • 22 Comments
Joined 2 months ago
cake
Cake day: August 19th, 2024

help-circle
  • 40% of national expenditure on defence and security is astounding. I’d read previously that the massive defence spending was reshaping the Russian economy, but I had no perception it was that high.

    That sounds like the sort of spending you’d pursue if you were heading toward total war, not merely entrenched in a single ‘special military operation’. I wonder if it indicates that those who suggest that this is just the opening stage of what will end up being a much larger war involving the attempted conquest of other nations might be right.



  • I’d suggest it depends on your hardware setup. If you have sufficient disks and care about availability and/or performance of your data access, RAID is rarely a bad idea.

    If you choose to do a software RAID in Linux without Intel RST, you have three main options: mdadm, LVM, and ZFS. You can explore those options on your own, but my personal view is that ZFS is wonderful to work with and comes with tons of benefits itself alongside its ZRAID implementation, making it my preferred choice.

    edit: I forgot btrfs! I have no experience of it but I imagine its RAID implementation is as similarly awesome as ZFS/ZRAID.











  • rhys@lemmy.rhys.wtftoLinux@lemmy.mlBSD Vs. Linux
    link
    fedilink
    English
    arrow-up
    4
    ·
    30 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.