# Trevor Edwards > Just a human doing human things. ## Posts - [Take a tumbl!](https://trevoedwards.com/take-a-tumbl/): In its prime, Tumblr combined the customization of early Myspace with the cozy, community feeling of LiveJournal. It made you feel like you were part of a community that cared! When you posted something, you knew someone – somewhere – would eventually find it. It made the internet feel both endless and communal at the […] - [Devlog #002 - Realms In Ruin – a game!](https://trevoedwards.com/devlog-002-realms-in-ruin-a-game/): As someone stepping into Unreal Engine for the first time, it has been one heck of an experience so far! I’ve managed to stumble down so many rabbit holes and this is a big part of why I haven’t posted anything in a few months. I’ve jumped around from components to data tables; dynamic materials […] - [Devlog #001 - So you want to make a video game, huh?](https://trevoedwards.com/devlog-001-making-a-video-game/): I think anyone who plays video games has, at one point or another, dreamt of making their OWN game. There’s always that ONE thing you wished your favorite game did or had, right? My friends and I have been grumbling for YEARS as we rotate through games. Looking for a multiplayer experience that we can […] - [Jamf + SCEP + WiFi](https://trevoedwards.com/jamf-scep-wifi/): This past year I helped two companies move from a standard WPA2 WiFi setup to a EAP-TLS configuration, leveraging certificates from a SCEP source. Each situation was a little bit different (as each company was deploying different technologies around Jamf) but I ran into the same pain points each time: no documented configurations. So, in […] - [Jamf Remote Assist is here!](https://trevoedwards.com/jamf-remote-assist-is-here/): Today’s release of Jamf Pro 11.1.0 includes the much anticipated release of Jamf Remote Assist. This is a feature I’ve been looking forward to since the deprecation announcement for Jamf Remote. I think having some kind of built-in remote control functionality is a must for a MDM in this day and age. The new tool […] - [Computer Rename Prompt w/swiftDialog](https://trevoedwards.com/computer-rename-prompt-swiftdialog/): Recently the need arose for our techs to be able to easily set device names. I wanted a script that I could deploy via Self-Service (or during enrollment) that would prompt the user and change the machine’s name based on the input. swiftDialog was the obvious framework choice, but before I reinvented the wheel I […] - [Jamf Pro 10.49.0 - Upcoming Features & Deprecations!](https://trevoedwards.com/jamf-pro-10-49-release-notes/): Today I was going through the release notes for Jamf Pro 10.49.0 (almost a week late to the party, I know) and was pleasantly surprised by the number of meaningful changes in this release. From LAPS to the mention of Jamf Remote Assist to a bunch of deprecations. There’s some awesome stuff in there and […] - [LiveAtlas - a Custom Frontend for Dynmap](https://trevoedwards.com/liveatlas-a-custom-frontend-for-dynmap/): Recently, I spent a lot of time diving into the Minecraft mod/plugin Dynmap. It’s an awesome tool and if you run a Minecraft server and don’t know about it, you should check it out! While trying to figure out how to setup a standalone web server for Dynmap, I came across LiveAtlas. It’s an alternative […] - [Self-Hosted Headaches with Caddy, Dynmap, and Docker!](https://trevoedwards.com/self-hosted-headaches-with-caddy-dynmap-and-docker/): As some of you may know, I love Minecraft! I run a Forge-modded server for some friends and use a mod called Dynmap (which is also a popular plugin by the same name). This mod allows players to view a map of the entire Minecraft world in their browser and see the locations of other […] - [Jamf Connect & Custom Menu Bar Action Items!](https://trevoedwards.com/having-fun-with-jamf-connect-custom-menu-bar-action-items/): Last year I assisted an organization with the rollout of Jamf Connect using OKTA as their IdP. While I was putting together the standard configuration profiles for the Login Window and Menu Bar, I looked at the documentation to double-check my work and realized I had pulled up the documentation for a much older version […] - [Default Dark Mode - Extended!](https://trevoedwards.com/default-dark-mode-extended/): Very happy to announce a long overdue update to my severely neglected Minecraft resource pack – Default Dark Mode Extended. This pack adds ‘dark mode’ GUI variants for a number of Forge mods (entire list of supported mods can be found: here) It was inspired by and intended to be used alongside nebuIr’s Default Dark Mode resource […] - [Jamf 300 Certified! 🥳](https://trevoedwards.com/jamf-300-certified/): My two-cents: The 300, like the 200, contains a lot of surface level content. There is certainly more “meat” to this course/exam and the little bit of API content that is covered is great! I thought they could have spent more time on plists, as I’ve found them to be immensely useful for things like […] - [A Simple Method for Keeping Gatekeeper enabled with Jamf Pro](https://trevoedwards.com/keeping-gatekeeper-enabled-with-jamf-pro/): Gatekeeper is a security feature on macOS that is designed to protect your system from malicious software by limiting the apps that can be installed and run on your system. Only allowing apps that are downloaded from either the Mac App Store or from those who have signed their apps with a certificate issued by […] - [ComicTagger! 💭](https://trevoedwards.com/comictagger/): I have a large (like, hundreds of GB’s) digital library of comic books that I’ve acquired over a decade of hoarding. Obviously, content has come from all kinds of different sources over the years and so the quality of the metadata ranges wildly, from very detailed to non-existent, from file to file. That’s where ComicTagger […] - [How to create Device Collections in Microsoft's Configuration Management Console (SCCM)](https://trevoedwards.com/how-to-create-device-collections-in-sccm/): What is a Device Collection? A Device Collection is a grouping of devices that share common characteristics or properties, such as hardware or software inventory, operating system, location, and organizational unit. Device collections are used to organize and manage devices in SCCM, and are a key element in deploying software updates, applications, and other software […] - [Docker Compose: A Beginner's Guide](https://trevoedwards.com/docker-compose-for-beginners/): Docker Compose is a tool for defining and running multi-container Docker applications. It allows developers to define the services that make up their application and how they interact with each other, all in a single file. In this article, we’ll cover everything you need to know to get started with creating a Docker Compose file, […] - [Komga! 💥💬](https://trevoedwards.com/komga-comic-library/): In a previous post I went over how I use Docker Compose to build out and manage my self-hosted services. In this post, I want to introduce you to one of my favorites: Komga! Komga is an open-source comic book/manga web server that allows you organize and serve all of your CBZ/CBR/EPUB’s in one place! […] - [Dark Mode in SCCM!](https://trevoedwards.com/dark-mode-in-sccm/): More specifically, the Configuration Management Console. I do a number of overnight deployments, so has been a game changer for me. Read more on how to enable it here! - [Self-Hosting with Docker! 🐳](https://trevoedwards.com/self-hosting-with-docker/): Recently I moved my home lab environment over to Proxmox and started containerizing all of my services. I’ll admit, when I first started playing around with Docker I was confused as hell! At its core, it’s all pretty simple but you can get lost in abstraction pretty quickly if you let yourself get side-tracked. That […] - [From Windows to Proxmox!](https://trevoedwards.com/from-windows-to-proxmox/): Since I built it nearly six years ago, my home server has run one flavor or another of Windows. It’s what I grew up on. It’s what I was used to. As I started self-hosting more services and playing around with things like Docker, the benefit of having access to Linux became clear. At the […] ## Pages - [Archive](https://trevoedwards.com/archive/): Tags Jamf Posts: ## Optional - [Agent (MCP protocol)](websites-agents.hostinger.com/trevoedwards.com/mcp) [comment]: # (Generated by Hostinger Tools Plugin)