• 0 Posts
  • 37 Comments
Joined 7 months ago
cake
Cake day: November 2nd, 2024

help-circle

  • That’s even worse. A an almost literal in-house driveby. It’s not bloody hard to see potential problems.

    This computer has a strange doo-hickey poking out of it that I know nothing about. Maybe I shouldn’t just slap a new OS on it. Nah fuck it. Need to meet planned quota. Send it and run lol.

    There’s a reason our PCB pick’n’place machines run Windows XP. And why that ‘Y2K compliant’ lathe over there is rocking '98. And why that tyre balancing machine at the shop over the road is in the same boat.


  • Bad IT.

    I remain thankful that Win11 is fussy about what it will install on. It needs at least:

    • UEFI boot mode & GPT partitioning of the disk
    • TPM 2
    • Secure Boot capability

    Nixing any one of these will prevent an automatic upgrade, regardless of what group policy etc is in place. On a bunch of new Win10 builds from a while ago, I set them up as CSM/MBR and turned off the TPM in BIOS. Absolutely no chance of surprises there, even if I accidentally mark a machine for upgrade.

    My network is small though, < 50 clients. When the bullet must be bit, I have the time to add the client to the ‘will upgrade’ AD group & go over things with the user(s). Then run through converting MBR to GPT, switching to UEFI and enabling the TPM again.

    After that it takes care of itself and pulls down a load of QoL fixes post-upgrade.

    I don’t think you’re the first nor will you be the last to be smacked with a driveby install that fucks up your equipment, sadly :(


  • Aftermarket OS options are getting better as time goes by, which is nice. Come a long way since the old Cyanogenmod days.

    But yeah, Sammy won’t be keeping the bones patched beyond what they already have. The risk for me is acceptable, and preferable to shelling out for new hardware every few years. It works and I’m not too stupid with it.



  • I don’t think I’ve used a microsd in a phone for about 6+ years now, so I couldn’t really care less. Not a photographer and I don’t travel enough to need so much offline media on the go. Just a few albums for the commute.

    Still using an old Galaxy S10 and appreciating the 3.5mm jack though.


  • On Dell server hardware with the right cards/licensing, you can remove the need for physical access to the server to input an FDE password by leaning on iDRAC. This provides access to the console remotely during the boot process (and thereafter).

    Alternatives exist that supposedly do the same thing, but I’ve never had to try them. Airconsole, pikvm, blikvm etc.

    You can keep this interface unexposed by using wireguard to dial in when you’re away, as per your original thinking. Just make sure the endpoint isn’t on the server you’re rebooting…





  • A third, and hopefully final attempt at getting an iredmail setup going. SPF, DKIM & DMARC all checking out fine. It’s actually working this time. Need to get the ISP to change our PTR record though, last bit of the puzzle.

    Also picked up a used negate device, so we now have pfsense fronting everything. That’s allowed me to move the original router to a better location and put it in AP mode.

    Emby media server moved off a Synology and into a proxmox container. Finally, we can stream high def with the hardware acceleration we weren’t getting before.



  • I run a split environment. Main router is set up ‘normally’ with what other people in the house and visitors would expect.

    Attached to that is a Pi running an OpenVPN client and a hostapd server that broadcasts a separate WiFi network. Iptables on the Pi are set to only ever allow Internet traffic through the VPN as a killswitch (except for OpenVPN, to prevent a chicken-egg situation), and any wifi clients connected via hostapd are routed through it.

    A script occasionally changes the VPN endpoint to keep it interesting. This Pi also acts as a qbitorrent client that stores downloads to a local NAS.

    It’s a best of both setup that has been stable for over 5 years now.