<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Skippy&#39;s Notes</title>
    <link>https://skippynet.xyz/</link>
    <description>Recent content on Skippy&#39;s Notes</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 28 Sep 2025 20:28:28 +0200</lastBuildDate>
    <atom:link href="https://skippynet.xyz/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Traefik Page Isn&#39;t Redirecting Properly</title>
      <link>https://skippynet.xyz/posts/traefik-page-isnt-redirecting-properly/</link>
      <pubDate>Sun, 28 Sep 2025 20:28:28 +0200</pubDate>
      <guid>https://skippynet.xyz/posts/traefik-page-isnt-redirecting-properly/</guid>
      <description>&lt;p&gt;In the setup of Traefik I ran into an issue of &amp;ldquo;This page isn&amp;rsquo;t redirecting properly&amp;rdquo; or &amp;ldquo;Too many redirects&amp;rdquo;. There were no errors in either the Traefik or Authentik logs.&#xA;The issue was a Cloudflare setting. By default the SSL mode is set on &amp;ldquo;flexible&amp;rdquo; and should be set to &amp;ldquo;full&amp;rdquo;.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Log into your Cloudflare Dashboard&lt;/li&gt;&#xA;&lt;li&gt;Select the domain&lt;/li&gt;&#xA;&lt;li&gt;Go to SSL/TLS -&amp;gt; Overview&lt;/li&gt;&#xA;&lt;li&gt;Check Current encryption mode. This should be Full.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.reddit.com/r/Traefik/comments/j0zthp/too_many_redirects_with_cloudflare/&#34;&gt;Source&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Sudo</title>
      <link>https://skippynet.xyz/posts/how-to-sudo/</link>
      <pubDate>Sun, 28 Sep 2025 20:22:15 +0200</pubDate>
      <guid>https://skippynet.xyz/posts/how-to-sudo/</guid>
      <description>&lt;p&gt;Here&amp;rsquo;s how to install sudo:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Become root:&lt;/strong&gt; You&amp;rsquo;ll need root privileges to install software. Use the su command to switch to the root user:&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;su -&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Enter the root password when prompted.&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;&lt;strong&gt;Install sudo:&lt;/strong&gt;  Once you&amp;rsquo;re logged in as root, use the apt package manager to install sudo:&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;apt update &#xA;apt install sudo&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;&lt;strong&gt;Add user to sudo group (again):&lt;/strong&gt; After installing sudo, repeat the command to add your user to the sudo group (since the previous attempt likely failed):&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;usermod -aG sudo &amp;lt;username&amp;gt; &#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Log out and back in: To ensure the changes take effect, log out of your current user session and log back in.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
