Just a regular everyday normal muthafucka.

  • 1 Post
  • 32 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.


















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