Just a regular everyday normal muthafucka.

  • 2 Posts
  • 45 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle













  • I agree that it is awesome to use Kodi as a Jellyfin front end. I use some CoreElec ARM boxes that directly support all the codecs I use. My problem is that the Jellyfin plugin only updates content at startup, so I have to restart Kodi before it picks up changes made since the last restart. I’ve asked around and either no one else is having the issue or they didn’t chime in.




  • ‘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.