<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Robert Terakedis</title>
    <link>https://blog.terakedis.dev/</link>
    <description>Recent content on Robert Terakedis</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Copyright © 2020 Robert Terakedis; all rights reserved.</copyright>
    <lastBuildDate>Fri, 15 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.terakedis.dev/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SSO Is Not a Flip Switch</title>
      <link>https://blog.terakedis.dev/post/sso-is-not-a-flip-switch/</link>
      <pubDate>Fri, 15 May 2026 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/sso-is-not-a-flip-switch/</guid>
      <description>
        
          
            &lt;p&gt;When we started modernizing the LMS infrastructure, the first thing someone asked was: &amp;quot;Can we just add SSO to the LMS?&amp;quot;&lt;/p&gt;
&lt;p&gt;It&#39;s a reasonable question. It sounds like a small ask — flip a switch, wire up a login button, done. But the moment you start pulling on that thread, you find out it&#39;s not a switch at all. It&#39;s a decision about where identity lives across every system you own, and getting it wrong means you end up with the same mess you started with, just with a single sign-on button in front of it.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>The $300K Spreadsheet: How Manual Provisioning Became a Liability</title>
      <link>https://blog.terakedis.dev/post/the-300k-spreadsheet/</link>
      <pubDate>Sat, 18 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/the-300k-spreadsheet/</guid>
      <description>
        
          
            &lt;p&gt;Last year I got pulled into a project where the team was drowning in spreadsheets. Not the good kind, but rather the unfortunate kind: manual user provisioning lists, copy-paste operations between systems, and a recurring cloud bill that kept climbing because of over-provisioned resources sitting idle.&lt;/p&gt;
&lt;p&gt;The kicker? Along with all the manual inefficiences, we incurred $300,000/year in overprovisioned cloud spend. And that was before we even talked about the staff time or the risk of things breaking when a step in the process was missed.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>How to host blog images for free with Backblaze B2 and Cloudflare</title>
      <link>https://blog.terakedis.dev/post/b2-cloudflare-image-hosting/</link>
      <pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/b2-cloudflare-image-hosting/</guid>
      <description>
        
          
            &lt;p&gt;When I migrated this blog to Hugo, I had to figure out where images would live. My original thought was simple enough: store them in the GitHub repo. That worked fine for six months. Then I started thinking about what happens when I have hundreds of posts with images, and the repo turns into a photo dump.&lt;/p&gt;
