Just a regular everyday normal muthafucka.

  • 0 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • If you’ve optimized your BIOS settings (balanced mode or power saving wherever possible), the only other option is removing extraneous hardware. All hardware power use (disks, HBAs, other adapters and controllers) adds up. I managed to get idle power consumption of an HP DL-380 G9 down to about 60w (started at 210w) by removing the disks, RAID controller and battery, fiber channel adapters, and extra Ethernet adapter. Each SAS disk I removed saved me 10w. I used one M.2 drive in a PCI adapter instead.

    Like you mentioned, these aren’t designed to save power. That Opteron (and the chip set) hales from a time before “performance per watt” was a thing.










  • Unpopular opinion from what I’ve seen in this forum, but for me it is Nextcloud followed by Jellyfin.

    I use Nextcloud setup fory whole family, about a dozen all together. I even sprang for the DavX5 plugin for several people so we can share calendars and contacts as well as files and notes. We backup photos from our phones using the Nextcloud app. Several of us use it as a backend for KeePass.

    We use Jellyfin for streaming; movies, tv, music videos and music. It is the backend storage and library organizer for four Kodi boxes, five browsers, several phones and tablets and a couple of Roku’s. It works like a champ, even with the occasional library re-sync.






  • ‘dd’ works, but I prefer ‘shred’. It does a DoD multi-pass shred by default, so I usually use ‘shred -vn1z /dev/(drive)’. That gives output, does a one-pass random write followed by one-pass zero of the disk. More than that just wastes time, and this kinda thing takes hours on large spinners. I also use ‘smartmontools’ to run SMART tests against my drives regularly to check their health.