<?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>William Lindley - wlindley.com &#187; ubuntu</title>
	<atom:link href="http://blog.wlindley.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wlindley.com</link>
	<description>A Computer Guru&#039;s Journal. Have Keyboard Will Travel. 480.947.6100</description>
	<lastBuildDate>Sat, 04 Sep 2010 11:59:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Subversion 1.6.5 on Ubuntu 9.04</title>
		<link>http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/</link>
		<comments>http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 00:02:39 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=275</guid>
		<description><![CDATA[Following the instructions at: https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6 Edit the apt sources, using your favorite editor: $ sudo emacs /etc/apt/sources.list Add these lines to the end of the file: deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main deb-src http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main The add the key signature: $ &#8230; <a href="http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Following the instructions at:</p>
<blockquote><p><code><a href="https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6">https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6</a></code></p></blockquote>
<p>Edit the apt sources, using your favorite editor:</p>
<p style="padding-left: 30px;"><code>$ sudo emacs /etc/apt/sources.list</code></p>
<p>Add these lines to the end of the file:</p>
<blockquote><p><code>deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main</code></p></blockquote>
<p>The add the key signature:</p>
<p style="padding-left: 30px;"><code>$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 413576CB</code></p>
<p>where 413576CB is the Signing Key from the web page above&#8230; update the apt cache, and force a reinstall:</p>
<p style="padding-left: 30px;"><code>$ sudo apt-get update<br />
$ sudo apt-get --reinstall install subversion</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting LVM volumes from Ubuntu LiveCD</title>
		<link>http://blog.wlindley.com/2009/06/mounting-lvm-volumes-from-ubuntu-livecd/</link>
		<comments>http://blog.wlindley.com/2009/06/mounting-lvm-volumes-from-ubuntu-livecd/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 01:49:35 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[lvm]]></category>
		<category><![CDATA[mounting]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=201</guid>
		<description><![CDATA[sudo -i apt-get install lvm2 modprobe dm-mod vgchange -a y Also try &#8211; pvdisplay Displays physical volumes vgdisplay Displays volume groups lvdisplay Displays logical volumes and: man lvm]]></description>
			<content:encoded><![CDATA[<pre>sudo -i
apt-get install lvm2
modprobe dm-mod
vgchange -a y</pre>
<p>Also try &#8211;</p>
<dl>
<dt>pvdisplay </dt>
<dd>Displays physical volumes </dd>
<dt>vgdisplay </dt>
<dd>Displays volume groups </dd>
<dt>lvdisplay </dt>
<dd>Displays logical volumes </dd>
</dl>
<p>and:  <code>man lvm</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/06/mounting-lvm-volumes-from-ubuntu-livecd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After installing Ubuntu 9.04</title>
		<link>http://blog.wlindley.com/2009/04/after-installing-ubuntu-904/</link>
		<comments>http://blog.wlindley.com/2009/04/after-installing-ubuntu-904/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 12:21:02 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tuning]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/2009/04/after-installing-ubuntu-904/</guid>
		<description><![CDATA[If you want support for MP3 files, Youtube video, and Java on your webpages, you could hunt down several packages &#8211; or just install the ubuntu-restricted-extras package install all the codecs and other files in one step. This also includes &#8230; <a href="http://blog.wlindley.com/2009/04/after-installing-ubuntu-904/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you want support for MP3 files, Youtube video, and Java on your webpages, you could hunt down several packages &#8211; or just install the ubuntu-restricted-extras package install all the codecs and other files in one step. This also includes Microsoft core fonts.</p>
<pre style="padding-left: 30px;">sudo apt-get install ubuntu-restricted-extras</pre>
<h2>Eliminate Irritating Update Notifier Pop-Unders</h2>
<p><em>This from Joseph Sinclair</em></p>
<p>In Ubuntu 9.04, update-notifier doesn&#8217;t display an icon, it actually runs update-manager full-screen as a &#8220;pop-under&#8221;.  It&#8217;s easy to miss, and there&#8217;s no way to make it NOT run (so on a laptop, for instance, where stupid useless no-change updates are pending, you&#8217;ll get the blasted thing running every time you boot, and quite often multiple times in a session).</p>
<p>There is a &#8220;magic&#8221; command to make it stop and go back to how it used to run (which you may have to run regularly since some updates seem to overwrite it), but it must be run for every user who can run updates:</p>
<pre style="padding-left: 30px;">gconftool -s --type bool /apps/update-notifier/auto_launch false</pre>
<p>Adding that to /etc/bash.bashrc seems to be a quick-and-dirty fix that restores it for every user, and resets it if it gets overwritten. There&#8217;s no guarantee this will work after the 9.10 update, but at least it works for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/04/after-installing-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolving missing packages on Ubuntu</title>
		<link>http://blog.wlindley.com/2009/01/resolving-missing-packages-on-ubuntu/</link>
		<comments>http://blog.wlindley.com/2009/01/resolving-missing-packages-on-ubuntu/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 02:52:00 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=141</guid>
		<description><![CDATA[So I tried to install simutrans on Ubuntu 8.10 and get this error message: ./simutrans/simutrans: error while loading shared libraries: libSDL_mixer-1.2.so.0: cannot open shared object file: No such file or directory Note the filename I put in bold &#8212; apt-get &#8230; <a href="http://blog.wlindley.com/2009/01/resolving-missing-packages-on-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I tried to install <strong>simutrans</strong> on Ubuntu 8.10 and get this error message:</p>
<pre style="padding-left: 30px;">./simutrans/simutrans: error while loading shared libraries:
<strong>libSDL_mixer-1.2.so.0</strong>: cannot open shared object file:
No such file or directory</pre>
<p>Note the filename I put in bold &#8212; apt-get rejects commands like:</p>
<pre style="padding-left: 30px;"># <strong>apt-get install libSDL_mixer</strong>
Reading package lists... Done
Building dependency tree      
Reading state information... Done
E: Couldn't find package libSDL_mixer</pre>
<p>Well, that&#8217;s not too helpful. Apparently the package name isn&#8217;t the same as the file the loader is complaining about. How do we find it?  Try this to search the package database:</p>
<pre style="padding-left: 30px;"># <strong>apt-get install apt-file</strong>
# <strong>apt-file update</strong></pre>
<p>and then you will be able to do a search which returns useful results:</p>
<pre style="padding-left: 30px;"># <strong>apt-file search  libSDL_mixer-1.2.so.0</strong>
<em>libsdl-mixer1.2</em>: /usr/lib/libSDL_mixer-1.2.so.0
<em>libsdl-mixer1.2</em>: /usr/lib/libSDL_mixer-1.2.so.0.2.6</pre>
<p>Aha! What we want is libsdl-mixer1.2 (Different capitalization and a hyphen instead of an underline, with the &#8220;-1.2&#8243; replaced by just &#8220;1.2&#8243;&#8230; who thinks these things up?)</p>
<p>Finally we do:</p>
<pre style="padding-left: 30px;"># <strong>apt-get install libsdl-mixer1.2</strong></pre>
<p>and&#8230; success!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/01/resolving-missing-packages-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After installing Ubuntu 8.10</title>
		<link>http://blog.wlindley.com/2008/11/after-installing-ubuntu-810/</link>
		<comments>http://blog.wlindley.com/2008/11/after-installing-ubuntu-810/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 13:29:44 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=116</guid>
		<description><![CDATA[Additional Repositories We are going to add the Ubuntu Partner and Medibuntu repositories which contain a number of apps. From a terminal window, edit /etc/apt/sources.list&#8230; sudo gedit /etc/apt/sources.list &#8230; and enable the intrepid partner repository: [...] ## Uncomment the following &#8230; <a href="http://blog.wlindley.com/2008/11/after-installing-ubuntu-810/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Additional Repositories</h3>
<p>We are going to add the Ubuntu Partner and <a href="http://www.medibuntu.org/" target="_blank">Medibuntu</a> repositories which contain a number of apps.</p>
<p>From a terminal window, edit <tt>/etc/apt/sources.list</tt>&#8230;</p>
<blockquote>
<pre>sudo gedit /etc/apt/sources.list</pre>
</blockquote>
<p>&#8230; and enable the <span class="system">intrepid partner</span> repository:</p>
<blockquote>
<pre>[...]
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu intrepid partner
deb-src http://archive.canonical.com/ubuntu intrepid partner
[...]</pre>
</blockquote>
<p>Then save the file.</p>
<p>To enable the Medibuntu repository, please do the following:</p>
<p>Import the repository:</p>
<blockquote>
<pre class="command">sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/medibuntu.list</pre>
</blockquote>
<p>Import the gpg-key and update your package-list:</p>
<blockquote>
<pre class="command">sudo apt-get update &amp;&amp; sudo apt-get install medibuntu-keyring &amp;&amp; sudo apt-get update</pre>
</blockquote>
<h3>Install software</h3>
<p>Yes this all goes on one big long line &#8211;</p>
<blockquote>
<pre>sudo apt-get install amarok flashplugin-nonfree audacity azureus \
banshee bluefish dvdrip filezilla msttcorefonts gnucash gstreamer* gtkpod-aac \
sun-java6-bin sun-java6-javadb sun-java6-jdk sun-java6-jre sun-java6-plugin \
k3b kino mplayer mozilla-mplayer quanta kompozer scribus xchat-gnome \
bittornado bittornado-gui sound-juicer helix-player mozilla-helix-player \
googleearth acroread mozilla-acroread non-free-codecs ubuntu-restricted-extras \
libdvdcss2 opera xine-ui xine-plugin xmms2 xmms2tray xmms2-plugin-airplay \
xmms2-plugin-alsa xmms2-plugin-ao xmms2-plugin-asf xmms2-plugin-asx \
xmms2-plugin-avcodec xmms2-plugin-cdda xmms2-plugin-cue \
xmms2-plugin-curl xmms2-plugin-daap xmms2-plugin-faad xmms2-plugin-flac \
xmms2-plugin-gme xmms2-plugin-gvfs xmms2-plugin-ices \
xmms2-plugin-icymetaint xmms2-plugin-id3v2 xmms2-plugin-jack \
xmms2-plugin-karaoke xmms2-plugin-lastfm xmms2-plugin-m3u \
xmms2-plugin-mad xmms2-plugin-mms xmms2-plugin-modplug \
xmms2-plugin-mp4 xmms2-plugin-musepack xmms2-plugin-normalize \
xmms2-plugin-ofa xmms2-plugin-oss xmms2-plugin-pls xmms2-plugin-pulse \
xmms2-plugin-rss xmms2-plugin-sid xmms2-plugin-smb xmms2-plugin-speex \
xmms2-plugin-vocoder xmms2-plugin-vorbis xmms2-plugin-wma \
xmms2-plugin-xml xmms2-plugin-xspf vlc vlc-data vlc-dbg vlc-nox \
vlc-plugin-arts vlc-plugin-esd vlc-plugin-ggi vlc-plugin-jack vlc-plugin-pulse \
vlc-plugin-sdl vlc-plugin-svgalib thunderbird skype</pre>
</blockquote>
<p>You could also include</p>
<blockquote>
<pre>amule</pre>
</blockquote>
<p>A more detailed explanation is on <a href="http://howtoforge.com/the-perfect-desktop-ubuntu-8.10">HowtoForge.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2008/11/after-installing-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
