<?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: 12 Easy Steps to Speed Up Ubuntu Linux	</title>
	<atom:link href="https://www.geeksmint.com/speed-up-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.geeksmint.com/speed-up-ubuntu-linux/</link>
	<description>GeeksMint: Computers, How-to&#039;s, Internet, Tips and Tricks</description>
	<lastBuildDate>Tue, 10 Mar 2020 02:18:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: talgam		</title>
		<link>https://www.geeksmint.com/speed-up-ubuntu-linux/#comment-4474</link>

		<dc:creator><![CDATA[talgam]]></dc:creator>
		<pubDate>Tue, 10 Mar 2020 02:18:37 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=8510#comment-4474</guid>

					<description><![CDATA[I know this post is old, but when installing preload, it&#039;s not running native.  I installed it on a Raspberry PI and two other systems.  To make preload work, you need to:


1.  service preload start
2.  systemctl enable preload


Then reboot.]]></description>
			<content:encoded><![CDATA[<p>I know this post is old, but when installing preload, it&#8217;s not running native.  I installed it on a Raspberry PI and two other systems.  To make preload work, you need to:</p>
<p>1.  service preload start<br />
2.  systemctl enable preload</p>
<p>Then reboot.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ROMSAT		</title>
		<link>https://www.geeksmint.com/speed-up-ubuntu-linux/#comment-3324</link>

		<dc:creator><![CDATA[ROMSAT]]></dc:creator>
		<pubDate>Sun, 09 Sep 2018 22:38:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=8510#comment-3324</guid>

					<description><![CDATA[The recommendation I make is:
13. Reduce the use of virtual memory &quot;Swap&quot; 
The Swap memory is much slower than the installed RAM.
Through the kernel&#039;s feature &quot;swappiness&quot; we can indicate that it uses the Swap memory only when the RAM memory is practically full, for example 90%. (The swappiness can have a value between 0 and 100, normally in all distributions it comes with a default value of 60)
If we want to know the value of our system, we just have to do:
$ cat /proc/sys/vm/swappiness
And we can do a test, doing:
$ sudo sysctl -w vm.swappiness=10
And if we want the change to be final, you only have to edit the corresponding configuration file:
sudo gedit /etc/sysctl.conf
And in his last line add the following:
vm.swappiness=10]]></description>
			<content:encoded><![CDATA[<p>The recommendation I make is:<br />
13. Reduce the use of virtual memory &#8220;Swap&#8221;<br />
The Swap memory is much slower than the installed RAM.<br />
Through the kernel&#8217;s feature &#8220;swappiness&#8221; we can indicate that it uses the Swap memory only when the RAM memory is practically full, for example 90%. (The swappiness can have a value between 0 and 100, normally in all distributions it comes with a default value of 60)<br />
If we want to know the value of our system, we just have to do:<br />
$ cat /proc/sys/vm/swappiness<br />
And we can do a test, doing:<br />
$ sudo sysctl -w vm.swappiness=10<br />
And if we want the change to be final, you only have to edit the corresponding configuration file:<br />
sudo gedit /etc/sysctl.conf<br />
And in his last line add the following:<br />
vm.swappiness=10</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: RandomScuff		</title>
		<link>https://www.geeksmint.com/speed-up-ubuntu-linux/#comment-3309</link>

		<dc:creator><![CDATA[RandomScuff]]></dc:creator>
		<pubDate>Wed, 29 Aug 2018 13:40:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=8510#comment-3309</guid>

					<description><![CDATA[Awesome article, some good stuff... If you don&#039;t mind, what Desktop Env are you using on your Ubuntu if you run Ubuntu.]]></description>
			<content:encoded><![CDATA[<p>Awesome article, some good stuff&#8230; If you don&#8217;t mind, what Desktop Env are you using on your Ubuntu if you run Ubuntu.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Divine		</title>
		<link>https://www.geeksmint.com/speed-up-ubuntu-linux/#comment-3313</link>

		<dc:creator><![CDATA[Divine]]></dc:creator>
		<pubDate>Mon, 27 Aug 2018 09:24:19 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=8510#comment-3313</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.geeksmint.com/speed-up-ubuntu-linux/#comment-3230&quot;&gt;jawnhenry&lt;/a&gt;.

I haven&#039;t written any articles on systemd yet but I did sight it as the reason behind the development of many other projects like Devuan in my Devuan vs. Debian article.

Systemd isn&#039;t the subject of discussion here, speeding Ubuntu up is.
With that being said, you can take a jive at writing about systemd and sending to us if you wish to. I&#039;ll be happy to read your review since you seem to be well informed on the matter.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.geeksmint.com/speed-up-ubuntu-linux/#comment-3230">jawnhenry</a>.</p>
<p>I haven&#8217;t written any articles on systemd yet but I did sight it as the reason behind the development of many other projects like Devuan in my Devuan vs. Debian article.</p>
<p>Systemd isn&#8217;t the subject of discussion here, speeding Ubuntu up is.<br />
With that being said, you can take a jive at writing about systemd and sending to us if you wish to. I&#8217;ll be happy to read your review since you seem to be well informed on the matter.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Владислав Одобеску		</title>
		<link>https://www.geeksmint.com/speed-up-ubuntu-linux/#comment-3233</link>

		<dc:creator><![CDATA[Владислав Одобеску]]></dc:creator>
		<pubDate>Sun, 26 Aug 2018 05:55:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=8510#comment-3233</guid>

					<description><![CDATA[Best way to speed up ubunt is to delete Ubuntu and install archlinux. After that if you have any problem in your life - search arch forum. (Actually had no problems at all with boot time since I moved to pure archlinux). It boots in about 3-4 seconds or so ( Samsung sata3 ssd )]]></description>
			<content:encoded><![CDATA[<p>Best way to speed up ubunt is to delete Ubuntu and install archlinux. After that if you have any problem in your life &#8211; search arch forum. (Actually had no problems at all with boot time since I moved to pure archlinux). It boots in about 3-4 seconds or so ( Samsung sata3 ssd )</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jawnhenry		</title>
		<link>https://www.geeksmint.com/speed-up-ubuntu-linux/#comment-3230</link>

		<dc:creator><![CDATA[jawnhenry]]></dc:creator>
		<pubDate>Sat, 25 Aug 2018 23:10:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=8510#comment-3230</guid>

					<description><![CDATA[Boot time of Ubuntu, or any other distribution, was not a problem &lt;i&gt; at all&lt;/i&gt; until &#039;systemd&#039; was adopted; then boot times went into the toilet. Boot times never were even DISCUSSED, because they were never noticed; hence they were not thought about.
Before Ubuntu adopted &#039;systemd&#039;, this article would never have been written--it would have been unnecessary, and if it HAD been written, readers would have questioned the motivations--and possibly the credibility--of the author.

Why are no articles written which address the root cause of the problem?]]></description>
			<content:encoded><![CDATA[<p>Boot time of Ubuntu, or any other distribution, was not a problem <i> at all</i> until &#8216;systemd&#8217; was adopted; then boot times went into the toilet. Boot times never were even DISCUSSED, because they were never noticed; hence they were not thought about.<br />
Before Ubuntu adopted &#8216;systemd&#8217;, this article would never have been written&#8211;it would have been unnecessary, and if it HAD been written, readers would have questioned the motivations&#8211;and possibly the credibility&#8211;of the author.</p>
<p>Why are no articles written which address the root cause of the problem?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