&lt;p&gt;I looked at Cloudflare Images next. It seemed obvious—I&#39;m already paying for Cloudflare for DNS and SSL. But the pricing pushed me away: the transform API costs add up if you&#39;re generating variants (WebP, different sizes), and I&#39;d be locking myself into Cloudflare&#39;s image manipulation if I ever wanted to migrate. That didn&#39;t feel like room to grow.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Setting up our Calendar Max</title>
      <link>https://blog.terakedis.dev/post/setting-up-skylight-calendar-max/</link>
      <pubDate>Sun, 11 May 2025 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/setting-up-skylight-calendar-max/</guid>
      <description>
        
          
            &lt;p&gt;If you’ve ever struggled to keep your family’s schedule in sync—or just wanted a little less chaos in your mornings—the Calendar Max might be your new best friend. After seeing it pop up in a Mother’s Day promo, we decided to give it a shot. Spoiler: our living room wall makes me smile every time I walk by, and even our kids are excited to check what’s coming up next!&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Postman Pre-Request Script for Docebo API</title>
      <link>https://blog.terakedis.dev/post/postman-pre-request-script-for-docebo-api/</link>
      <pubDate>Wed, 22 Jan 2025 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/postman-pre-request-script-for-docebo-api/</guid>
      <description>
        
          
            &lt;p&gt;I&#39;ve recently been involved with a project at work to modernize the processes around Docebo, our Learning Management System (LMS). A significant portion of this project involves workflow automation and passing data/events between multiple systems. We accomplish this automation using webhooks and a number of API calls (which you can view at &lt;a href=&#34;https://doceboapi.docebosaas.com/api-browser/&#34;&gt;Docebo&#39;s API Browser&lt;/a&gt;).  Early in the process, I stumbled onto the Docebo Community post about &lt;a href=&#34;https://community.docebo.com/integrations-apis-45/after-the-community-coaching-session-using-postman-9897&#34;&gt;Using Postman&lt;/a&gt; (and the on-demand &lt;a href=&#34;https://community.docebo.com/events/on-demand-community-coaching-session-using-postman-with-the-api-97&#34;&gt;Community Coaching Session&lt;/a&gt;) which contained a downloadable Postman API collection.  This was a GREAT starting point, but the collection used an interactive login to get oAuth2 tokens. I wanted to automate the authentication process and avoid the interactive logins when I was testing against our sandbox LMS instance.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>HomePod Mini Ignoring Family Explicit Content Settings</title>
      <link>https://blog.terakedis.dev/post/homepod-mini-ignoring-family-explicit-content-settings/</link>
      <pubDate>Wed, 04 Jan 2023 22:28:08 -0500</pubDate>
      
      <guid>https://blog.terakedis.dev/post/homepod-mini-ignoring-family-explicit-content-settings/</guid>
      <description>
        
          
            &lt;p&gt;Sudden panic set in as I walked by my child&#39;s room and heard the lyric from &lt;em&gt;Monsters&lt;/em&gt; by &lt;em&gt;All Time Low&lt;/em&gt; -- &amp;quot;I don&#39;t mind while you f**k up my life.&amp;quot;  Yes, I just had the realization that the critical parental controls on the Homepod Mini&#39;s in my children&#39;s rooms were no longer working as intended.  This set off a multi-hour troubleshooting session, with some involvement from AppleCare, that got things working until it didn&#39;t (again).  As it usually goes, &amp;quot;It Just Works&amp;quot;... until it doesn&#39;t.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Apple&#39;s Missing Hardware - A KVM Switch</title>
      <link>https://blog.terakedis.dev/post/apples-missing-hardware-kvm-switch/</link>
      <pubDate>Fri, 25 Nov 2022 15:40:35 -0500</pubDate>
      
      <guid>https://blog.terakedis.dev/post/apples-missing-hardware-kvm-switch/</guid>
      <description>
        
          
            &lt;p&gt;Let me start by saying that I&#39;m assuming many of you out there are in a situation quite similar to my own.  This situation; having a personal Mac &lt;em&gt;and&lt;/em&gt; a work Mac (and maybe an iPad Pro thrown into that mix also). But if you&#39;re also like me, you have limited space on your desk and don&#39;t want to be surrounded by monitors!  This leads me to my most potent complaint about Apple hardware; the lack of a KVM switch.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>My First Dive into BrickLink Studio and a Brick Sketch Template</title>
      <link>https://blog.terakedis.dev/post/bricklink-studio-afol-brick-sketch-template/</link>
      <pubDate>Mon, 27 Jun 2022 15:20:19 -0400</pubDate>
      
      <guid>https://blog.terakedis.dev/post/bricklink-studio-afol-brick-sketch-template/</guid>
      <description>
        
          
            &lt;p&gt;I was a total &amp;quot;builder&amp;quot; when I was young.  I loved pretty much anything that let me create my own structures:  Construx, Lego, Lincoln Logs, Marble Runs, etc.   Looking back, it really ended up being Lego that I most enjoyed playing with.   Back in my Lego heyday, Magtron and Blacktron were the sets most captivating to me.  I was fascinated by space (thanks grandparents for the trip to Kennedy Space Center).  Some of my favorite sets (which I still have some of the pieces):&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Ensuring Domain Name Survival</title>
      <link>https://blog.terakedis.dev/post/ensuring-domain-name-survival/</link>
      <pubDate>Fri, 24 Jun 2022 21:54:25 -0400</pubDate>
      
      <guid>https://blog.terakedis.dev/post/ensuring-domain-name-survival/</guid>
      <description>
        
          
            &lt;p&gt;I was listening to the &lt;a href=&#34;https://twit.tv/posts/transcripts/security-now-episode-885-transcript&#34;&gt;Security Now Podcast&lt;/a&gt; the other day, and a GREAT topic came up that I wanted to write about.  That topic, as covered by Leo and Steve, involves ownership (specifically registrants) of Domain Name System (DNS) records.  I know from past experience, domain &amp;quot;ownership&amp;quot; never seems to be front-of-mind for many folks deciding to start a website.  Whether you&#39;re simply looking to blog, or starting a new business, the focus tends to be on the outcome (&amp;quot;I have a new website&amp;quot;) than the path to get there.   In this article, I want to cover some of the common ways domains are registered and how you can protect your domain name should something ever happen.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>New Job in the Privacy Industry at OneTrust</title>
      <link>https://blog.terakedis.dev/post/new-job-industry-privacy-onetrust-copy/</link>
      <pubDate>Fri, 24 Jun 2022 21:54:25 -0400</pubDate>
      
      <guid>https://blog.terakedis.dev/post/new-job-industry-privacy-onetrust-copy/</guid>
      <description>
        
          
            &lt;p&gt;Lots of changes afoot in my professional life. This past February, I joined the ranks of many folks in the &lt;em&gt;Great Resignation&lt;/em&gt; and made a career shift. With my new role, I&#39;m working for OneTrust -- a company that creates software to help other companies manage their privacy and regulatory compliance.  It&#39;s been a total shock to the system --&amp;gt; completely new vocabulary, new verticals, everything. To say I&#39;m feeling impostor syndrome would be an understatement, but I welcome the opportunity to get out of my comfort zone and learn something new.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Change From Beautifulhugo to Clarity Theme</title>
      <link>https://blog.terakedis.dev/post/change-from-beautifulhugo-to-clarity-theme/</link>
      <pubDate>Fri, 11 Feb 2022 12:24:02 -0500</pubDate>
      
      <guid>https://blog.terakedis.dev/post/change-from-beautifulhugo-to-clarity-theme/</guid>
      <description>
        
          
            &lt;p&gt;Since I first started this blog, I was using a theme called &lt;a href=&#34;https://github.com/halogenica/beautifulhugo&#34;&gt;BeautifulHugo&lt;/a&gt;.  The theme was great and for the most part visually appealing.  However, there were some changes I was hoping to see made to the theme that never really manifested.   I had even contributed back some of my own changes, but it appeared the theme had been abandoned by it&#39;s creator.  I set about looking for a new theme and stumbled onto &lt;a href=&#34;https://github.com/chipzoller/hugo-clarity&#34;&gt;hugo-clarity&lt;/a&gt;.  Not only was this theme visually appealing to me, but I could see regular changes being made to the theme.  Yes, a theme still under active maintenance!&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Mapping Concepts from Munki to WS1 UEM</title>
      <link>https://blog.terakedis.dev/post/mapping-concepts-from-munki-to-workspace-one-uem/</link>
      <pubDate>Mon, 23 Aug 2021 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/mapping-concepts-from-munki-to-workspace-one-uem/</guid>
      <description>
        
          
            &lt;p&gt;Since Workspace ONE UEM version 9.3, VMware has included the open-source &lt;a href=&#34;https://github.com/munki/munki&#34;&gt;munki&lt;/a&gt; binaries in the Workspace ONE Intelligent Hub for macOS.  The intent of this integration was to give macOS admins the ability to distribute 3rd-party non-store macOS apps, without the need to host any backing instrastructure for munki.  Because this integration was meant to give admins some of the commonly used functionality, it was not integrated in such a way to include support for ALL munki&#39;s functionality.   This has left some confusion in the community, particularly with Workspace ONE UEM administrators with extensive munki knowledge/background.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Best Practices for Apple Admins in Workspace ONE UEM</title>
      <link>https://blog.terakedis.dev/post/best-practices-for-apple-admins-in-workspace-one-uem/</link>
      <pubDate>Thu, 15 Jul 2021 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/best-practices-for-apple-admins-in-workspace-one-uem/</guid>
      <description>
        
          
            &lt;p&gt;I was recently reading a post about &lt;a href=&#34;https://macostechs.com/2021/05/what-to-do-when-you-have-to-lay-off-your-jamf-administrator/&#34;&gt;What to do when you have to lay off your Jamf administrator&lt;/a&gt;, and it got me thinking.  The &lt;a href=&#34;https://docs.vmware.com/en/VMware-Workspace-ONE-UEM/2102/UEM_Recommended_Architecture/GUID-AWT-RECARCH-INTRO.html&#34;&gt;Workspace ONE UEM documentation&lt;/a&gt; generally specifies what you &lt;strong&gt;need&lt;/strong&gt; from a software and hardware perspective in pre-requisites.  That said, over the years I&#39;ve come to know a few unwritten (or written but obscure) best practices for setting up Workspace ONE UEM to manage Apple devices.  Hopefully you find this post helpful, but I welcome any comments and feedback!&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Great *Free* Resources to Learn GitHub</title>
      <link>https://blog.terakedis.dev/post/great-free-resources-to-learn-github/</link>
      <pubDate>Fri, 19 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/great-free-resources-to-learn-github/</guid>
      <description>
        
          
            &lt;p&gt;Source control used to be a scary, odd thing for me back in college and early in my career.   Branching, merging, commits... all the buzzwords I remember from my early days dealing with Microsoft Team Foundation Server (TFS) and Subversion.  Admittedly, I never felt like I spent the time required to understand how it all worked.  Fast forward to mid-2017, when a group of us within VMware needed to share some of our tips and tricks with the broader VMware community.  The &lt;a href=&#34;https://github.com/vmware-samples/euc-samples&#34;&gt;EUC-Samples&lt;/a&gt; repository was born on GitHub, and my journey like Alice down the rabbit hole began.  Over the years, as we&#39;ve encouraged participation and knowledge sharing amongst those within the community, I still see a hesitation to learn git/GitHub and contribute to the repository.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Converting Jamf Custom Schema JSON for Workspace ONE UEM</title>
      <link>https://blog.terakedis.dev/post/converting-jamf-custom-schema-json-workspace-one-uem/</link>
      <pubDate>Tue, 09 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/converting-jamf-custom-schema-json-workspace-one-uem/</guid>
      <description>
        
          
            &lt;p&gt;Periodically, I see app vendors providing custom JSON schema files to help build app-specific configuration profiles for MDM (specifically Jamf).  Workspace ONE UEM supports app-specific configuration, but currently via &lt;a href=&#34;https://github.com/vmware-samples/euc-samples/blob/master/macOS-Samples/CustomXMLProfiles/CustomXMLTemplate.md&#34;&gt;Custom Settings in an XML format&lt;/a&gt;.  While many vendors also suppply a custom mobileconfig file or Custom Settings dictionary that can be used with Workspace ONE UEM, I hope in this post to show how any Workspace ONE admin can manually convert a Custom Schema JSON file to Custom Settings XML.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Troubleshooting macOS Management with Workspace ONE</title>
      <link>https://blog.terakedis.dev/post/troubleshooting-macos-management-with-workspace-one/</link>
      <pubDate>Tue, 27 Oct 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/troubleshooting-macos-management-with-workspace-one/</guid>
      <description>
        
          
            &lt;p&gt;Short post today - just to cover some thoughts on my most recent asset published to &lt;a href=&#34;https://techzone.vmware.com&#34;&gt;TechZone&lt;/a&gt;.   I finally sat down and dug out all my notes on troubleshooting macOS and put them all together into a single, comprehensive &lt;a href=&#34;https://techzone.vmware.com/troubleshooting-macos-management-vmware-workspace-one-operational-tutorial&#34;&gt;macOS Troubleshooting Guide&lt;/a&gt;.  This thing was the result of almost 46 hours of fingers on keys: typing, formatting, and testing.  I truly hope you all get some value out of it, and do feel free to send me feedback if you&#39;d like it extended and/or notice something missing.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Updated GitHub Actions to Publish Hugo Site From Private to Public Repo</title>
      <link>https://blog.terakedis.dev/post/updated-github-actions-publish-private-hugo-repo-to-public-pages-site/</link>
      <pubDate>Tue, 27 Oct 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/updated-github-actions-publish-private-hugo-repo-to-public-pages-site/</guid>
      <description>
        
          
            &lt;p&gt;When I restarted my blogging journey last year, I went with Hugo to generate a static website hosted as a GitHub Pages site.  As mentioned, Blogger and WordPress always suffered recurring problems, and maintenance with WordPress still turned into a time suck due to its complexity.  By comparison, GitHub has been a nearly painless hosting provider, and the way I&#39;ve configured it has allowed me to keep drafts hidden by staging in a private repository.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Deploying NoMAD over VMware Per-App Tunnel</title>
      <link>https://blog.terakedis.dev/post/deploying-nomad-over-vmware-per-app-tunnel/</link>
      <pubDate>Fri, 16 Oct 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/deploying-nomad-over-vmware-per-app-tunnel/</guid>
      <description>
        
          
            &lt;p&gt;Some folks recently reached out to me asking for help figuring out how to route &lt;a href=&#34;https://nomad.menu/support/&#34;&gt;NoMAD&lt;/a&gt; traffic over VMware Tunnel.   Basically, the ask was to use Per-App Tunneling to give NoMAD the ability to obtain Kerberos Tickets and Sync AD passwords without being directly on the Enterprise network.  If you&#39;re familiar with my previous article about the &lt;a href=&#34;https://blog.terakedis.dev/post/macos-catalina-kerberos-sso-over-vpn-followup/&#34;&gt;macOS Catalina Kerberos SSO Plugin&lt;/a&gt;, you&#39;ll know that Apple&#39;s built-in functionality in Catalina doesn&#39;t work well with Per-App Tunneling.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Modify ZShell Defaults in macOS</title>
      <link>https://blog.terakedis.dev/post/modify-zshell-defaults/</link>
      <pubDate>Mon, 21 Sep 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/modify-zshell-defaults/</guid>
      <description>
        
          
            &lt;p&gt;I&#39;m finding myself using the Terminal quite a bit more in my job. I spent a few minutes over the past few days looking at different ways to make the default terminal layout in macOS better.  While there are many plugins out there for doing this (&lt;a href=&#34;https://github.com/ohmyzsh/ohmyzsh&#34;&gt;Oh-My-Zsh&lt;/a&gt;), I wanted to do something a little more straightforward.&lt;/p&gt;
