-
Stuff So it's been a little while since I've tinkered with this stuff, so I've been self-refreshing myself as I go along here. The big catalyst for this work was the release of Proxmox 8. The key takeaway during the upgrade is that it's a typical Debian upgrade, and so it went more or less without incident. Great! The …
Read More -
A short post while I am thinking about this - because I sorta figured it out. I am still working on sunsetting my monolithic server (well, it's a glorified desktop with relatively more storage than other hosts on my network), and was working on setting up CheckMK on a newly minted VM. CheckMK is an open-source …
Read More -
Whelp, I'm not really certain how I got here.. but at some point, I wound up with a pair of computers running Proxmox with the intent of running Kubernetes. It started out pretty innocently: I watched a TechnoTim video: And it looked neat enough, so sure.. why not, let's try that out. In the video, around the 6:00 …
Read More -
Gotcha Day
Jan 11, 2023 · 1 min readOne year ago, we welcomed this idiot into our home. Hopefully he'll stick around for several years more, taking us on his adventures.
Read More -
I am not very good at networking stuff together. I mean, if it's a simple network, I can usually manage. When it comes to thinking about VLANs and similar topics, I start to get a bit hazy.. but when it gets into configuring devices to carry VLAN traffic, I really need to get back to basics and do a lot of "Ok, …
Read More -
I have this short little PowerShell function that I use all over the place. It simply adds an ACL entry to an object, usually a network folder: 1function AddNTFSPermissions($path, $object, $permission) { 2 $FileSystemRights = [System.Security.AccessControl.FileSystemRights]$permission 3 $InheritanceFlag = …
Read More -
The problem... I have something like 1200 PDfs, and the list is growing, of deliverables that we own the copywrite to that we want to put in a central place called SharePoint Online. This library will then get the benefit of being searchable, have associated metadata, and should free up time from a bunch of people for …
Read More -
The Issue We have been working on a long, slow project to bring some new services online for our staff. One is our "Knowledge Hub", the other is our "Connect" site - a SharePoint Hub site, linking various functional group's SharePoint sites together. This post is about "Connect". One …
Read More -
Another post with notes from my former to my future self. What was I trying to do? We had to wire up a firewall configuration policy for a group of computers so that they'd be prevented from accessing the internet. Ok, no problem, except that our email comes from Office 365 which happens to be on the internet. …
Read More -
The problem to solve... Every so often, I need to automate something. Duh. Today, I would like to manage the group memberships of some Azure AD users. This doesn't require any local resources so there's no reason to run this on-premise. There's also no need to store credentials in the script - that's what managed …
Read More