<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>speed up ubuntu Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/speed-up-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 28 Jun 2018 12:49:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Speed Up Ubuntu</title>
		<link>https://www.osradar.com/speed-up-ubuntu/</link>
					<comments>https://www.osradar.com/speed-up-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Wed, 27 Jun 2018 07:07:26 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[speed up ubuntu]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 18.04]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=4443</guid>

					<description><![CDATA[<p>Due to the nature of Linux, the system is pretty fast by default. It doesn’t degrade the performance like Windows over time and you hardly need to reinstall the entire operating system unless you do something horrible with the system. That being said, Linux is also susceptible to performance degradation and that’s mostly because of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/speed-up-ubuntu/">Speed Up Ubuntu</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Due to the nature of Linux, the system is pretty fast by default. It doesn’t degrade the performance like Windows over time and you hardly need to reinstall the entire operating system unless you do something horrible with the system. That being said, Linux is also susceptible to performance degradation and that’s mostly because of your handling and usage.</p>
<p>Today, let’s take a look at a little housekeeping on Ubuntu – one of the most popular Linux distros of all time.</p>
<h2>Reducing boot delay</h2>
<p>Generally, the system boots up with the help of the bootloader. In case of Linux systems, it’s generally GRUB. After the bootloader starts up, it usually takes 5 seconds to start the OS booting. The time is 5 SECONDS only, not a big deal. However, in case you’re in a hurry, those 5 seconds can be very valuable. Moreover, the changing won’t make any bad impact on the hardware as well. That’s why it’s safe to reduce the time to a lower settings.</p>
<p>For changing the boot delay, run the following command in the terminal –</p>
<pre>sudo nano /etc/default/grub</pre>
<p>From the file, look for “GRUB_TIMEOUT”. Change the value from 5 to 1 (recommended). Then, press “Ctrl + O” to save the file and “Ctrl + X” to exit the editor.</p>
<p><img loading="lazy" class="size-full wp-image-4446 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/grub-timeout.png" alt="" width="1221" height="654" srcset="https://www.osradar.com/wp-content/uploads/2018/06/grub-timeout.png 1221w, https://www.osradar.com/wp-content/uploads/2018/06/grub-timeout-300x161.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/grub-timeout-768x411.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/grub-timeout-1024x548.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/grub-timeout-696x373.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/grub-timeout-1068x572.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/grub-timeout-784x420.png 784w" sizes="(max-width: 1221px) 100vw, 1221px" /></p>
<p>Reboot your system for the change to take effect. The change should be noticeable if you observe a bit sharply.</p>
<h2>Remove unwanted PPAs</h2>
<p>Ubuntu features some of the easiest ways to manage your software source. PPAs (Personal Package Archive) is useful for getting numerous software directly from the developers. PPAs are also a great source for ported apps from other open-source projects and keeping them up-to-date.</p>
<p>Whenever you run “apt update”, it collects repository database and other information from all the software sources. PPAs are generally slower than the official repository and too much of them seriously hinders the speed. You should remove those unwanted PPAs.</p>
<p>Go to “Software &amp; Updates” from the launcher of Ubuntu. Open the “Other Software” tab. There, you’ll find out all the unnecessary PPAs you’ve installed over time.</p>
<p><img loading="lazy" class="size-full wp-image-4447 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/ubuntu-remove-ppa.png" alt="" width="730" height="490" srcset="https://www.osradar.com/wp-content/uploads/2018/06/ubuntu-remove-ppa.png 730w, https://www.osradar.com/wp-content/uploads/2018/06/ubuntu-remove-ppa-300x201.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/ubuntu-remove-ppa-696x467.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/ubuntu-remove-ppa-626x420.png 626w" sizes="(max-width: 730px) 100vw, 730px" /></p>
<p>Select the unnecessary PPA, click “Remove”, enter the password and you’re good to go!</p>
<p><img loading="lazy" class="size-full wp-image-4448 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/ubuntu-remove-ppa-1.png" alt="" width="731" height="488" srcset="https://www.osradar.com/wp-content/uploads/2018/06/ubuntu-remove-ppa-1.png 731w, https://www.osradar.com/wp-content/uploads/2018/06/ubuntu-remove-ppa-1-300x200.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/ubuntu-remove-ppa-1-696x465.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/ubuntu-remove-ppa-1-629x420.png 629w" sizes="(max-width: 731px) 100vw, 731px" /></p>
<p>After you’re done removing all the unnecessary PPAs, you should reload the repo cache of your system. Run the command in the terminal –</p>
<pre>sudo apt update
sudo apt upgrade -y</pre>
<h2>Remove unnecessary packages</h2>
<p>Your system is also full of other dependency packages from different software. Those simply clog the system by eating space in the package database and hard drive. For removing all those unnecessary packages, run the following command –</p>
<pre>sudo apt autoremove</pre>
<h2>Manage startup apps</h2>
<p>You may have configured a number of startup apps. These apps load during the start of your system. Some of them may be necessary, but others will simply eat system resources. For removing all those unnecessary startup items, run the following commands –</p>
<pre>cd ~/.config/autostart
ls</pre>
<p>It&#8217;ll show the startup items as desktop shortcuts. Delete the unnecessary ones by running the following commands –</p>
<pre>rm &lt;program_name&gt;.desktop</pre>
<h2>Reinstall your system</h2>
<p>Note that it’s the very LAST step you want to perform. If your system is performing seriously bad and all the above steps didn’t work, you should reinstall Ubuntu. Currently, the latest version of Ubuntu is v18.04 LTS. <a href="https://www.osradar.com/how-to-install-ubuntu-18-04-lts/">Learn how to install Ubuntu</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/speed-up-ubuntu/">Speed Up Ubuntu</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/speed-up-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