&lt;h2 id=&#34;how-you-change-zsh-default-layouts&#34;&gt;How You Change zsh Default Layouts&lt;/h2&gt;
&lt;p&gt;Armin Briegel has a great article about customizing the zsh prompt in his &lt;a href=&#34;https://scriptingosx.com/2019/06/moving-to-zsh/&#34;&gt;moving to zsh&lt;/a&gt; series.  The basics come down to the following - make some changes to the file at &lt;code&gt;~/.zshrc&lt;/code&gt; and then enjoy the fruits of your labor!  This file is also where you can add zsh functions (e.g. reusable pieces of code.)&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>macOS Big Sur and Kerberos SSO via Per-App Tunnel</title>
      <link>https://blog.terakedis.dev/post/macos-bigsur-kerberos-sso-over-vpn/</link>
      <pubDate>Fri, 14 Aug 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/macos-bigsur-kerberos-sso-over-vpn/</guid>
      <description>
        
          
            &lt;p&gt;If you&#39;ve read my blogs about &lt;a href=&#34;https://blog.terakedis.dev/2020-02-04-macOS-Catalina-Kerberos-SSO-Over-VPN/&#34;&gt;macOS Catalina Kerberos SSO over Per-App Tunnel&lt;/a&gt; and the &lt;a href=&#34;https://blog.terakedis.dev/post/macos-catalina-kerberos-sso-over-vpn-followup/&#34;&gt;followup&lt;/a&gt;, you&#39;ll know that this has been a use-case I&#39;m interested in solving.  I put a great deal of effort into filing feedback with Apple and providing steps to replicate the issue.  I was quite excited when I saw the per-app Tunnel improvements specifically mentioned in the WWDC videos, and hoped perhaps some changes were made to enable this functionality.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Using GitHub Actions to Publish Hugo Site From Private to Public Repo</title>
      <link>https://blog.terakedis.dev/post/github-actions-publish-private-hugo-repo-to-public-pages-site/</link>
      <pubDate>Fri, 14 Aug 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/github-actions-publish-private-hugo-repo-to-public-pages-site/</guid>
      <description>
        
          
            &lt;p&gt;I restarted my blogging journey earlier this year when I started looking into &lt;del&gt;Jekyll&lt;/del&gt; Hugo to generate a static website.  I had past experience with Blogger and Wordpress, but frankly had periodic problems with both platforms that ended up being a time suck.  As it has been, Hugo has been a simplistic publishing method and GitHub a reliable (and FREE) hosting provider.  Yet, my desire to keep my drafts private (.e.g the use of 2 separate repositories) has created a small overhead in that I have to build and manually commit the website changes to the public repository to make them live.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>macOS Catalina Kerberos SSO over VPN Followup</title>
      <link>https://blog.terakedis.dev/post/macos-catalina-kerberos-sso-over-vpn-followup/</link>
      <pubDate>Sun, 22 Mar 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/macos-catalina-kerberos-sso-over-vpn-followup/</guid>
      <description>
        
          
            &lt;p&gt;I&#39;ve been going back and forth with Apple about some of the issues I previously found using the &lt;a href=&#34;https://blog.terakedis.dev/2020-02-04-macOS-Catalina-Kerberos-SSO-Over-VPN/&#34;&gt;macOS Catalina Kerberos SSO over Per-App VPN&lt;/a&gt;.  As it turns out, they acknowledged some of the issues I was seeing and are &lt;em&gt;supposedly&lt;/em&gt; working on a fix.  I&#39;ve been watching the past few beta releases for macOS, and I&#39;ve not yet seen anything in the release notes to indicate they&#39;ve implemented any fixes.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>New Key Added to SoftwareUpdate Command in macOS</title>
      <link>https://blog.terakedis.dev/post/new-key-added-softwareupdate-command-macos/</link>
      <pubDate>Thu, 19 Mar 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/new-key-added-softwareupdate-command-macos/</guid>
      <description>
        
          
            &lt;p&gt;When Big Sur released, I noticed an issue trying to discover what macOS versions were available in SoftwareUpdate.   I worked around this by using the &lt;a href=&#34;https://github.com/munki/macadmin-scripts/blob/main/installinstallmacos.py&#34;&gt;installinstallmacos.py script&lt;/a&gt; to download full installers from the store.  This script/tool is solid, but I was really hoping to be able to just do the updates using softwareupdate.  Awhile back I filed feedback with Apple to the following:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The --fetch-full-installer parameter for the softwareupdate command line tool is awesome, but there&#39;s currently no way to discover the list of available values for the --full-installer-version parameter.   Can you please add a --list-installer-versions parameter (or something to that effect) that would show the list of available full installer versions that softwareupdate can download?   My understanding is the installer versions relate to the product marketing version (like 11.0, or 10.15.7), but as those versions are added/removed it would be nice easily discover that from the command line.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Another GitHub Actions Update - Using Deploy Keys Instead Of Personal Access Tokens</title>
      <link>https://blog.terakedis.dev/post/another-github-actions-update-change-hugo-publish-deploy-keys/</link>
      <pubDate>Fri, 06 Mar 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/post/another-github-actions-update-change-hugo-publish-deploy-keys/</guid>
      <description>
        
          
            &lt;p&gt;When I restarted my blogging journey in 2020, I switched from Jekyll to Hugo hosted in GitHub pages.  It&#39;s been a relatively painless journey, and kudos to GitHub as a rock-solid hosting provider.  I&#39;ve covered it before (&lt;a href=&#34;https://blog.terakedis.dev/post/github-actions-publish-private-hugo-repo-to-public-pages-site/&#34;&gt;Initial Setup&lt;/a&gt; and &lt;a href=&#34;https://blog.terakedis.dev/post/updated-github-actions-publish-private-hugo-repo-to-public-pages-site/&#34;&gt;First Update&lt;/a&gt;), but I&#39;ve been incredibly happy with private-to-public publishing workflow that allows me to keep drafts and work-in-progress hidden.  That said, a recent comment gave me reason to make another update to the Workflow.   Read on for more detail...&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>My Adapted Digital Bullet Journal via iPad Pro and GoodNotes 5</title>
      <link>https://blog.terakedis.dev/2020-03-06-organizing-adapted-digital-bullet-journal-ipad-goodnotes/</link>
      <pubDate>Fri, 06 Mar 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/2020-03-06-organizing-adapted-digital-bullet-journal-ipad-goodnotes/</guid>
      <description>
        
          
            &lt;p&gt;Last year, my wife introduced me to an entirely foreign-to-me concept of journaling known as &lt;a href=&#34;https://youtu.be/fm15cmYU0IM&#34;&gt;Bullet Journaling&lt;/a&gt;.  For those of you uninitiated, think of bullet journaling as an extensible planner with a heavy focus on the index to help bring order to chaos.  A bullet journal is flexible, allowing you to organize tasks, events, collections (groups of tasks, ideas, and more).   Bullet Journaling was born of a need to bring all the ideas/tasks/events plaguing us in the digital age and put them to paper in a single place.  By doing so, there was less chance of forgetting things, and the repetition of writing helped bring mindfulness to the list.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Deploying Microsoft Defender ATP for macOS using Workspace ONE UEM</title>
      <link>https://blog.terakedis.dev/2020-02-18-Deploying-Microsoft-ATP-Defender-for-Mac-using-Workspace-One/</link>
      <pubDate>Tue, 18 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/2020-02-18-Deploying-Microsoft-ATP-Defender-for-Mac-using-Workspace-One/</guid>
      <description>
        
          
            &lt;p&gt;I had a few folks recently approach me on the MacAdmins slack asking for help with deploying Microsoft Defender ATP for Mac.   We got it working, but it came down to 2 issues:  conflicting documentation and Jamf/inTune specific templates.  Once I was able to parse through the Jamf/InTune documentation, we were able to put together some guidance.  We recently published this guide to the &lt;a href=&#34;https://github.com/vmware-samples/euc-samples/tree/master/macOS-Samples/3rd-Party_Software_Guidance/Microsoft-Defender-ATP&#34;&gt;EUC Samples GitHub Repository&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;conflicting-documentation&#34;&gt;Conflicting Documentation&lt;/h2&gt;
