<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Macos on rikosjett</title><link>https://rikosjett.com/topics/macos/</link><description>Recent content in Macos on rikosjett</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 31 Mar 2026 00:00:00 +0200</lastBuildDate><atom:link href="https://rikosjett.com/topics/macos/index.xml" rel="self" type="application/rss+xml"/><item><title>Install Colima and configure Docker CLI plugins</title><link>https://rikosjett.com/til/43/</link><pubDate>Tue, 31 Mar 2026 00:00:00 +0200</pubDate><guid>https://rikosjett.com/til/43/</guid><description>&lt;h2 id="install-colima"&gt;Install colima&lt;/h2&gt;
&lt;p&gt;brew install colima&lt;/p&gt;
&lt;h2 id="install-docker-client-and-docker-compose"&gt;Install docker client and docker compose&lt;/h2&gt;
&lt;p&gt;brew install docker docker-compose&lt;/p&gt;
&lt;h2 id="configure-plugin"&gt;Configure plugin&lt;/h2&gt;
&lt;p&gt;For Docker to find the plugin, add &amp;quot;cliPluginsExtraDirs&amp;quot; to ~/.docker/config.json:
&amp;quot;cliPluginsExtraDirs&amp;quot;: [
&amp;quot;/opt/homebrew/lib/docker/cli-plugins&amp;quot;
]&lt;/p&gt;</description></item><item><title>Turn on macOS screen share from terminal</title><link>https://rikosjett.com/til/33/</link><pubDate>Fri, 13 May 2022 00:00:00 +0200</pubDate><guid>https://rikosjett.com/til/33/</guid><description>&lt;figure class="code-block"&gt;
 &lt;figcaption&gt;SHELL&lt;/figcaption&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-shell" data-lang="shell"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;$ sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -off -restart -agent -privs -all -allowAccessFor -allUsers&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/figure&gt;</description></item><item><title>Monitor serial connection with screen</title><link>https://rikosjett.com/til/29/</link><pubDate>Wed, 05 Jan 2022 00:00:00 +0100</pubDate><guid>https://rikosjett.com/til/29/</guid><description>&lt;p&gt;Connect to developer board (Arduino/RPi Pico/etc) using screen, to monitor serial output from a terminal emulator on macOS.&lt;/p&gt;
&lt;p&gt;Find port&lt;/p&gt;

&lt;figure class="code-block"&gt;
 &lt;figcaption&gt;SHELL&lt;/figcaption&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-shell" data-lang="shell"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;$ ls /dev/tty*&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/figure&gt;
&lt;p&gt;Arduino uses the format /dev/tty.usbmodem&amp;lt;some number&amp;gt;.&lt;/p&gt;
&lt;p&gt;Source: &lt;span class="video-embed"&gt;
 &lt;iframe
 src="https://www.youtube-nocookie.com/embed/LXAwW2IYT7o"
 title="YouTube video"
 loading="lazy"
 referrerpolicy="strict-origin-when-cross-origin"
 allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
 allowfullscreen&gt;&lt;/iframe&gt;
&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Keyboard identified wrong</title><link>https://rikosjett.com/til/7/</link><pubDate>Fri, 26 Mar 2021 00:00:00 +0100</pubDate><guid>https://rikosjett.com/til/7/</guid><description>&lt;p&gt;If the keyboard has been identified wrong, for example ISO kb as ANSI kb&lt;/p&gt;

&lt;figure class="code-block"&gt;
 &lt;figcaption&gt;SHELL&lt;/figcaption&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-shell" data-lang="shell"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;$ sudo rm /Library/Preferences/com.apple.keyboardtype.plist&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/figure&gt;
&lt;p&gt;Reboot - Use keybord assistant&lt;/p&gt;</description></item></channel></rss>