<?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>Miscellaneous</title>
	<atom:link href="http://vassie.name/feed" rel="self" type="application/rss+xml" />
	<link>http://vassie.name</link>
	<description>Just another WordPress site about not much in particular</description>
	<lastBuildDate>Sun, 13 May 2012 23:19:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Kubuntu 12.04 LTS Released</title>
		<link>http://vassie.name/kubuntu-12-04-lts-released</link>
		<comments>http://vassie.name/kubuntu-12-04-lts-released#comments</comments>
		<pubDate>Sun, 29 Apr 2012 16:10:01 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://vassie.name/?p=505</guid>
		<description><![CDATA[If you want to use KDE but don&#8217;t fancy installing Arch Linux I&#8217;d highly recommend Kubuntu 12.04. Details of this release and download links can be found on the Kubuntu website.]]></description>
			<content:encoded><![CDATA[<p>If you want to use KDE but don&#8217;t fancy installing <a href="http://vassie.name/installing-arch-linux-with-kde">Arch Linux</a> I&#8217;d highly recommend Kubuntu 12.04.</p>
<p>Details of this release and download links can be found on the <a href="http://kubuntu.com" target="_blank">Kubuntu website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://vassie.name/kubuntu-12-04-lts-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix the delay after logging into KDE</title>
		<link>http://vassie.name/fix-the-delay-after-logging-into-kde</link>
		<comments>http://vassie.name/fix-the-delay-after-logging-into-kde#comments</comments>
		<pubDate>Sat, 07 Apr 2012 17:28:36 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://vassie.name/?p=484</guid>
		<description><![CDATA[Since installing Arch Linux and KDE I&#8217;ve noticed a delay after logging in to my PC (after log in but before the default welcome sound plays), after much searching on Google and the Arch Linux forums I came across a &#8230; <a href="http://vassie.name/fix-the-delay-after-logging-into-kde">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since installing Arch Linux and KDE I&#8217;ve noticed a delay after logging in to my PC (after log in but before the default welcome sound plays), after much searching on Google and the Arch Linux forums I came across a tip that certainly speeds things up.</p>
<p>All you have to do is delete pulseaudio.desktop from /etc/xdg/autostart</p>
<pre>sudo rm /etc/xdg/autostart/pulseaudio.desktop</pre>
<p>To be on the safe side, I would advise keeping a copy somewhere, for example</p>
<pre>sudo mv /etc/xdg/autostart/pulseaudio.desktop $HOME/Downloads</pre>
<p>You should then notice an improvement in startup time.</p>
]]></content:encoded>
			<wfw:commentRss>http://vassie.name/fix-the-delay-after-logging-into-kde/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change KDM mouse theme</title>
		<link>http://vassie.name/change-kdm-mouse-theme</link>
		<comments>http://vassie.name/change-kdm-mouse-theme#comments</comments>
		<pubDate>Sat, 24 Mar 2012 22:23:01 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kdm]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://vassie.name/?p=481</guid>
		<description><![CDATA[One minor issue I had after installing Arch Linux and KDE was that the KDE display manager (KDM/login screen) did not use the default KDE mouse theme (Oxygen White), luckly this is very easy to fix. Create a new file &#8230; <a href="http://vassie.name/change-kdm-mouse-theme">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One minor issue I had after installing <a href="http://vassie.name/installing-arch-linux-with-kde">Arch Linux and KDE</a> was that the KDE display manager (KDM/login screen) did not use the default KDE mouse theme (Oxygen White), luckly this is very easy to fix.</p>
<p>Create a new file called index.theme in /usr/share/icons/default (typically the default folder does not exists, so you will need to create that too) and enter the following</p>
<pre>[Icon Theme]
Name = Oxygen White
Comment = Oxygen mouse theme. Oxygenize your desktop!
Inherits = Oxygen_White</pre>
<p>If you do not what to the use the Oxygen White theme replace Oxygen_White with the name of your prefered theme (listed in /usr/share/icons).</p>
]]></content:encoded>
			<wfw:commentRss>http://vassie.name/change-kdm-mouse-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot edit user information in KDE</title>
		<link>http://vassie.name/cannot-edit-user-information-in-kde</link>
		<comments>http://vassie.name/cannot-edit-user-information-in-kde#comments</comments>
		<pubDate>Tue, 20 Mar 2012 15:55:11 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[chfn]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://vassie.name/?p=447</guid>
		<description><![CDATA[If you have used my guide on how to install Arch Linux and KDE then you may have noticed that you get the following error if you try to edit your user information using Account Details in the KDE System Setting: &#8230; <a href="http://vassie.name/cannot-edit-user-information-in-kde">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you have used my guide on how to install <a href="http://vassie.name/installing-arch-linux-with-kde" target="_blank">Arch Linux and KDE</a> then you may have noticed that you get the following error if you try to edit your user information using Account Details in the KDE System Setting:</p>
<blockquote><p>An error occurred and your name had probably not been changed. The error message was: chfn: Permission denied.</p></blockquote>
<p>To fix this, edit /etc/login.def and replace</p>
<pre>CHFN_RESTRICT rwh</pre>
<p>with the following</p>
<pre>CHFN_RESTRICT frwh</pre>
<p>Save and close the file, then you should be able to edit your user information.</p>
]]></content:encoded>
			<wfw:commentRss>http://vassie.name/cannot-edit-user-information-in-kde/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Arch Linux ARM released for Raspberry Pi</title>
		<link>http://vassie.name/arch-linux-arm-released-for-raspberry-pi</link>
		<comments>http://vassie.name/arch-linux-arm-released-for-raspberry-pi#comments</comments>
		<pubDate>Mon, 05 Mar 2012 16:33:34 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[raspberry pi]]></category>

		<guid isPermaLink="false">http://vassie.name/?p=444</guid>
		<description><![CDATA[While I wait for my Raspberry Pi to ship I have seen that my favourite (and first choice for my Raspberry Pi) Linux distribution is now available to download (torrent also available). More information can be found on the Arch Linux ARM website. The &#8230; <a href="http://vassie.name/arch-linux-arm-released-for-raspberry-pi">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While I wait for my Raspberry Pi to ship I have seen that my favourite (and first choice for my Raspberry Pi) Linux distribution is now available to <a href="http://www.raspberrypi.org/downloads" target="_blank">download</a> (<a href="http://downloads.raspberrypi.org/images/archlinuxarm/archlinuxarm-01-03-2012/archlinuxarm-01-03-2012.zip.torrent">torrent</a> also available).</p>
<p>More information can be found on the Arch Linux ARM <a href="http://archlinuxarm.org/" target="_blank">website</a>.</p>
<p>The simplicity of Arch Linux make it the perfect OS (I feel) for the Raspberry Pi. Now, I just need my Pi to turn up.</p>
]]></content:encoded>
			<wfw:commentRss>http://vassie.name/arch-linux-arm-released-for-raspberry-pi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Arch Linux with GNOME</title>
		<link>http://vassie.name/installing-arch-linux-with-gnome</link>
		<comments>http://vassie.name/installing-arch-linux-with-gnome#comments</comments>
		<pubDate>Mon, 13 Feb 2012 17:57:26 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://vassie.name/?p=411</guid>
		<description><![CDATA[Following on from my Installing Arch Linux with KDE post, installing GNOME instead of KDE is very simple. When editing the /etc/inittab file from the KDE guide, uncomment the gdm line and not the kdm one # Example lines for &#8230; <a href="http://vassie.name/installing-arch-linux-with-gnome">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Following on from my <a href="http://vassie.name/installing-arch-linux-with-kde" target="_blank">Installing Arch Linux with KDE</a> post, installing GNOME instead of KDE is very simple.</p>
<p>When editing the /etc/inittab file from the KDE guide, uncomment the gdm line and not the kdm one</p>
<pre># Example lines for starting a login manager
#x:5:respawn:/usr/bin/xdm -nodaemon
x:5:respawn:/usr/sbin/gdm -nodaemon
#x:5:respawn:/usr/bin/kdm -nodaemon
#x:5:respawn:/usr/bin/slim &gt;/dev/null 2&gt;&amp;1</pre>
<p><span id="more-411"></span>Then, instead of installing KDE (kdebase, kde-l10n-en_gb, phonon-gstreamer and aspell-en), install GNOME</p>
<pre>sudo pacman -S gnome gnome-extras gdm</pre>
<p>Finally, instead of the KDE network applet (kdeplasma-applet-networkmanagement), install the GNOME equivalent</p>
<pre>sudo pacman -S network-manager-applet</pre>
<p>You can now follow the rest of the guide and you will have an Arch Linux GNOME system.</p>
<p>Please note that you may not want to install the native KDE applications from the KDE guide and rather install some GNOME one, the native KDE applications are:</p>
<ul>
<li>kdemultimedia-kmix</li>
<li>kdemultimedia-ffmpegthumbs</li>
<li>kdeartwork-kscreensaver</li>
<li>kdegraphics-gwenview</li>
</ul>
<p>You also do not need the oxygen-gtk2 and lxappearance packages as those are only required to make GTK applications look nice in KDE.</p>
<p>Hope this helps, however if you have any questions, please let me know and I will try to help where I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://vassie.name/installing-arch-linux-with-gnome/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Arch Linux with KDE</title>
		<link>http://vassie.name/installing-arch-linux-with-kde</link>
		<comments>http://vassie.name/installing-arch-linux-with-kde#comments</comments>
		<pubDate>Sun, 05 Feb 2012 19:33:03 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://vassie.name/?p=180</guid>
		<description><![CDATA[I&#8217;ve always kept an interest in Linux and I normally check out the latest version of Ubuntu, however after hearing so many good things about Arch Linux I decided to download a copy and give it a try. The default &#8230; <a href="http://vassie.name/installing-arch-linux-with-kde">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always kept an interest in Linux and I normally check out the latest version of <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>, however after hearing so many good things about <a href="http://www.archlinux.org/" target="_blank">Arch Linux</a> I decided to download a copy and give it a try.</p>
<p>The default desktop environment for Ubuntu has always been <a href="http://www.gnome.org/" target="_blank">GNOME</a>, so I decided to install <a href="http://www.kde.org/" target="_blank">KDE</a>, this guide will step through what I did to install Arch Linux and then install KDE on my system.</p>
<p>I have used KDE before via <a href="http://www.kubuntu.org/" target="_blank">Kubuntu</a>, however I thought I would try Arch Linux becasue as they say, it&#8217;s a lightweight distrobution that keeps things simple</p>
<blockquote><p>You&#8217;ve reached the website for <strong>Arch Linux</strong>, a lightweight and flexible Linux® distribution that tries to Keep It Simple.</p></blockquote>
<p>This means I can install a clean copy of KDE and install only the applications I want.</p>
<p><span id="more-180"></span>First off, grab yourself an ISO from your closest <a href="http://www.archlinux.org/download/" target="_blank">mirror</a></p>
<p>archlinux-2011.08.19-netinstall-dual.iso (latest at time of writing) is recommended, burn the ISO and then boot your system from the CD</p>
<p><strong>Please note</strong> that I have downloaded the netinstall ISO, this version requires your system to have a internet connection as everything will be pulled down from the internet during install, for offline installs, you will need to download archlinux-2011.08.19-core-dual.iso (latest version at time of writing)</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-45-26.png"><img class="aligncenter size-medium wp-image-283" title="2012-02-03_13-45-26" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-45-26-300x225.png" alt="" width="300" height="225" /></a></p>
<p>Boot from the CD and select the architecture that matches your system</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-45-44.png"><img class="aligncenter size-medium wp-image-284" title="2012-02-03_13-45-44" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-45-44-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Once booted you have the opportunity to change the keyboard layout, the default is English US, to do this, type km and select a new layout, once ready, start the Arch Linux installer</p>
<pre>/arch/setup</pre>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-46-18.png"><img class="aligncenter size-medium wp-image-286" title="2012-02-03_13-46-18" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-46-18-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Press enter to go to the main menu</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-46-26.png"><img class="aligncenter size-medium wp-image-287" title="2012-02-03_13-46-26" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-46-26-300x166.png" alt="" width="300" height="166" /></a></p>
<p>It is advisable to run though the step in order, to select an install source, highlight Select source and press enter</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-46-32.png"><img class="aligncenter size-medium wp-image-288" title="2012-02-03_13-46-32" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-46-32-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Select with repositories you want to enable, I accept the defaults and press enter</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-46-52.png"><img class="aligncenter size-medium wp-image-290" title="2012-02-03_13-46-52" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-46-52-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Select a mirror to install from, again, select the closest one to you</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-46-58.png"><img class="aligncenter size-medium wp-image-291" title="2012-02-03_13-46-58" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-46-58-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Before connecting, the install with bring up your network interface</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-47-12.png"><img class="aligncenter size-medium wp-image-293" title="2012-02-03_13-47-12" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-47-12-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Select the interface you wish to activate</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-47-16.png"><img class="aligncenter size-medium wp-image-294" title="2012-02-03_13-47-16" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-47-16-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Press enter to obtain an IP address via DHCP</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-47-28.png"><img class="aligncenter size-medium wp-image-296" title="2012-02-03_13-47-28" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-47-28-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Your connection should now be active</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-47-38.png"><img class="aligncenter size-medium wp-image-298" title="2012-02-03_13-47-38" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-47-38-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Back at the main menu, select an editor (Set editor) and choose nano (like it says, it&#8217;s the easiest one to use)</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-47-50.png"><img class="aligncenter size-medium wp-image-300" title="2012-02-03_13-47-50" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-47-50-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Set your clock from the Set clock menu using your region and location and also your time and date</p>
<p><span style="color: #000000;">Now it&#8217;s time to partition and format your hard drive, <strong>THIS WILL WIPE YOUR HARD DRIVE, PLEASE MAKE SURE YOU HAVE BACKED UP EVERYTHING YOU WISH TO KEEP</strong>, you will <strong>NOT</strong> be able to recover anything lost</span></p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-48-38.png"><img class="aligncenter size-medium wp-image-308" title="2012-02-03_13-48-38" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-48-38-300x166.png" alt="" width="300" height="166" /></a></p>
<p>From the Prepare hard drive(s) menu, select Auto-Prepare and accept all the defaults (my system only has one hard drive)</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-49-02.png"><img class="aligncenter size-medium wp-image-313" title="2012-02-03_13-49-02" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-49-02-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Select your filesystem of choice, I use Ext4</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-49-06.png"><img class="aligncenter size-medium wp-image-314" title="2012-02-03_13-49-06" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-49-06-300x166.png" alt="" width="300" height="166" /></a></p>
<p><span style="color: #000000;">Then select Yes to <strong>FORMAT AND COMPLETELY WIPE EVERYTHING FROM YOUR HARD DRIVE</strong></span></p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-49-36.png"><img class="aligncenter size-medium wp-image-319" title="2012-02-03_13-49-36" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-49-36-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Once you are back at the main menu, choose Select packages, accept all the defaults until you are once again back at the main menu</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-50-06.png"><img class="aligncenter size-medium wp-image-325" title="2012-02-03_13-50-06" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-50-06-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Select Install packages and your system will download and install all the packages your system needs</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-54-54.png"><img class="aligncenter size-medium wp-image-328" title="2012-02-03_13-54-54" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-54-54-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Once everything has been downloaded and installed, you will need to edit some configuration files, select Configure system and start of with System Config</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/test-2012-02-08-10-28-37.png"><img class="aligncenter size-medium wp-image-379" title="test-2012-02-08-10-28-37" src="http://vassie.name/wp-content/uploads/2012/02/test-2012-02-08-10-28-37-300x166.png" alt="" width="300" height="166" /></a></p>
<p>At this point, the only setting you really need to change is HOSTNAME, enter here what you would like your system to be called, to save and exit files in nano, hold Ctrl and press O to write the file, then Ctrl then X to exit nano</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-55-54.png"><img class="aligncenter size-medium wp-image-331" title="2012-02-03_13-55-54" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-55-54-300x166.png" alt="" width="300" height="166" /></a></p>
<p>From the Glibc Locales menu, remove the # from the beginning of all the locales you want your system to use, above I have enabled en_GB, save and exit the file</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/test-2012-02-08-10-29-26.png"><img class="aligncenter size-medium wp-image-380" title="test-2012-02-08-10-29-26" src="http://vassie.name/wp-content/uploads/2012/02/test-2012-02-08-10-29-26-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Edit the pacman.conf file and at the bottom add the following</p>
<pre>[archlinuxfr]
Server = http://repo.archlinux.fr/$arch</pre>
<p>This will enable the archlinuxfr repository, witch will come handy handy later</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-56-56.png"><img class="aligncenter size-medium wp-image-335" title="2012-02-03_13-56-56" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-56-56-300x166.png" alt="" width="300" height="166" /></a></p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-57-08.png"><img class="aligncenter size-medium wp-image-336" title="2012-02-03_13-57-08" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-57-08-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Edit the Pacman Mirror List and comment out the Mirror selected during installation, by putting a # before Server (not actually sure if that is needed)</p>
<p>Then, find your country and uncomment all the server beneath it</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-57-18.png"><img class="aligncenter size-medium wp-image-337" title="2012-02-03_13-57-18" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-57-18-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Create yourself a root password and then go back to the Main Menu</p>
<p>The initicpio images will be rebuilt at this point</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-58-20.png"><img class="aligncenter size-medium wp-image-342" title="2012-02-03_13-58-20" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-58-20-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Enter the Install bootloader menu and enter vga=773 at the end of each kernel line, this isn&#8217;t necessary, but it will configure your system to boot up with a nicer 1024&#215;768 resolution</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-58-26.png"><img class="aligncenter size-medium wp-image-343" title="2012-02-03_13-58-26" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-58-26-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Select the your boot device (you should only have one option if you have one hard drive)</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-58-50.png"><img class="aligncenter size-medium wp-image-346" title="2012-02-03_13-58-50" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-58-50-300x166.png" alt="" width="300" height="166" /></a></p>
<p>You can now exit the installer and reboot your system</p>
<pre>reboot</pre>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-59-22.png"><img class="aligncenter size-medium wp-image-347" title="2012-02-03_13-59-22" src="http://vassie.name/wp-content/uploads/2012/02/2012-02-03_13-59-22-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Once rebooted you will now be able to log in with your root account</p>
<p>The first thing you will need to do is to create your own user account, running as root really isn&#8217;t a good idea</p>
<pre>adduser username</pre>
<p>Press enter to accept all the defaults apart from when asked for additional groups, here, enter the following</p>
<pre>audio,lp,optical,storage,video,games,power,scanner,wheel</pre>
<p>Press enter until you are asked for your password</p>
<p>While still logged in as root, install sudo, this will allow you to run root commands when logged in with your own account</p>
<p>When using pacman for the first time, you will need to tell it to synchronize its repository databases</p>
<pre>pacman -Syy</pre>
<p>Then you can install sudo</p>
<pre>pacman -S sudo</pre>
<p>Once installed you will need to allow the sudo group (wheel) to use sudo</p>
<pre>visudo</pre>
<p>Remove the # before the following line by moving the cursor down to the below line and pressing X to delete characters at the start of it</p>
<pre>%wheel ALL=(ALL) ALL</pre>
<p>Hold down Ctrl and press : then type wq! to save and exit the file</p>
<p>You can now log off as root and back in as your new user</p>
<p>Once logged in, it is time to start installing everything you need, first off is the X window system</p>
<pre>sudo pacman -S xorg-server xorg-xinit xorg-utils xorg-server-utils</pre>
<p>Then install 3D support</p>
<pre>sudo pacman -S mesa</pre>
<p>You will now need to install video drivers for X</p>
<pre>sudo pacman -S xf86-video-intel</pre>
<p>I have selected xf86-video-intel as my system has an Intel on board graphics chipset, for NVIDIA cards install xf86-video-nouveau and for ATI install xf86-video-ati</p>
<p>If you don’t have an Intel, NVIDIA or ATI graphics card, there is xf86-video-vesa which supports a large number of graphics cards, but does not have 2D and 3D acceleration.</p>
<p>If you are installing Arch Linux on a laptop, you will need to install input drivers for X</p>
<pre>sudo pacman -S xf86-input-synaptics</pre>
<p>Synaptics (and ALPS) touchpads found on most laptops</p>
<p>After installing X you will need to configure your system to boot it instead of the default bebahour of boot to a console, to do this you will need to edit you inittab file</p>
<pre>sudo nano /etc/inittab</pre>
<p>Add a comment to id:3 and remove the one from id:5, like below</p>
<pre>## Only one of the following two lines can be uncommented!
# Boot to console
#id:3:initdefault:
# Boot to X11
id:5:initdefault:</pre>
<p>While we’re there, we will tell the system to start the KDE login manager (KDM) after booting to X by adding a comment to the XDM line and removing the one before KDM</p>
<pre># Example lines for starting a login manager
#x:5:respawn:/usr/bin/xdm -nodaemon
#x:5:respawn:/usr/sbin/gdm -nodaemon
x:5:respawn:/usr/bin/kdm -nodaemon
#x:5:respawn:/usr/bin/slim &gt;/dev/null 2&gt;&amp;1</pre>
<p>Save and close the file</p>
<p>Then install the D-Bus messaging system</p>
<pre>sudo pacman -S dbus</pre>
<p>Once you have installed all the system components, it is a good idea to edit your rc.conf file</p>
<pre>sudo nano /etc/rc.conf</pre>
<p>Start off by adding dbus to the [DAEMONS] sections, like below</p>
<pre>DAEMONS=(syslog-ng !network crond dbus)</pre>
<p>It is also a good idea to disable the network daemon if you are installing Arch Linux on a laptop as you may not have a connection when booting, the wireless components in KDE (along with networkmanager) will take care of this once you log in, to do this add ! at the beginning of network.</p>
<p>Now it is time to start installing KDE. I like to install a minimal copy of KDE and then add the components I want after</p>
<pre>sudo pacman -S kdebase kde-l10n-en_gb phonon-gstreamer aspell-en</pre>
<p>Above I have installed the base KDE package with the English UK language pack and the GStreamer audio framework, I have also installed aspell-en for English UK spell checking support for KDE</p>
<p>After installing the GStreamer backend for KDE, its a good idea to install some plugins for audio and video playback support</p>
<pre>sudo pacman -S gstreamer0.10-plugins</pre>
<p>Audio works out of the box after installing X, however it is worth installing a few utilities that will allow you to unmute your audio devices (audio is muted by default)</p>
<pre>sudo pacman -S pulseaudio pulseaudio-alsa alsa-utils</pre>
<p>KMix (installed later) will allow you to easily unmute your audio devices.</p>
<p>You will also need to add alsa to the [DAEMONS] section of your rc.conf.</p>
<p>You will want to install some fonts, ttf-dejavu is required (system fonts will be pretty ugly with out it)</p>
<pre>sudo pacman -S ttf-dejavu</pre>
<p>Another set of fonts that are good for web rendering (making website look nice) are the Microsoft&#8217;s TrueType core fonts. These fonts are available from the <a href="https://wiki.archlinux.org/index.php/Arch_User_Repository" target="_blank">Arch User Repository</a> (AUR) and the archlinuxfr repository contains a handy tool called Yaourt that allows you to download and install packages straight from the AUR.</p>
<p>Before installing Yaourt you will need to install the base-devel group package as it contains tools required by Yaourt</p>
<pre>sudo pacman -S base-devel</pre>
<p>Once installed you can install Yaourt</p>
<pre>sudo pacman -S yaourt</pre>
<p>Now that Yaourt is insatlled, you can ask it to download, compile and install the MS fonts</p>
<pre>yaourt ttf-ms-fonts</pre>
<p>Yaourt will now search the AUR and present you with a list of packages</p>
<pre>1 aur/fontconfig-ms-fonts-zh 1.0-1 (0)
Font configuration using ttf-ms-fonts-zh
2 aur/ttf-ms-fonts 2.0-9 [installed] (1570)
Core TTF Fonts from Microsoft
3 aur/ttf-ms-fonts-zh 1.0-1 (2)
Chinese TTF fonts from latest microsoft windows installation
4 aur/ttf-ms-fonts-zh_cn 1.1-2 (46)
ms fonts
==&gt; Enter nÂ° of packages to be installed (ex: 1 2 3 or 1-3)
==&gt; --------------------------------------------------------
==&gt;</pre>
<p>The package we want is the second one, so type 2 and press enter</p>
<pre>==&gt; Edit PKGBUILD ? [Y/n] ("A" to abort)
==&gt; ------------------------------------
==&gt;</pre>
<p>I always say no here</p>
<pre>==&gt; Edit ttf-ms-fonts.install ? [Y/n] ("A" to abort)
==&gt; ------------------------------------------------
==&gt;</pre>
<p>Again, I say no</p>
<pre>==&gt; Continue building ttf-ms-fonts ? [Y/n]
==&gt; --------------------------------------
==&gt;</pre>
<p>Then yes, Yaourt will now download, compile and ask you to install the package</p>
<pre>==&gt; Continue installing ttf-ms-fonts ? [Y/n]
==&gt; [v]iew package contents [c]heck package with namcap
==&gt; ---------------------------------------------------
==&gt;</pre>
<p>Type Y and press enter, you may be asked for your password at this point</p>
<pre>Targets (1): ttf-ms-fonts-2.0-9

Total Installed Size:   5.46 MiB
Net Upgrade Size:       0.00 MiB

Proceed with installation? [Y/n]</pre>
<p>Type Y, press enter and the MS fonts will be installed.</p>
<p>I also recommend <a href="http://wenq.org/enindex.cgi" target="_blank">wqy-zenhei</a> for Chinese, Japanese and Korean characters and <a href="https://fedorahosted.org/lohit/" target="_blank">lohit-fonts</a> for Indic TrueType fonts</p>
<pre>sudo pacman -S wqy-zenhei</pre>
<pre>yaourt -S lohit-fonts</pre>
<p>While we are on the subject of fonts, and this step is totally optional, you may want to install ttf-indic-otf, again, totally optional, I won’t judge ಠ_ಠ</p>
<pre>sudo pacman -S ttf-indic-otf</pre>
<p>So, quick recap, X (with drivers) is installed and configured to boot up then run KDM at start up and KDE is installed, with your required language support. Before rebooting, and into KDE, there are some other packages I like to install.</p>
<p>KMix is application that allows you to control your sound card, it also comes with an applet. ffmpegthumbs to enable video thumbnail support in Dolphin (the default KDE file manager)</p>
<pre>sudo pacman -S kdemultimedia-kmix kdemultimedia-ffmpegthumbs</pre>
<p>For network management (including wireless support) the KNetworkManager front-end is available as a widget</p>
<pre>sudo pacman -S kdeplasma-applets-networkmanagement</pre>
<p>KNetworkManager will also install the networkmanager package and you will need to start it when your PC boots, to do this, open your rc.conf file and then add networkmanager to the [DAEMONS] sections</p>
<pre>DAEMONS=(syslog-ng !network crond dbus networkmanager)</pre>
<p>Also, becasue the the copy of KDE we have install is so minimal, it doesn&#8217;t come with any screensavers, to install the default ones you will need to install then</p>
<pre>sudo pacman -S kdeartwork-kscreensaver</pre>
<p>Save and close the file and you can now reboot your system</p>
<pre>sudo reboot</pre>
<p>After rebooting you should be presented with the KDE login manager, enter your username and password and enjoy your new system with KDE.</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/test-2012-02-08-10-47-56.png"><img class="aligncenter size-medium wp-image-381" title="test-2012-02-08-10-47-56" src="http://vassie.name/wp-content/uploads/2012/02/test-2012-02-08-10-47-56-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/test-2012-02-08-10-49-41.png"><img class="aligncenter size-medium wp-image-382" title="test-2012-02-08-10-49-41" src="http://vassie.name/wp-content/uploads/2012/02/test-2012-02-08-10-49-41-300x168.png" alt="" width="300" height="168" /></a></p>
<p>If you have any issues and you are keen to learn or improve your Linux skills, the Arch Linux <a href="https://wiki.archlinux.org/" target="_blank">Wiki</a> and <a href="https://bbs.archlinux.org/" target="_blank">forum</a> are an invaluable resource of guides, how to’s and end user support.</p>
<p>Once I have KDE up and running I always like to install my favourite web browser, Chromium</p>
<pre>sudo pacman -S chromium flashplugin</pre>
<p>After installing Chromium, if you start it up you may notice that the look and feel of it’s menus and dialog boxes do not match that of your KDE desktop (as it uses GTK2), to fix this you can install an Oxygen (default KDE theme) GTK2 theme, you can also install a nice GUI tool to easily allow you to change what GTK2 theme KDE should use</p>
<pre>sudo pacman -S oxygen-gtk2 kde-gtk-config</pre>
<p>To change your GTK2 theme, click the launcher menu and under Settings, System Settings, Application Appearance, select Gtk Configuration</p>
<p><a href="http://vassie.name/wp-content/uploads/2012/02/kde-gtk-config.png"><img class="aligncenter size-medium wp-image-495" title="kde-gtk-config" src="http://vassie.name/wp-content/uploads/2012/02/kde-gtk-config-300x233.png" alt="" width="300" height="233" /></a></p>
<p>Installing Chromium is optional of course, <a href="http://rekonq.kde.org/" target="_blank">Rekonq</a> is native KDE web browser and is based on Webkit, the same as Chromium, however other popular browsers like <a href="https://wiki.archlinux.org/index.php/Firefox" target="_blank">Firefox</a> and <a href="https://wiki.archlinux.org/index.php/Opera" target="_blank">Opera</a> are also available and easy to install.</p>
<p>Other applications I recommend are <a href="http://www.videolan.org/vlc/" target="_blank">VLC</a> for playing video</p>
<pre>sudo pacman -S vlc</pre>
<p><a href="http://www.clementine-player.org/" target="_blank">Clemetine</a> for playing and managing music</p>
<pre>sudo pacman -S clementine</pre>
<p>and <a href="http://gwenview.sourceforge.net/" target="_blank">Gwenview</a> for managaing and viewing pictures (with plugins)</p>
<pre>sudo pacman -S kdegraphics-gwenview kipi-plugins</pre>
<p>KWallet is also recommended for managing your passwords</p>
<pre>sudo pacman -S kdeutils-kwallet</pre>
<p>Keeping your system up to date is done via pacman</p>
<pre>sudo pacman -Syu</pre>
<p>Pacman is a very powerful tool, and it worth familiarizing yourself with it, the <a href="https://wiki.archlinux.org/index.php/Pacman" target="_blank">Wiki</a> entry is a good place to start.</p>
<p>You can also use Yaourt to update your system by checking the AUR for updates</p>
<pre>yaourt -Syua</pre>
<p>I hope you find this guide useful, and would like to hear from you if you did.</p>
]]></content:encoded>
			<wfw:commentRss>http://vassie.name/installing-arch-linux-with-kde/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Waiting (patiently) for a Raspberry Pi</title>
		<link>http://vassie.name/waiting-patiently-for-a-raspberry-pi</link>
		<comments>http://vassie.name/waiting-patiently-for-a-raspberry-pi#comments</comments>
		<pubDate>Mon, 23 Jan 2012 10:02:51 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://vassie.name/?p=258</guid>
		<description><![CDATA[I&#8217;ve been following the development of the Raspberry Pi pretty much since it was announced, and since then I have thought of numerous uses for a tiny, low powered, yet powerful and cheap (£16* without ethernet, £22* with) device. My main reason is to &#8230; <a href="http://vassie.name/waiting-patiently-for-a-raspberry-pi">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been following the development of the <a href="http://www.raspberrypi.org" target="_blank">Raspberry Pi</a> pretty much since it was announced, and since then I have thought of numerous uses for a tiny, low powered, yet powerful and cheap (£16* without ethernet, £22* with) device.</p>
<p>My main reason is to run one as a media box plugged into my TV via the Raspberry Pi&#8217;s HDMI port, and last week the <a href="http://xbmc.org" target="_blank">XBMC</a> team released a video of their software running on a Raspberry Pi.</p>
<span style="text-align:center; display: block;"><a href="http://vassie.name/waiting-patiently-for-a-raspberry-pi"><img src="http://img.youtube.com/vi/4NR57ELY28s/2.jpg" alt="" /></a></span>
<p>The Raspberry Pi is capable of decoding 1080p video and with it&#8217;s HDMI port make it a perfect media streamer.</p>
<blockquote><p>The SoC is a Broadcom BCM2835. This contains an ARM1176JZFS, with floating point, running at 700Mhz, and a Videocore 4 GPU. The GPU is capable of BluRay quality playback, using H.264 at 40MBits/s. It has a fast 3D core accessed using the supplied OpenGL ES2.0 and OpenVG libraries.</p></blockquote>
<p>Raspberry Pi&#8217;s should hopefully start shipping late Janusry, early Februrary 2012, and I cannot wait!</p>
<p>* Prices are an estimate based on current conversion rates.</p>
]]></content:encoded>
			<wfw:commentRss>http://vassie.name/waiting-patiently-for-a-raspberry-pi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing MiniDLNA on Arch Linux</title>
		<link>http://vassie.name/installing-minidlna-on-arch-linux</link>
		<comments>http://vassie.name/installing-minidlna-on-arch-linux#comments</comments>
		<pubDate>Wed, 11 Jan 2012 15:08:46 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[minidlna]]></category>

		<guid isPermaLink="false">http://vassie.name/?p=236</guid>
		<description><![CDATA[I&#8217;ve been moving round Linux distributions recently and currently find myself using (and rather enjoying) Arch Linux. As my article on installing MiniDLNA on Ubuntu is so far my post popular, I though I&#8217;d document how I installed and configured &#8230; <a href="http://vassie.name/installing-minidlna-on-arch-linux">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been moving round Linux distributions recently and currently find myself using (and rather enjoying) <a href="http://archlinux.org" target="_blank">Arch Linux</a>.</p>
<p>As my article on <a href="http://vassie.name/installing-minidlna-on-ubuntu-server">installing MiniDLNA on Ubuntu</a> is so far my post popular, I though I&#8217;d document how I installed and configured it on Arch.</p>
<p>There is a <a href="http://www.archlinux.org/packages/?sort=&amp;q=minidlna&amp;maintainer=&amp;last_update=&amp;flagged=&amp;limit=50" target="_blank">MiniDLNA package for Arch</a> in the community reposotory, meaning it can be installed very easily via Pacman (the following commands have been run as root, add sudo to the beginning of them if you have <a href="https://wiki.archlinux.org/index.php/Sudo#Installation" target="_blank">installed</a> and <a href="https://wiki.archlinux.org/index.php/Sudo#Configuration" target="_blank">configured</a> it)</p>
<pre>pacman -S minidlna</pre>
<p><span id="more-236"></span>Once installed, edit the MiniDLNA configuration file and enter the paths of the media you wish to share, and, if you wish, rename your server.</p>
<p>I prefer to edit text files with <a href="http://www.nano-editor.org/" target="_blank">nano</a>, however you can swap nano for your editor of choice</p>
<pre>nano /etc/minidlna.conf</pre>
<p>Once you have configuration file open for editing add the following, remembering to update the paths</p>
<pre>media_dir=A,/media/storage/Share/Music
media_dir=P,/media/storage/Share/Pictures
media_dir=V,/media/storage/Share/Videos</pre>
<p>You can rename the name of your server by removing the the # from friendly_name and changing its name, for example</p>
<pre>friendly_name=SERVER</pre>
<p>Save the file and you are done, you can control the service using the initscript in <strong>/etc/rc.d</strong>, and you start MiniDLNA at boot my adding <strong>minidlna</strong> to you list of daemons in <strong>/etc/rc.conf</strong></p>
<pre>DAEMONS=(syslog-ng network crond dbus gdm networkmanager minidlna)</pre>
<p>The <a href="https://wiki.archlinux.org/index.php/Minidlna" target="_blank">MiniDLNA ArchWiki entry</a> has an additional step that is optional which is to enable the MiniDLNA cache feature (a feature I do not use myself), this allows the database and album art to be cached.</p>
<pre>mkdir /var/{cache,log}/minidlna
chown nobody:nobody /var/{cache,log}/minidlna</pre>
<p>This will create the required directories and also set their permissions, once created you will need to add the paths to your minidlna.conf file</p>
<pre>db_dir=/var/cache/minidlna
log_dir=/var/log/minidlna</pre>
<p>Happy streaming.</p>
]]></content:encoded>
			<wfw:commentRss>http://vassie.name/installing-minidlna-on-arch-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing MiniDLNA on Ubuntu Server</title>
		<link>http://vassie.name/installing-minidlna-on-ubuntu-server</link>
		<comments>http://vassie.name/installing-minidlna-on-ubuntu-server#comments</comments>
		<pubDate>Tue, 13 Dec 2011 16:48:23 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[minidlna]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://vassie.name/?p=202</guid>
		<description><![CDATA[When setting up my Ubuntu server I wanted it to be able to stream my media via UPnP/DLNA, I looked at a few solutions including MediaTomb and uShare, however I decided to go with MiniDLNA based on the fact that it was &#8230; <a href="http://vassie.name/installing-minidlna-on-ubuntu-server">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When setting up my Ubuntu server I wanted it to be able to stream my media via <a href="http://en.wikipedia.org/wiki/Universal_Plug_and_Play#Media_server" target="_blank">UPnP</a>/<a href="http://en.wikipedia.org/wiki/Dlna" target="_blank">DLNA</a>, I looked at a few solutions including <a href="http://mediatomb.cc/" target="_blank">MediaTomb</a> and <a href="http://ushare.geexbox.org/" target="_blank">uShare</a>, however I decided to go with <a href="http://minidlna.sourceforge.net/" target="_blank">MiniDLNA</a> based on the fact that it was lightweight (my server isn&#8217;t the most powerful) and that I have a Western Digital TV Live which plays pretty much any file format meaning I didn&#8217;t need the server to transcode my media, MiniDLNA will quite happily however stream media to my other devices, like MP3&#8242;s and AVI&#8217;s (XviD/AC3) to my Xbox 360.</p>
<p>Installing MiniDLNA is available in the default repositories if you are running Ubuntu 11.10 and it can be installed by running the command</p>
<pre>sudo apt-get install minidlna</pre>
<p><span id="more-202"></span>If you are using a version of Ubuntu older than 11.10, you will need to add the stedy-minidlna PPA (view <a href="http://vassie.name/adding-personal-package-archives-ppa-to-ubuntu-server">this post</a> if the command below does not work)</p>
<pre>sudo add-apt-repository ppa:stedy6/stedy-minidna</pre>
<p>Then you can install MiniDLNA</p>
<pre>sudo apt-get update &amp;&amp; sudo apt-get install minidlna</pre>
<p>Once installed, all that is left is to edit the configuration file</p>
<pre>sudo nano /etc/minidlna.conf</pre>
<p>Add the following to your conf file, remembering to update the paths to your media</p>
<pre>media_dir=A,/media/storage/Share/Music
media_dir=P,/media/storage/Share/Pictures
media_dir=V,/media/storage/Share/Videos</pre>
<p>And finally, and this is totally optional, if you wish to rename your server, remove the # from the friendly_name line, and enter your chosen name, like below</p>
<pre>friendly_name=SERVER</pre>
<p>MiniDLNA is now configured to share your media, to force a database rescan run</p>
<pre>sudo minidlna -R</pre>
<p>You can also restart the service using the command</p>
<pre>sudo service minidlna restart</pre>
<p>For anyone interested, I have also published an Arch Linux version of this guide <a href="http://vassie.name/installing-minidlna-on-arch-linux">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://vassie.name/installing-minidlna-on-ubuntu-server/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