&lt;p&gt;The initial problem I found was some confusion generated by Microsoft&#39;s documentation.  The first article, &lt;a href=&#34;https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/mac-preferences&#34;&gt;Set Preferences for Microsoft Defender ATP&lt;/a&gt; referenced a payloadType of &lt;code&gt;com.microsoft.wdav&lt;/code&gt;.   These preferences seem related to the UI and various configuration settings.  In other words, it controls what changes can be made in the UI if opened by the end-user.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Testing macOS Catalina Kerberos SSO Extension Over VPN</title>
      <link>https://blog.terakedis.dev/2020-02-04-macOS-Catalina-Kerberos-SSO-Over-VPN/</link>
      <pubDate>Tue, 04 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/2020-02-04-macOS-Catalina-Kerberos-SSO-Over-VPN/</guid>
      <description>
        
          
            &lt;p&gt;Working at VMware, I&#39;m surrounded by great technology and super-smart folks!  In our portfolio of technologies, the folks in our R&amp;amp;D have recently been putting quite a bit of effort into building out macOS capabilities for our Workspace ONE Tunnel client for macOS.  Workspace ONE admins can leverage the same VMware technology they used to enable per-app VPN for iOS and Android, but now on macOS!  There&#39;s a bit of nuance to configuring the VPN client if you&#39;re previously familiar with iOS (look for my Operational Tutorial soon to hit &lt;a href=&#34;https://techzone.vmware.com&#34;&gt;TechZone&lt;/a&gt;).  That said, the premise is the same -- by configuring the appropriate rules, the Tunnel app redirects traffic from whitelisted applications back into your network through the Unified Access Gateway.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Welcome to Hugo (from Jekyll)</title>
      <link>https://blog.terakedis.dev/2018-06-15-welcome-to-jekyll/</link>
      <pubDate>Fri, 15 Jun 2018 00:00:00 +0000</pubDate>
      
      <guid>https://blog.terakedis.dev/2018-06-15-welcome-to-jekyll/</guid>
      <description>
        
          
            &lt;p&gt;Welcome to my wholly reworked website!  This time, I&#39;ve dropped the complexity of Wordpress and opted for something significantly simpler:  &lt;del&gt;Jekyll&lt;/del&gt; Hugo and GitHub.&lt;/p&gt;
