<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: The 10 Easiest Ways to Keep Ubuntu System Clean	</title>
	<atom:link href="https://www.geeksmint.com/keep-ubuntu-system-clean/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.geeksmint.com/keep-ubuntu-system-clean/</link>
	<description>GeeksMint: Computers, How-to&#039;s, Internet, Tips and Tricks</description>
	<lastBuildDate>Sat, 08 Jul 2023 12:45:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: fxroberts257		</title>
		<link>https://www.geeksmint.com/keep-ubuntu-system-clean/#comment-31521</link>

		<dc:creator><![CDATA[fxroberts257]]></dc:creator>
		<pubDate>Sat, 08 Jul 2023 12:45:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=6341#comment-31521</guid>

					<description><![CDATA[My God Linux can be opened with any wrong command it breaks, unlike windows which keeps everything closed.]]></description>
			<content:encoded><![CDATA[<p>My God Linux can be opened with any wrong command it breaks, unlike windows which keeps everything closed.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Divine		</title>
		<link>https://www.geeksmint.com/keep-ubuntu-system-clean/#comment-4303</link>

		<dc:creator><![CDATA[Divine]]></dc:creator>
		<pubDate>Fri, 10 Jul 2020 10:52:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=6341#comment-4303</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.geeksmint.com/keep-ubuntu-system-clean/#comment-4290&quot;&gt;Elmar Votri&lt;/a&gt;.

You&#039;re welcome. Glad to be of help]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.geeksmint.com/keep-ubuntu-system-clean/#comment-4290">Elmar Votri</a>.</p>
<p>You&#8217;re welcome. Glad to be of help</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Elmar Votri		</title>
		<link>https://www.geeksmint.com/keep-ubuntu-system-clean/#comment-4290</link>

		<dc:creator><![CDATA[Elmar Votri]]></dc:creator>
		<pubDate>Wed, 08 Jul 2020 21:53:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=6341#comment-4290</guid>

					<description><![CDATA[Thank you for sharing your knowledge. Usefull Article!]]></description>
			<content:encoded><![CDATA[<p>Thank you for sharing your knowledge. Usefull Article!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: FB		</title>
		<link>https://www.geeksmint.com/keep-ubuntu-system-clean/#comment-4345</link>

		<dc:creator><![CDATA[FB]]></dc:creator>
		<pubDate>Fri, 24 Apr 2020 08:39:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=6341#comment-4345</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.geeksmint.com/keep-ubuntu-system-clean/#comment-2643&quot;&gt;Jon Loveless&lt;/a&gt;.

Yes, this is my favorite.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.geeksmint.com/keep-ubuntu-system-clean/#comment-2643">Jon Loveless</a>.</p>
<p>Yes, this is my favorite.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Divine		</title>
		<link>https://www.geeksmint.com/keep-ubuntu-system-clean/#comment-3506</link>

		<dc:creator><![CDATA[Divine]]></dc:creator>
		<pubDate>Fri, 08 Jun 2018 13:12:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=6341#comment-3506</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.geeksmint.com/keep-ubuntu-system-clean/#comment-3419&quot;&gt;Barry Habin&lt;/a&gt;.

I agree. Thanks for the correction.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.geeksmint.com/keep-ubuntu-system-clean/#comment-3419">Barry Habin</a>.</p>
<p>I agree. Thanks for the correction.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Barry Habin		</title>
		<link>https://www.geeksmint.com/keep-ubuntu-system-clean/#comment-3419</link>

		<dc:creator><![CDATA[Barry Habin]]></dc:creator>
		<pubDate>Fri, 08 Jun 2018 11:08:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=6341#comment-3419</guid>

					<description><![CDATA[One aspect of Linux that helps to make it a very secure Desktop operating system, is that system changes require &quot;root permission&quot;. A virus cannot infect your Linux computer unless a user supplies the necessary credentials (password) for it to install.
Always be cautious when using &quot;sudo&quot; and don&#039;t use it unless necessary. &quot;sudo&quot; (super user do) allows system changes (root access), which could damage the operating system if used inappropriately, so always ensure that you know &quot;why&quot; you are using sudo before you use it.


Clearing thumbnails from your account does NOT require root access, so &quot;sudo&quot; should NOT be used. The correct command is:
rm -rf ~/.cache/thumbnails/*
&quot;sudo&quot; IS required when changes to the operating system, so things like installing software and updating the operating system will usually require use of &quot;sudo&quot; and/or entering your password.]]></description>
			<content:encoded><![CDATA[<p>One aspect of Linux that helps to make it a very secure Desktop operating system, is that system changes require &#8220;root permission&#8221;. A virus cannot infect your Linux computer unless a user supplies the necessary credentials (password) for it to install.<br />
Always be cautious when using &#8220;sudo&#8221; and don&#8217;t use it unless necessary. &#8220;sudo&#8221; (super user do) allows system changes (root access), which could damage the operating system if used inappropriately, so always ensure that you know &#8220;why&#8221; you are using sudo before you use it.</p>
<p>Clearing thumbnails from your account does NOT require root access, so &#8220;sudo&#8221; should NOT be used. The correct command is:<br />
rm -rf ~/.cache/thumbnails/*<br />
&#8220;sudo&#8221; IS required when changes to the operating system, so things like installing software and updating the operating system will usually require use of &#8220;sudo&#8221; and/or entering your password.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
