<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Admin on Notes, often about Machining</title>
    <link>https://ginabythebay.studio/tags/admin/</link>
    <description>Recent content in Admin on Notes, often about Machining</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 12 Apr 2026 09:06:54 +0200</lastBuildDate>
    <atom:link href="https://ginabythebay.studio/tags/admin/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>sudo and pyinfra</title>
      <link>https://ginabythebay.studio/posts/sudo_rs_undo/</link>
      <pubDate>Sun, 12 Apr 2026 09:06:54 +0200</pubDate>
      <guid>https://ginabythebay.studio/posts/sudo_rs_undo/</guid>
      <description>&lt;p&gt;Recently Ubuntu switched sudo implementations to a new version written in rust.  If you need to swithc back for some reason, this &lt;a href=&#34;https://itsfoss.com/sudo-vs-sudo-rs/&#34;&gt;article&lt;/a&gt; gave me enough information to do so, but there is a typo in it.&lt;/p&gt;&#xA;&lt;p&gt;In my case this worked:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo su&#xA;ls /usr/bin/sudo*&#xA;#hmm, yes sudo it a symlink which after a few hops resolves to the new version&#xA;rm /usr/bin/sudo&#xA;ln -s /usr/bin/sudo.ws /usr/bin/sudo&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;In my case, pyinfra stopped working, as described&#xA;&lt;a href=&#34;https://github.com/pyinfra-dev/pyinfra/issues/1499&#34;&gt;here&lt;/a&gt; and this&#xA;was the only workaround I could get working.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