&lt;p&gt;Having now hosted the site in GitHub Pages, here was the process I started with Hugo:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Created the Github Pages repo (rterakedis.github.io) -- this is where github pages looks for the blog&#39;s generated site files.&lt;/li&gt;
&lt;li&gt;Created a 2nd Github repo:  rterakedis.github.io.hugo -- this repo holds the source files for Hugo to parse and generate the site.&lt;/li&gt;
&lt;li&gt;Added the GH Pages repo (rterakedis.github.io) as a submodule for rterakedis.github.io.hugo&lt;/li&gt;
&lt;li&gt;Edited the config.toml in the hugo files to include the following:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;baseURL = &amp;quot;https://terakedis.dev/&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;publishdir = &amp;quot;rterakedis.github.io&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;Add the CNAME file into the rterakedis.github.io repo and enable the custom name/https in the repo settings&lt;/li&gt;
&lt;li&gt;Ensure the output from &lt;code&gt;hugo&lt;/code&gt; builds into the rterakedis.github.io directory in my local rterakedis.github.io.hugo directory&lt;/li&gt;
&lt;li&gt;Commit and push everything to GitHub&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;A few quick links that I found particularly helpful when I was working with Jekyll:&lt;/p&gt;
          
          
        
      </description>
    </item>
    
  </channel>
</rss>