<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>netjibbing.com</title>
    <link>https://netjibbing.com/</link>
    <description>Recent content on netjibbing.com</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Copyright © 2021, Blake Garner</copyright>
    <lastBuildDate>Fri, 21 Nov 2025 21:00:00 -0800</lastBuildDate><atom:link href="https://netjibbing.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Optimizing MacPorts with the fcix.net Mirror</title>
      <link>https://netjibbing.com/post/macports-mirror-config/</link>
      <pubDate>Fri, 21 Nov 2025 21:00:00 -0800</pubDate>
      
      <guid>https://netjibbing.com/post/macports-mirror-config/</guid>
      <description>
        
          
            &lt;p&gt;MacPorts is a powerful package manager for macOS, but by default it uses Fastly CDN infrastructure which can be slow for users in the United States. By configuring MacPorts to use the &lt;a href=&#34;https://mirror.fcix.net/macports/&#34;&gt;fcix.net mirror&lt;/a&gt;, you can significantly improve download speeds.&lt;/p&gt;
&lt;p&gt;This guide covers the three configuration files needed to optimize your MacPorts installation for the fcix.net mirror, ensuring both port sources and binary archives are fetched from the fastest available source.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Packer Templates for macOS 15 and macOS 26 VMs with Tart</title>
      <link>https://netjibbing.com/post/packer-macos-26/</link>
      <pubDate>Fri, 21 Nov 2025 20:55:00 -0800</pubDate>
      
      <guid>https://netjibbing.com/post/packer-macos-26/</guid>
      <description>
        
          
            &lt;p&gt;The &lt;a href=&#34;https://github.com/trodemaster/packer_macOS_26&#34;&gt;packer_macOS_26&lt;/a&gt; repository contains Packer templates for building customized macOS virtual machines using &lt;a href=&#34;https://tart.run/&#34;&gt;Tart&lt;/a&gt;, a macOS virtualization tool. These VMs are specifically designed to serve as base images for GitHub Actions self-hosted runners, particularly for the &lt;a href=&#34;https://github.com/trodemaster/jibb-runners&#34;&gt;jibb-runners&lt;/a&gt; tool used in the &lt;a href=&#34;https://netjibbing.com/post/blakeports/&#34;&gt;BlakePorts repository&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;Packer macOS 26&#34;
      
        class=&#34;image_figure image_internal image_unprocessed&#34;
        src=&#34;https://netjibbing.com/images/packer_26.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;
&lt;p&gt;This repository leverages pre-built vanilla images from the &lt;a href=&#34;https://github.com/cirruslabs/macos-image-templates&#34;&gt;Cirrus Labs macOS Image Templates&lt;/a&gt; registry (&lt;code&gt;ghcr.io/cirruslabs&lt;/code&gt;). The vanilla images provide a clean starting point with minimal customizations:&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>BlakePorts: A Personal MacPorts Repository with Legacy SSH Support</title>
      <link>https://netjibbing.com/post/blakeports/</link>
      <pubDate>Fri, 21 Nov 2025 20:50:00 -0800</pubDate>
      
      <guid>https://netjibbing.com/post/blakeports/</guid>
      <description>
        
          
            &lt;p&gt;&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;Tart VM running macOS 26&#34;
      
        class=&#34;image_figure image_internal image_unprocessed&#34;
        src=&#34;https://netjibbing.com/images/macports.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;BlakePorts is my personal MacPorts repository that serves multiple purposes: maintaining custom ports, providing automated CI/CD workflows, and solving the challenge of connecting to legacy macOS systems that require deprecated SSH algorithms.&lt;/p&gt;
