<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Apple on Robert Terakedis</title>
    <link>https://blog.terakedis.dev/tags/apple/</link>
    <description>Recent content in Apple on Robert Terakedis</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Copyright © 2020 Robert Terakedis; all rights reserved.</copyright>
    <lastBuildDate>Wed, 04 Jan 2023 22:28:08 -0500</lastBuildDate><atom:link href="https://blog.terakedis.dev/tags/apple/index.xml" rel="self" type="application/rss+xml" />
    <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>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>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>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>
    
  </channel>
</rss>