<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>ubuntu &#8211; luke arms</title>
	<atom:link href="https://tech.lkrms.org/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech.lkrms.org</link>
	<description>just a nerd with &#34;mild OCD tendencies&#34;</description>
	<lastBuildDate>Tue, 25 Sep 2018 11:53:56 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.6.12</generator>

<image>
	<url>https://tech.lkrms.org/wp-content/uploads/2016/06/cropped-Logo-Letters-WB-Circle-2-32x32.png</url>
	<title>ubuntu &#8211; luke arms</title>
	<link>https://tech.lkrms.org</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">152348619</site>	<item>
		<title>Did you lose your Ubuntu 16.04 &#8220;Unity&#8221; desktop after apt-get dist-upgrade?</title>
		<link>https://tech.lkrms.org/lose-ubuntu-16-04-unity-desktop-apt-get-dist-upgrade/</link>
		
		<dc:creator><![CDATA[Luke]]></dc:creator>
		<pubDate>Fri, 16 Feb 2018 00:41:16 +0000</pubDate>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://lkrms.org/?p=1663</guid>

					<description><![CDATA[<p>On 15 February, an update to compiz was pushed out by Ubuntu that triggered the removal of ubuntu-desktop, unity, and (on my system, at least) unity-tweak-tool. The result: rebooting after doing an apt-get dist-upgrade leaves you with no desktop environment. The fix: use aptitude to trigger a downgrade of the relevant compiz packages (first you &#8230; <a href="https://tech.lkrms.org/lose-ubuntu-16-04-unity-desktop-apt-get-dist-upgrade/" class="more-link">Continue reading <span class="screen-reader-text">Did you lose your Ubuntu 16.04 &#8220;Unity&#8221; desktop after apt-get dist-upgrade?</span> <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://tech.lkrms.org/lose-ubuntu-16-04-unity-desktop-apt-get-dist-upgrade/">Did you lose your Ubuntu 16.04 &#8220;Unity&#8221; desktop after apt-get dist-upgrade?</a> appeared first on <a rel="nofollow" href="https://tech.lkrms.org">luke arms</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>On 15 February, an update to <code>compiz</code> was pushed out by Ubuntu that triggered the removal of <code>ubuntu-desktop</code>, <code>unity</code>, and (on my system, at least) <code>unity-tweak-tool</code>.</p>
<p>The result: rebooting after doing an <code>apt-get dist-upgrade</code> leaves you with no desktop environment.</p>
<p>The fix: use <code>aptitude</code> to trigger a downgrade of the relevant <code>compiz</code> packages (first you might need to use Ctrl+Alt+F1 to get a terminal session, and you might need to install aptitude too).</p>
<p>Here are the commands I needed:</p>
<pre><code>$ sudo apt-get install aptitude
$ sudo aptitude install ubuntu-desktop unity unity-tweak-tool
</code></pre>
<p>Reject the first &#8220;solution&#8221; offered by aptitude, and when it offers to downgrade compiz, accept. Then, if needed:</p>
<pre><code>$ sudo reboot
</code></pre>
<p>The post <a rel="nofollow" href="https://tech.lkrms.org/lose-ubuntu-16-04-unity-desktop-apt-get-dist-upgrade/">Did you lose your Ubuntu 16.04 &#8220;Unity&#8221; desktop after apt-get dist-upgrade?</a> appeared first on <a rel="nofollow" href="https://tech.lkrms.org">luke arms</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1663</post-id>	</item>
		<item>
		<title>Running Ubuntu on a laptop? Annoyed by your flashing WiFi light?</title>
		<link>https://tech.lkrms.org/running-ubuntu-on-a-laptop-annoyed-by-your-flashing-wifi-light/</link>
		
		<dc:creator><![CDATA[Luke]]></dc:creator>
		<pubDate>Wed, 06 Jan 2016 12:19:44 +0000</pubDate>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wifi]]></category>
		<guid isPermaLink="false">http://lkrms.org/?p=1230</guid>

					<description><![CDATA[<p>This is such a serious #firstworldproblem you probably don&#8217;t even know what I&#8217;m talking about. That&#8217;s OK. Wait for the next post. Google will bring my Linux desktop-loving geek friends to this one. It&#8217;s a pretty easy fix on Ubuntu 14.04. Create a file called /etc/modprobe.d/wlan.conf with this inside: options iwlwifi led_mode=1 And reboot. Your &#8230; <a href="https://tech.lkrms.org/running-ubuntu-on-a-laptop-annoyed-by-your-flashing-wifi-light/" class="more-link">Continue reading <span class="screen-reader-text">Running Ubuntu on a laptop? Annoyed by your flashing WiFi light?</span> <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://tech.lkrms.org/running-ubuntu-on-a-laptop-annoyed-by-your-flashing-wifi-light/">Running Ubuntu on a laptop? Annoyed by your flashing WiFi light?</a> appeared first on <a rel="nofollow" href="https://tech.lkrms.org">luke arms</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is such a serious <em>#firstworldproblem</em> you probably don&#8217;t even know what I&#8217;m talking about.</p>
<p>That&#8217;s OK. Wait for the next post. Google will bring my Linux desktop-loving geek friends to this one.</p>
<p>It&#8217;s a pretty easy fix on Ubuntu 14.04. Create a file called <code>/etc/modprobe.d/wlan.conf</code> with this inside:</p>
<pre><code>options iwlwifi led_mode=1
</code></pre>
<p>And reboot. Your WiFi LED should stay on when you&#8217;re connected. Without blinking.</p>
<p>Thank you, <a href="http://www.tomdesair.com/blog/2012/04/stop-the-blinking-wireless-led-in-linux/">other blogger.</a></p>
<p>The post <a rel="nofollow" href="https://tech.lkrms.org/running-ubuntu-on-a-laptop-annoyed-by-your-flashing-wifi-light/">Running Ubuntu on a laptop? Annoyed by your flashing WiFi light?</a> appeared first on <a rel="nofollow" href="https://tech.lkrms.org">luke arms</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1230</post-id>	</item>
		<item>
		<title>If you thought Linux wasn&#8217;t ready for desktop prime-time&#8230;</title>
		<link>https://tech.lkrms.org/if-you-thought-linux-wasnt-ready-for-desktop/</link>
		
		<dc:creator><![CDATA[Luke]]></dc:creator>
		<pubDate>Thu, 30 Aug 2012 10:57:45 +0000</pubDate>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://lkrms.org/if-you-thought-linux-wasnt-ready-for-desktop/</guid>

					<description><![CDATA[<p>If you thought Linux wasn&#8217;t ready for desktop prime-time&#8230; &#8230;this might convince you. What there is though is “tens-of-thousands of Goobuntu users. This includes graphic designers, engineers, management, and sales people.”</p>
<p>The post <a rel="nofollow" href="https://tech.lkrms.org/if-you-thought-linux-wasnt-ready-for-desktop/">If you thought Linux wasn&#8217;t ready for desktop prime-time&#8230;</a> appeared first on <a rel="nofollow" href="https://tech.lkrms.org">luke arms</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.zdnet.com/the-truth-about-goobuntu-googles-in-house-desktop-ubuntu-linux-7000003462/">If you thought Linux wasn&#8217;t ready for desktop prime-time&#8230;</a></p>
<p>&#8230;this might convince you.</p>
<blockquote><p>What there is though is “tens-of-thousands of Goobuntu users. This includes graphic designers, engineers, management, and sales people.”</p></blockquote>
<p>The post <a rel="nofollow" href="https://tech.lkrms.org/if-you-thought-linux-wasnt-ready-for-desktop/">If you thought Linux wasn&#8217;t ready for desktop prime-time&#8230;</a> appeared first on <a rel="nofollow" href="https://tech.lkrms.org">luke arms</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">38</post-id>	</item>
	</channel>
</rss>
