Just a regular everyday normal muthafucka.

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

help-circle

  • Right now I’m stuck on a Mac laptop. I hate it, but after our Network team could not manage to get Global Protect working on Linux, and my boss decided keeping them happy was easier than keeping me productive, I didn’t have much choice (Mac or Windows). I’ve worked in environments before where I was able to run Linux on my laptop/workstation, so long as I was able to support myself and do the required work. I used remote desktop (Or a Windows VM) for my Windows work; my browser and Java for most everything else. Now even Office is a shitty webapp for the most part, and Teams “works” on Linux (As much as Teams works at all).

    Even here, I have to wait until Helpdesk manages to build out support for new Mac OS releases, so I’m still on 14.6.

    I told them prior that I would be leaving the company if they forced me to migrate to Mac. I’m currently looking for a better position elsewhere and will tell them exactly why when I turn in my notice. Not that it will change anything, it’ll help me feel better.

















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