<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Clear Solutions IT</title>
    <link>https://clear-solutions-it.com/</link>
    <description>Recent content on Clear Solutions IT</description>
    <generator>Hugo -- 0.161.1</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 31 May 2025 15:30:00 +0100</lastBuildDate>
    <atom:link href="https://clear-solutions-it.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Flash OpenWRT to NanoPi R6S eMMC and Expand Filesystem</title>
      <link>https://clear-solutions-it.com/posts/2025-05-31_nanopi-r6s-openwrt-flash-resize/</link>
      <pubDate>Sat, 31 May 2025 15:30:00 +0100</pubDate>
      <guid>https://clear-solutions-it.com/posts/2025-05-31_nanopi-r6s-openwrt-flash-resize/</guid>
      <description>&lt;p&gt;Got a NanoPi R6S with FriendlyWRT and want OpenWRT on the eMMC? The OpenWRT sysupgrade images work but only use ~120MB of your 32GB eMMC. Here&amp;rsquo;s how to get the full space.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;⚠️ WARNING&lt;/strong&gt;: This process involves writing directly to storage devices and modifying bootloaders. There is a risk of bricking your device. Proceed at your own risk - I am not responsible for any damage to your hardware.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;📝 NOTE&lt;/strong&gt;: Commands shown are from macOS. Some syntax may differ on Linux (e.g., &lt;code&gt;bs=1m&lt;/code&gt; vs &lt;code&gt;bs=1M&lt;/code&gt;, device names).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Open WebUI with Podman on macOS</title>
      <link>https://clear-solutions-it.com/posts/2025-03-24_open-webui-with-podman-on-macos/</link>
      <pubDate>Mon, 24 Mar 2025 12:34:54 +0100</pubDate>
      <guid>https://clear-solutions-it.com/posts/2025-03-24_open-webui-with-podman-on-macos/</guid>
      <description>&lt;p&gt;If you lookup Open WebUI&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; and Ollama&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; on the internet, you&amp;rsquo;ll probably get examples that are all using Docker. What about Podman? Well, here you go!&lt;/p&gt;
&lt;h1 id=&#34;installation&#34;&gt;Installation&lt;/h1&gt;
&lt;p&gt;We&amp;rsquo;re using homebrew, of course.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;brew install ollama
brew install podman-desktop
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I&amp;rsquo;ll not go into the details of setting up Podman Desktop&lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt; and Ollama here because they both have pretty good online documention available (see resources at the bottom).&lt;/p&gt;
&lt;h1 id=&#34;configuration-details&#34;&gt;Configuration details&lt;/h1&gt;
&lt;h2 id=&#34;ollama&#34;&gt;Ollama&lt;/h2&gt;
&lt;p&gt;By default, ollama will be listening on &lt;code&gt;localhost:11434&lt;/code&gt; -
Make sure you start it before running the container, although, Open WebUI should pick it up afterwards anyway.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Switch to Podman Quadlets</title>
      <link>https://clear-solutions-it.com/posts/2025-03-16_quadlets/</link>
      <pubDate>Sun, 16 Mar 2025 17:02:28 +0100</pubDate>
      <guid>https://clear-solutions-it.com/posts/2025-03-16_quadlets/</guid>
      <description>&lt;p&gt;If you wanted to run podman containers as a systemd service in the past, &lt;strong&gt;podman-generate-systemd&lt;/strong&gt; was the way to go.
Now in 2025, their Docs&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; say this:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;DEPRECATED: Note: podman generate systemd is deprecated. We recommend using Quadlet files when running Podman containers or pods under systemd. There are no plans to remove the command. It will receive urgent bug fixes but no new features.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Let&amp;rsquo;s see, how that works and convert a simple podman container to a quadlet.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
