Just a regular everyday normal muthafucka.

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

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






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