&lt;h2 id=&#34;the-legacy-ssh-problem&#34;&gt;The Legacy SSH Problem&lt;/h2&gt;
&lt;p&gt;Modern macOS systems ship with OpenSSH 10+, which has removed support for older, less secure algorithms like &lt;code&gt;ssh-rsa&lt;/code&gt; and &lt;code&gt;diffie-hellman-group1-sha1&lt;/code&gt;. This creates a problem when you need to connect to legacy macOS systems (10.6-10.8) or older servers that still require these deprecated algorithms.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Packer Template for macOS 11&#43; on VMware Fusion</title>
      <link>https://netjibbing.com/post/packer-macos-11/</link>
      <pubDate>Sun, 24 Oct 2021 18:54:16 +0000</pubDate>
      
      <guid>https://netjibbing.com/post/packer-macos-11/</guid>
      <description>
        
          
            &lt;p&gt;With the October 2021 update to this macOS packer template, it now supports 11.0.1 through 12.0 versions. Changing the username and password used to build the images is more straightforward, and quite a few new options have been parameterized.&lt;/p&gt;
&lt;p&gt;One change I have been chasing for a while is approving the VMware tools kernel extension. This is a new requirement for macOS 11 and later. Apple encourages organizations to use MDM for that task. The approach I&amp;rsquo;m using with the customize part of the build is to boot the VM with SIP disabled and use GUI scripting to approve the kext.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Experiments With Arm64 VMs on AppleSilicon Mac</title>
      <link>https://netjibbing.com/post/experiments-with-arm64-vms-on-applesilicon-mac/</link>
      <pubDate>Fri, 27 Nov 2020 18:43:25 +0000</pubDate>
      
      <guid>https://netjibbing.com/post/experiments-with-arm64-vms-on-applesilicon-mac/</guid>
      <description>
        
          
            &lt;p&gt;With the release of a new ARM based processer for Apple Mac computers, an interesting transition is happening. People who depend on using virtual machines for tasks will need to adapt to new requirements for running them. Aside from VMware Fusion, Parallels and qemu a few other options have popped up. In this post, I&amp;rsquo;ll share some details around SimpleVM which I have been looking at for a few weeks. SimpleVM is a minimum viable hypervisor.framework front end. Others have started posting changes to this tool to enable running arm64 native virtual machines in this post. &lt;a href=&#34;https://forums.macrumors.com/threads/ubuntu-linux-virtualized-on-m1-success.2270365/&#34;&gt;https://forums.macrumors.com/threads/ubuntu-linux-virtualized-on-m1-success.2270365/&lt;/a&gt;&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Smoke time-lapse September 2020</title>
      <link>https://netjibbing.com/post/smokelapse2020/</link>
      <pubDate>Sat, 19 Sep 2020 20:15:20 +0000</pubDate>
      
      <guid>https://netjibbing.com/post/smokelapse2020/</guid>
      <description>
        
          
            &lt;p&gt;This time-lapse is from September 10-19 2020 from my weathercam. It shows the progression of forrest fire spoke in the skys of Ballard WA.&lt;/p&gt;

      &lt;div
          style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
        &lt;iframe
          src=&#34;https://player.vimeo.com/video/459755724?dnt=0&#34;
            style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allow=&#34;fullscreen&#34;&gt;
        &lt;/iframe&gt;
      &lt;/div&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Using macports from git source</title>
      <link>https://netjibbing.com/post/macports/</link>
      <pubDate>Wed, 16 Sep 2020 20:36:53 +0000</pubDate>
      
      <guid>https://netjibbing.com/post/macports/</guid>
      <description>
        
          
            &lt;p&gt;I&amp;rsquo;m publishing this script that configures macports from the github source. This method gets you the ports base and ports themselvs from the master branch of git. I have found that using mac ports this way enables support for bleeding edge OS versions or CPU architectures.&lt;/p&gt;
&lt;p&gt;Grab the code : &lt;a href=&#34;https://github.com/trodemaster/macports&#34;&gt;https://github.com/trodemaster/macports&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;EXAMPLE&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt; ./macports -ip
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Running the script with these options will install macports and all the ports listed in the portfile. Setting up new systems or VMs with ports is fully automated with these options.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
  </channel>
</rss>
