<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Derixithy</title>
    <link>https://blog.usershare.nl/derixithy/</link>
    <description></description>
    <pubDate>Mon, 29 Jun 2026 03:09:12 +0000</pubDate>
    <item>
      <title>Getting .local domains working again</title>
      <link>https://blog.usershare.nl/derixithy/getting-local-domains-working-again</link>
      <description>&lt;![CDATA[I noticed in Ubuntu and Fedora that my service.docker.local domain names where not resolving by my DNS server.&#xA;&#xA;I fixed it in Fedora in the past but totally forgot about it later, now that i set up an Ubuntu device for me and my wife i got the issue again.&#xA;&#xA;The problem lies with how Fedora, Ubuntu (and probably much more distro&#39;s) resolve DNS. With the switch to systemd many more things began to be integrated within it, the same with DNS, which is now provided by systemd-resolved.service.&#xA;&#xA;You can disable it, but you will have no working DNS, there seem to be few ways how to go about it, but the way i did it now seems to be the easiest.&#xA;&#xA;First remove the current DNS config:&#xA;sudo rm -f /etc/resolv.conf&#xA;&#xA;Then swap it for a config with your local DNS.&#xA;sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf&#xA;&#xA;#DNS, #Homelab&#xA;span class=&#34;source&#34; source: notes.enovision.net/span]]&gt;</description>
      <content:encoded><![CDATA[<p>I noticed in Ubuntu and Fedora that my service.docker.local domain names where not resolving by my DNS server.</p>

<p>I fixed it in Fedora in the past but totally forgot about it later, now that i set up an Ubuntu device for me and my wife i got the issue again.</p>

<p>The problem lies with how Fedora, Ubuntu (and probably much more distro&#39;s) resolve DNS. With the switch to systemd many more things began to be integrated within it, the same with DNS, which is now provided by systemd-resolved.service.</p>

<p>You can disable it, but you will have no working DNS, there seem to be few ways how to go about it, but the way i did it now seems to be the easiest.</p>

<p>First remove the current DNS config:</p>

<pre><code class="language-sh">sudo rm -f /etc/resolv.conf
</code></pre>

<p>Then swap it for a config with your local DNS.</p>

<pre><code class="language-sh">sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
</code></pre>

<p><a href="/derixithy/tag:DNS" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">DNS</span></a>, <a href="/derixithy/tag:Homelab" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Homelab</span></a>
<span class="source"> <a href="https://notes.enovision.net/linux/make-local-domain-work-on-ubuntu-server" rel="nofollow">source: notes.enovision.net</a></span></p>
]]></content:encoded>
      <guid>https://blog.usershare.nl/derixithy/getting-local-domains-working-again</guid>
      <pubDate>Wed, 17 Sep 2025 12:40:53 +0000</pubDate>
    </item>
    <item>
      <title>Writing a theme</title>
      <link>https://blog.usershare.nl/derixithy/writing-a-theme</link>
      <description>&lt;![CDATA[I think my First one was better then this one...&#xA;image&#xA;&#xA;...especially the dark mode.&#xA;!--more--&#xA;light mode image&#xA;dark mode image&#xA;&#xA;I have to tinker some more, try out some color schemes.&#xA;Wish there was a better way to write the #CSS like in Tumblr&#xA;&#xA;  Edit:&#xA;  I mixed the two, and I am still tinkering every now and then.]]&gt;</description>
      <content:encoded><![CDATA[<p>I think my <a href="https://gjaltema-online.nl/tests/" rel="nofollow">First one</a> was better then this one...
<img src="https://imgur.com/Knc10s7.png" alt="image"></p>

<p>...especially the dark mode.

<img src="https://imgur.com/Fdhq9Ce.png" alt="light mode image">
<img src="https://imgur.com/JaR0kb9.png" alt="dark mode image"></p>

<p>I have to tinker some more, try out some color schemes.
Wish there was a better way to write the <a href="/derixithy/tag:CSS" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">CSS</span></a> like in Tumblr</p>

<blockquote><p>Edit:
I mixed the two, and I am still tinkering every now and then.</p></blockquote>
]]></content:encoded>
      <guid>https://blog.usershare.nl/derixithy/writing-a-theme</guid>
      <pubDate>Wed, 10 Sep 2025 13:26:33 +0000</pubDate>
    </item>
    <item>
      <title>My first post</title>
      <link>https://blog.usershare.nl/derixithy/my-first-post</link>
      <description>&lt;![CDATA[This is not my first blog, but the first post on this one.&#xA;I don&#39;t know if this is going to stick. I love to tinker and change things the way i want.&#xA;At least this blog stays out of the way and i can style it with CSS.&#xA;&#xA;I don&#39;t know if life stuff will end up here, but #coding is a past time of me, and so is #linux. We&#39;ll see what happens.]]&gt;</description>
      <content:encoded><![CDATA[<p>This is not my first blog, but the first post on this one.
I don&#39;t know if this is going to stick. I love to tinker and change things the way i want.
At least this blog stays out of the way and i can style it with CSS.</p>

<p>I don&#39;t know if life stuff will end up here, but <a href="/derixithy/tag:coding" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">coding</span></a> is a past time of me, and so is <a href="/derixithy/tag:linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">linux</span></a>. We&#39;ll see what happens.</p>
]]></content:encoded>
      <guid>https://blog.usershare.nl/derixithy/my-first-post</guid>
      <pubDate>Tue, 09 Sep 2025 18:31:41 +0000</pubDate>
    </item>
  </channel>
</rss>