<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>sudo — LowEndSpirit</title>
        <link>https://lowendspirit.com/index.php?p=/</link>
        <pubDate>Thu, 04 Jun 2026 09:33:01 +0000</pubDate>
        <language>en</language>
            <description>sudo — LowEndSpirit</description>
    <atom:link href="https://lowendspirit.com/index.php?p=/discussions/tagged/sudo/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Purpose of sudo</title>
        <link>https://lowendspirit.com/index.php?p=/discussion/4741/purpose-of-sudo</link>
        <pubDate>Sat, 22 Oct 2022 21:34:29 +0000</pubDate>
        <category>General</category>
        <dc:creator>AndrewL64</dc:creator>
        <guid isPermaLink="false">4741@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>is <code>sudo</code> really about security or just more of a "prevent myself from doing dumb shit by mistake" feature?</p>

<p>If it's the former, what are some of the things <code>sudo</code> protects your server from if say, a <code>sudo</code> account is compromised/hacked?</p>
]]>
        </description>
    </item>
    <item>
        <title>How to change the number of minutes that the sudo password is cached</title>
        <link>https://lowendspirit.com/index.php?p=/discussion/3928/how-to-change-the-number-of-minutes-that-the-sudo-password-is-cached</link>
        <pubDate>Mon, 21 Mar 2022 20:21:02 +0000</pubDate>
        <category>LES Talk</category>
        <dc:creator>mikho</dc:creator>
        <guid isPermaLink="false">3928@/index.php?p=/discussions</guid>
        <description><![CDATA[<p><em>Written by <a href="https://lowendspirit.com/index.php?p=/profile/mikho" rel="nofollow">@mikho</a>, 4 May 2021</em><br />
<small>Article was migrated from WordPress to Vanilla in March 2022</small></p>

<p>
  <img src="https://talk.lowendspirit.com/uploads/editor/c2/qds4s5mryuc2.png" alt="image" />
</p>

<p>This is a really QUICK TIP!</p>

<p>When you run any command as root, using sudo, the password is remembered for 15 minutes by default.<br />
If you want to change the time that the password is cached, open the terminal (as root) and run:</p>

<pre><code>editor /etc/sudoers 
</code></pre>

<p>Find this line in the file:</p>

<pre><code>defaults env_reset
</code></pre>

<p>And change it into:</p>

<pre><code>defaults env_reset , timestamp_timeout=x
</code></pre>

<p>where “x” is the time in minutes that the password will be cached.</p>

<p>Save and exit and work is done!</p>
]]>
        </description>
    </item>
    <item>
        <title>sudo root exploit</title>
        <link>https://lowendspirit.com/index.php?p=/discussion/2476/sudo-root-exploit</link>
        <pubDate>Wed, 27 Jan 2021 03:23:04 +0000</pubDate>
        <category>Technical</category>
        <dc:creator>niceboy</dc:creator>
        <guid isPermaLink="false">2476@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Update sudo asap.</p>

<p>details : <a href="https://www.sudo.ws/alerts/unescape_overflow.html" rel="nofollow">https://www.sudo.ws/alerts/unescape_overflow.html</a></p>
]]>
        </description>
    </item>
   </channel>
</rss>
