Skip Navigation
DIY NAS Hardware setup?
  • If I'm recall correct, Sugo 13 only has single 3.5 slot. I'd say look for Sugo 14 (2x3.5) or Node 304 (6x3.5)

    Make sure all of your components fits to the planned case including power supply.

  • Despite attempted RAID array, both drives detected individually by all software I've tried.
  • The RAID on your motherboard is a mess and you should avoid it like the plague. — Wendell from Level1Tech

    Creating RAID with either zfs or btrfs is much more easier and they perform better than motherboard's RAID implementations. If you want a UI, you can even install TrueNAS Core as a server and manage zfs pools, share on network etc.

  • Any way to automatically start a script before steam game launch?
  • If you already use gamemode it has custom section in gamemode.ini file to execute custom scripts before and after game sessions. You simply use gamemoderun %command% as launch option for all of your games.

    Another option is directly chaining your scripts with %command% but your mileage may vary.

    I was able to log game start and end with this naive launch option.

    echo "start" >> ~/Desktop/test.txt && %command% && echo "end" >> ~/Desktop/test.txt
    
  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SU
    SuperiorOne @lemmy.ml
    Posts 0
    Comments 11