<?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>Alex Sleat &#187; install</title>
	<atom:link href="http://alexsleat.co.uk/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:11:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>OpenNI &#8211; error CS0006: cannot find metadata file `System.Windows.Forms.dll&#8217;</title>
		<link>http://alexsleat.co.uk/2011/12/01/openni-error-cs0006-cannot-find-metadata-file-system-windows-forms-dll/</link>
		<comments>http://alexsleat.co.uk/2011/12/01/openni-error-cs0006-cannot-find-metadata-file-system-windows-forms-dll/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 13:41:37 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[ddl missing]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[kinect]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=24552</guid>
		<description><![CDATA[<br/><p>During installing the OpenNi kinect drivers, found here: https://github.com/OpenNI/OpenNI, I came across this error:</p> <p>make[1]: Entering directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Samples/SimpleViewer.net&#8217; gmcs -out:../../../Bin/Release/SimpleViewer.net.exe -target:winexe -unsafe -o+ -r:OpenNI.net.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -lib:../../../Bin/Release ../../../../../Samples/SimpleViewer.net/*.cs ../../Res/AssemblyInfo-OpenNI.cs error CS0006: cannot find metadata file `System.Windows.Forms.dll&#8217; Compilation failed: 1 error(s), 0 warnings make[1]: *** [../../../Bin/Release/SimpleViewer.net.exe] Error 1 make[1]: Leaving directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Samples/SimpleViewer.net&#8217; make: *** [Samples/SimpleViewer.net] [...]]]></description>
			<content:encoded><![CDATA[<br/><p>During installing the OpenNi kinect drivers, found here: <a href="https://github.com/OpenNI/OpenNI">https://github.com/OpenNI/OpenNI</a>, I came across this error:</p>
<blockquote><p>make[1]: Entering directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Samples/SimpleViewer.net&#8217;<br />
gmcs -out:../../../Bin/Release/SimpleViewer.net.exe -target:winexe -unsafe -o+ -r:OpenNI.net.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -lib:../../../Bin/Release ../../../../../Samples/SimpleViewer.net/*.cs ../../Res/AssemblyInfo-OpenNI.cs<br />
error CS0006: cannot find metadata file `System.Windows.Forms.dll&#8217;<br />
Compilation failed: 1 error(s), 0 warnings<br />
make[1]: *** [../../../Bin/Release/SimpleViewer.net.exe] Error 1<br />
make[1]: Leaving directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Samples/SimpleViewer.net&#8217;<br />
make: *** [Samples/SimpleViewer.net] Error 2</p></blockquote>
<p>To fix it, simply install the following package:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> mono-<span class="kw3">complete</span></div>
<p>Once finished, re-make and make install and everything should be dandy!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/12/01/openni-error-cs0006-cannot-find-metadata-file-system-windows-forms-dll/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java &#8211; .jar Error 127 /bin/sh: javac: not found.</title>
		<link>http://alexsleat.co.uk/2011/12/01/java-jar-error-127-binsh-javac-not-found/</link>
		<comments>http://alexsleat.co.uk/2011/12/01/java-jar-error-127-binsh-javac-not-found/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 13:33:42 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[error 127]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javac not found]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[sun-java6]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=24549</guid>
		<description><![CDATA[<br/><p>If you&#8217;re getting a similar error to this while trying to compile java files (.jar) then you&#8217;re probably missing the jdk, in ubuntu it&#8217;s called &#8220;sun-java6-jdk&#8221; so just go ahead and install that and all should be good!</p> <p>make[1]: Entering directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Wrappers/OpenNI.java&#8217; javac -d Release ../../../../../Wrappers/OpenNI.java/src/org/OpenNI/*.java /bin/sh: javac: not found make[1]: *** [../../../Bin/Release/org.OpenNI.jar] Error [...]]]></description>
			<content:encoded><![CDATA[<br/><p>If you&#8217;re getting a similar error to this while trying to compile java files (.jar) then you&#8217;re probably missing the jdk, in ubuntu it&#8217;s called &#8220;sun-java6-jdk&#8221; so just go ahead and install that and all should be good!</p>
<blockquote><p>make[1]: Entering directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Wrappers/OpenNI.java&#8217;<br />
javac  -d Release ../../../../../Wrappers/OpenNI.java/src/org/OpenNI/*.java<br />
/bin/sh: javac: not found<br />
make[1]: *** [../../../Bin/Release/org.OpenNI.jar] Error 127<br />
make[1]: Leaving directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Wrappers/OpenNI.java&#8217;<br />
make: *** [Wrappers/OpenNI.java] Error 2</p></blockquote>
<p>FIX:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> sun-java6-jdk</div>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/12/01/java-jar-error-127-binsh-javac-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xfce4 Installed on Ubuntu 11.10, Global Menu Remains.</title>
		<link>http://alexsleat.co.uk/2011/10/23/xfce4-installed-on-ubuntu-11-10-global-menu-remains/</link>
		<comments>http://alexsleat.co.uk/2011/10/23/xfce4-installed-on-ubuntu-11-10-global-menu-remains/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 13:39:52 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[appmenu]]></category>
		<category><![CDATA[appmenu-gtk]]></category>
		<category><![CDATA[appmenu-gtk3]]></category>
		<category><![CDATA[appmenu-qt]]></category>
		<category><![CDATA[global menu]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=22585</guid>
		<description><![CDATA[<br/><p></p> <p>After installing Ubuntu 11.10 I headed straight for an install of gnome-shell, I&#8217;ve been using it for a couple of months without any issue and got used to it enough that it wouldn&#8217;t impede on my workflow. That was until this release, when it was officially supported by Canonical and all of a [...]]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-23-143022.png"><img class="aligncenter size-large wp-image-22586" title="Screenshot at 2011-10-23 14:30:22" src="http://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-23-143022-1024x640.png" alt="" width="640" height="400" /></a></p>
<p>After installing Ubuntu 11.10 I headed straight for an install of gnome-shell, I&#8217;ve been using it for a couple of months without any issue and got used to it enough that it wouldn&#8217;t impede on my workflow. That was until this release, when it was officially supported by Canonical and all of a sudden it&#8217;s broken and mostly useless. So off to Xfce I go, it&#8217;s like gnome2 but way more customisable and actually pretty sweet. </p>
<p>However because I installed from a clean Ubuntu install rather than an xubuntu install I noticed that I still have the global menu (or appmenu-*) floating at the top under the default panel. To remove it, since it&#8217;s doing nothing and it looks plain stupid with transparency added to the panel. </p>
<p>It&#8217;s pretty simple to uninstall, just open up a terminal window and use the following command:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get remove appmenu-gtk3 appmenu-gtk appmenu-qt</div>
<p>Now just re-start X (log out and in again, restart the computer) and when you return, it should be gone.</p>
<p>And if you ever feel the need to want it back, maybe you want to give unity another try then use the following command:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> appmenu-gtk3 appmenu-gtk appmenu-qt</div>
<p>Source: <a href="http://www.addictivetips.com/ubuntu-linux-tips/how-to-disable-global-menu-in-ubuntu-11-10-tip/">http://www.addictivetips.com/ubuntu-linux-tips/how-to-disable-global-menu-in-ubuntu-11-10-tip/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/10/23/xfce4-installed-on-ubuntu-11-10-global-menu-remains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install the &#8216;gnome-shell-extensions-mediaplayer&#8217; Extension</title>
		<link>http://alexsleat.co.uk/2011/10/19/how-to-install-gnome-shell-extensions/</link>
		<comments>http://alexsleat.co.uk/2011/10/19/how-to-install-gnome-shell-extensions/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 19:38:58 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[from source]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[gnome-shell]]></category>
		<category><![CDATA[gnome-tweak-tool]]></category>
		<category><![CDATA[gnome3]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[make install]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=22391</guid>
		<description><![CDATA[<br/><p>The mediaplayer widget found on github, created by eonpatapon &#8211; (https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer).</p> <p>I&#8217;ve been searching for a while for a good, solid widget style thing that&#8217;ll sit in the top of the gnome-shell panel which can control the music that&#8217;s playing in banshee, rhythmbox or whatever else you want to use to play your tunes.</p> [...]]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-202514.png"><img class="size-full wp-image-22404 alignright" title="Screenshot at 2011-10-19 20:25:14" src="http://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-202514.png" alt="" width="434" height="348" /></a>The mediaplayer widget found on github, created by eonpatapon &#8211; (<a href="https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer">https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer</a>).</p>
<p>I&#8217;ve been searching for a while for a good, solid widget style thing that&#8217;ll sit in the top of the gnome-shell panel which can control the music that&#8217;s playing in banshee, rhythmbox or whatever else you want to use to play your tunes.</p>
<p>&nbsp;</p>
<h4>Installation:</h4>
<h5>1. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">First you&#8217;ll need to grab some dependencies:</span></h5>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> git gnome-common gnome-tweak-tool</div>
<h5>2. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">Next download the files from the git repository as below (this will download the folder to whatever directory you&#8217;re currently in, in terminal):</span></h5>
<div class="dean_ch" style="white-space: wrap;">git clone https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer.git</div>
<h5>3. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">Once it&#8217;s finished download (it shouldn&#8217;t take too long it&#8217;s only about 2.30MB as of writing this guide), you&#8217;ll want to install using the following commands:</span></h5>
<div class="dean_ch" style="white-space: wrap;"><span class="kw3">cd</span> gnome-shell-extensions-mediaplayer<br />
./autogen.<span class="kw2">sh</span> &#8211;<span class="re2">prefix=</span>/usr<br />
<span class="kw2">make</span><br />
<span class="kw2">sudo</span> <span class="kw2">make</span> <span class="kw2">install</span></div>
<h5>4. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">That&#8217;s it, it&#8217;s installed. Next you&#8217;re going to want to enable it, run gnome-tweak-tool and under extensions slide the newly installed extension to ON and it should appear next to the &#8220;Universal Access Settings&#8221; in the top right.</span></h5>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-203544.png"><img class="aligncenter size-full wp-image-22410" title="Screenshot at 2011-10-19 20:35:44" src="http://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-203544.png" alt="" width="662" height="529" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/10/19/how-to-install-gnome-shell-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 15 Post Installation Guide</title>
		<link>http://alexsleat.co.uk/2011/05/31/fedora-15-post-installation-guide/</link>
		<comments>http://alexsleat.co.uk/2011/05/31/fedora-15-post-installation-guide/#comments</comments>
		<pubDate>Tue, 31 May 2011 09:49:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[15]]></category>
		<category><![CDATA[32bit]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[post install]]></category>
		<category><![CDATA[set up]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16465</guid>
		<description><![CDATA[<br/>Install RPM Fusion su -c &#8216;yum localinstall &#8211;nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm&#8217; <p>&#8211; http://rpmfusion.org/Configuration</p> Enable unsupported video and audio codecs <p>Get enhanced audio and video support in applications that rely on GStreamer:</p> sudo yum install gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg <p>Get enhanced audio and video support in applications that rely on xine backend:</p> sudo yum install xine-lib-extras-freeworld <p>&#8211; [...]]]></description>
			<content:encoded><![CDATA[<br/><h3><strong>Install RPM Fusion</strong></h3>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">su</span> -c <span class="st0">&#8216;yum localinstall &#8211;nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm&#8217;</span></div>
<p>&#8211; <a href="http://rpmfusion.org/Configuration">http://rpmfusion.org/Configuration</a></p>
<h3><strong>Enable unsupported video and audio codecs </strong></h3>
<p>Get enhanced audio and video support in applications that rely on GStreamer:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> yum <span class="kw2">install</span> gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg</div>
<p>Get enhanced audio and video support in applications that rely on xine backend:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> yum <span class="kw2">install</span> xine-lib-extras-freeworld</div>
<p>&#8211; <a href="http://rpmfusion.org/FAQ#head-fa398739adc1f2783f645404f8c24bba9e636ccf">http://rpmfusion.org/FAQ</a></p>
<h3><strong>Install Chromium Browser</strong></h3>
<p>Make a file called &#8220;fedora-chromium-stable.repo&#8221; in /etc/yum.repos.d/ and open:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> gedit /etc/yum.repos.d/fedora-chromium-stable.repo</div>
<p>Paste in the following, save and exit:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re3"># Place this <span class="kw2">file</span> <span class="kw1">in</span> your /etc/yum.repos.d/ directory</span></p>
<p><span class="br0">&#91;</span>fedora-chromium-stable<span class="br0">&#93;</span><br />
<span class="re2">name=</span>Builds of the <span class="st0">&quot;stable&quot;</span> tag of the Chromium Web Browser<br />
<span class="re2">baseurl=</span>http://repos.fedorapeople.org/repos/spot/chromium-stable/fedora-<span class="re1">$releasever</span>/<span class="re1">$basearch</span>/<br />
<span class="re2">enabled=</span><span class="nu0">1</span><br />
<span class="re2">skip_if_unavailable=</span><span class="nu0">1</span><br />
<span class="re2">gpgcheck=</span><span class="nu0">0</span></p>
<p><span class="br0">&#91;</span>fedora-chromium-stable-<span class="kw3">source</span><span class="br0">&#93;</span><br />
<span class="re2">name=</span>Builds of the <span class="st0">&quot;stable&quot;</span> tag of the Chromium Web Browser &#8211; Source<br />
<span class="re2">baseurl=</span>http://repos.fedorapeople.org/repos/spot/chromium-stable/fedora-<span class="re1">$releasever</span>/SRPMS<br />
<span class="re2">enabled=</span><span class="nu0">0</span><br />
<span class="re2">skip_if_unavailable=</span><span class="nu0">1</span><br />
<span class="re2">gpgcheck=</span><span class="nu0">0</span></div>
<p>&#8211; <a href="http://fedoraproject.org/wiki/Chromium">http://fedoraproject.org/wiki/Chromium</a></p>
<h3><strong>Install Flash</strong></h3>
<p>Download the YUM for Linux version from the adobe site &#8211; http://get.adobe.com/flashplayer/</p>
<p>Run the following in the folder you downloaded the file to:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">su</span> -c <span class="st0">&#8216;rpm -ivh adobe-release-i386-1.0-1.noarch.rpm&#8217;</span></div>
<p>Import the GPG key:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">su</span> -c <span class="st0">&#8216;rpm &#8211;import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux&#8217;</span></div>
<p><strong>In 32bit run:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">su</span> -c <span class="st0">&#8216;yum install nspluginwrapper alsa-plugins-pulseaudio flash-plugin&#8217;</span></div>
<p><strong>on 64bit run:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">su</span> -c <span class="st0">&#8216;yum install nspluginwrapper.{x86_64,i686} alsa-plugins-pulseaudio.i686 &#8211;disablerepo=adobe-linux-i386&#8242;</span><br />
<span class="kw2">su</span> -c <span class="st0">&#8216;yum install flash-plugin&#8217;</span></div>
<p>If you&#8217;re using Firefox, that should be all done but if you&#8217;re using Chromium you&#8217;ll need to open Firefox and play a video then close it and run the following:</p>
<p><strong>32bit:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">ln</span> -s /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/chromium-browser/plugins/libflashplayer.so</div>
<p><strong>64bit:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">ln</span> -s /usr/lib64/mozilla/plugins-wrapped/nswrapper_32_64.libflashplayer.so /usr/lib64/chromium-browser/plugins/nswrapper_32_64.libflashplayer.so</div>
<p>Close and re-open Chromium and head to <a href="http://www.youtube.com/watch?v=1LZXxD1tcx0">YouTube</a> to check that it&#8217;s working.</p>
<p>&#8211; <a href="http://fedoraproject.org/wiki/Flash">http://fedoraproject.org/wiki/Flash</a></p>
<h3><strong>Install Dropbox</strong></h3>
<p>Download and install the correct rpm for 32 or 64 bit from the Dropbox website &#8211; <a href="http://www.dropbox.com/downloading">http://www.dropbox.com/downloading</a>.</p>
<p>Follow this guide to remove the YUM errors you may encounter once the package is installed &#8211; <a href="http://alexsleat.co.uk/2011/05/24/how-to-fix-error-cannot-retrieve-repository-metadata-repomd-xml-for-repository-dropbox-please-verify-its-path-and-try-again/">http://alexsleat.co.uk/2011/05/24/how-to-fix-error-cannot-retrieve-repository-metadata-repomd-xml-for-repository-dropbox-please-verify-its-path-and-try-again/</a> .</p>
<h3><strong>Install VLC</strong></h3>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> yum <span class="kw2">install</span> vlc</div>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/05/31/fedora-15-post-installation-guide/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Kinect Development &#8211; Day 1</title>
		<link>http://alexsleat.co.uk/2011/05/14/kinect-development-day-1/</link>
		<comments>http://alexsleat.co.uk/2011/05/14/kinect-development-day-1/#comments</comments>
		<pubDate>Sat, 14 May 2011 23:03:47 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Kinect]]></category>
		<category><![CDATA[Machine Vision]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[kinect]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[machine vision]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[xbox 360]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=15926</guid>
		<description><![CDATA[<br/><p>Head over to this page if you want some tutorials on getting started with the Kinect and libfreenect, I&#8217;ll update more as time goes on and I have free time.</p> <p>I&#8217;ve been meaning to grab myself an Xbox 360 Kinect for a while, not because I&#8217;m a big motion controlled game fan but for [...]]]></description>
			<content:encoded><![CDATA[<br/><blockquote><p>Head over to <a href="http://alexsleat.co.uk/kinect-development-tutorials/">this page</a> if you want some tutorials on getting started with the Kinect and libfreenect, I&#8217;ll update more as time goes on and I have free time.</p></blockquote>
<p>I&#8217;ve been meaning to grab myself an Xbox 360 Kinect for a while, not because I&#8217;m a big motion controlled game fan but for machine vision development. Within the first month of the Kinect open source drivers being released the coolest things were seen, from motion controlled media centres to 3D modelling. I&#8217;ll admit, I&#8217;m a little late to the game, mostly due to the amount of work in my final year at university and other general business. Over the summer I&#8217;ll have plenty of time to do a couple of projects and hopefully come up with something cool and contribute to the scene.</p>
<p>Anyway enough of the small talk, I&#8217;ve decided to blog in as much detail the journey through the development, from the installation of the libraries to writing the first and last bit of code as a sort of a set of tutorials for anyone else who wants to get into it.</p>
<p style="text-align: center;"><a href="http://alexsleat.co.uk/wp-content/uploads/2011/05/2011-05-13-1305312313_1440x900_scrot.png"><img class="size-large wp-image-15938 aligncenter" title="Kinect Example Program" src="http://alexsleat.co.uk/wp-content/uploads/2011/05/2011-05-13-1305312313_1440x900_scrot-1024x640.png" alt="" width="640" height="400" /></a></p>
<p>There are currently two main sets of drivers/libraries out there <strong>libfreenect</strong> and <strong>OpenNI</strong> both sporting hip, cool, open source names. So which one do you choose? Well, here&#8217;s a brief description of both.</p>
<p>Let&#8217;s start with OpenNI, these are the Official PrimeSense (the people that Microsoft paid to actually create the Kinect) these allow access to audio, video and depth with the addition of PrimeSense&#8217;s NITE Middleware. NITE is the software library used for skeletal tracking, hand gesture recognition and scene analyzer (used to separate figures in the foreground from the background) .</p>
<p>Alternatively there is the libfreenect libraries, from the community over at <a href="http://openkinect.org/">openkinect.org</a>. While these are admittedly lacking slightly in features such as skeletal tracking and hand gesture recognition they much make up for it in the dedication to open source and the creation of the best suite available. These have access to video, microphones, motors and LED with speakers currently being worked on. They work under a variety of language wrappers for most OS&#8217;s and will of course by my personal library of choice.</p>
<p>Fortunately, you won&#8217;t have to decide which one you&#8217;d prefer &#8217;cause you can run them both on the same machine but you&#8217;ll have to look into licencing information for releasing projects with OpenNI so it&#8217;s unlikely you&#8217;ll want to combine them (or even allowed?).</p>
<p><strong>libfreenect Installation:</strong></p>
<p>OpenKinect&#8217;s getting started page provides a well enough documented installation guide that anyone should be able to get them up and running under Windows/Linux or OSX. With Ubuntu being the distro of choice for installation guide. - <a href="http://openkinect.org/wiki/Getting_Started">http://openkinect.org/wiki/Getting_Started</a></p>
<p>If you&#8217;re running Arch, there are a few AUR packages available however they all seem to have lacked updates for a few months but the manual build is pretty simple on the getting started page, I&#8217;ve also added a quick list of commands to get you there:</p>
<p><span style="text-decoration: underline;">Grab the git copy of the libraries:</span></p>
<div class="dean_ch" style="white-space: wrap;">git clone https://github.com/OpenKinect/libfreenect.git<br />
<span class="kw3">cd</span> libfreenect/</div>
<p><span style="text-decoration: underline;">Make, install:</span></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">mkdir</span> build<br />
<span class="kw3">cd</span> build/<br />
cmake ..<br />
<span class="kw2">make</span><br />
<span class="kw2">sudo</span> <span class="kw2">make</span> <span class="kw2">install</span><br />
<span class="kw2">sudo</span> ldconfig /usr/<span class="kw3">local</span>/lib64/</div>
<p><span style="text-decoration: underline;">Add your user to allow access to the connect by creating a group called video and adding your user to it:</span><br />
<em>note: this can be skipped if you don&#8217;t mind running as root/sudo</em></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">nano</span> /etc/udev/rules.d/<span class="nu0">66</span>-kinect.rules<br />
<span class="kw2">sudo</span> usermod -G video username</div>
<p><span style="text-decoration: underline;">Test the kinect with the example program:</span></p>
<div class="dean_ch" style="white-space: wrap;">bin/glview</div>
<p>If all went well you should have seen a sight similar to the screenshot above, if not check out the OpenKinect page for more information and see if the problems you&#8217;re having haven&#8217;t already been resolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/05/14/kinect-development-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: &#8220;end_request: I/O error, dev sr0, sector xxxxx&#8221; &#8211; Linux</title>
		<link>http://alexsleat.co.uk/2011/03/20/end_request-io-error-dev-sr0-sector-xxxxx-linux/</link>
		<comments>http://alexsleat.co.uk/2011/03/20/end_request-io-error-dev-sr0-sector-xxxxx-linux/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 14:46:49 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[dev sr0]]></category>
		<category><![CDATA[end_request]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[io error]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[narwhal]]></category>
		<category><![CDATA[natty]]></category>
		<category><![CDATA[Natty Narwhal]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=13114</guid>
		<description><![CDATA[<br/><p>Error:</p> end_request: I/O error, dev sr0, sector 537392 <p>If you&#8217;re getting a similar error filling your screen once you&#8217;ve installed Ubuntu, don&#8217;t panic. It&#8217;s pretty common which is basically because Ubuntu (or any other Linux distro) can&#8217;t control your CD/DVD drive properly, it&#8217;s probably trying to open/close it but doesn&#8217;t know if it has [...]]]></description>
			<content:encoded><![CDATA[<br/><p><strong>Error:</strong></p>
<div class="dean_ch" style="white-space: wrap;">end_request: I/O error, dev sr0, sector <span class="nu0">537392</span></div>
<p>If you&#8217;re getting a similar error filling your screen once you&#8217;ve installed Ubuntu, don&#8217;t panic. It&#8217;s pretty common which is basically because Ubuntu (or any other Linux distro) can&#8217;t control your CD/DVD drive properly, it&#8217;s probably trying to open/close it but doesn&#8217;t know if it has or not. The problem is that you don&#8217;t get to see what Ubuntu wrote before because it&#8217;s filled your screen up with this error.</p>
<p>If you&#8217;ve just installed Ubuntu this probably happened when it wanted you to take the disc out and close the cd tray (if there is one) then hit Enter to finish the installation, so just do that and ignore this error.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/03/20/end_request-io-error-dev-sr0-sector-xxxxx-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing packages from CD in Arch Linux</title>
		<link>http://alexsleat.co.uk/2011/03/10/installing-packages-from-cd-in-arch-linux/</link>
		<comments>http://alexsleat.co.uk/2011/03/10/installing-packages-from-cd-in-arch-linux/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 22:02:58 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[cdrom]]></category>
		<category><![CDATA[core-pkgs.sqfs]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[pacman]]></category>
		<category><![CDATA[pkgs]]></category>
		<category><![CDATA[sqfs]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=12317</guid>
		<description><![CDATA[<br/><p>Okay, so you have Arch Linux installed and let&#8217;s say you&#8217;re wifi isn&#8217;t working and you need the package &#8220;iwlwifi-3945-ucode-15.32.2.9-2-any.pkg.tar.gz&#8221; to fix this but you don&#8217;t have a wired connect. What do you do? Blast in your Arch cd, mount it, mount the packages sqfs file and install using pacman. </p> <p>Mount cdrom:</p> mkdir [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Okay, so you have Arch Linux installed and let&#8217;s say you&#8217;re wifi isn&#8217;t working and you need the package &#8220;iwlwifi-3945-ucode-15.32.2.9-2-any.pkg.tar.gz&#8221; to fix this but you don&#8217;t have a wired connect. What do you do? Blast in your Arch cd, mount it, mount the packages sqfs file and install using pacman. </p>
<p><strong>Mount cdrom:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">mkdir</span> /mnt/cdrom/<br />
<span class="kw2">mount</span> /dev/cdrom /mnt/cdrom/</div>
<p><strong>Mount *-pkgs.sqfs:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">mkdir</span> /mnt/pkgs/<br />
<span class="kw2">mount</span> -o loop core-pkgs.sqfs /mnt/pkgs/<br />
<span class="kw3">cd</span> /mnt/pkgs/</div>
<p><strong>Install pkg.tar.gz:</strong></p>
<div class="dean_ch" style="white-space: wrap;">pacman -U package-name.pkg.<span class="kw2">tar</span>.gz</div>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/03/10/installing-packages-from-cd-in-arch-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To: Install Pyrobot in Ubuntu</title>
		<link>http://alexsleat.co.uk/2010/11/30/how-to-install-pyrobot-in-ubuntu/</link>
		<comments>http://alexsleat.co.uk/2010/11/30/how-to-install-pyrobot-in-ubuntu/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 14:30:53 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[Maverick Meerkat]]></category>
		<category><![CDATA[pyrobot install]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sh]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=8122</guid>
		<description><![CDATA[<br/><p>A quick guide for getting pyrobot running in Ubuntu, I&#8217;ve managed to get it running on 32bit and 64bit Ubuntu (10.10) so follow the guide accordingly to whichever architecture you&#8217;re using (64bit is about half way down the post).</p> 32-bit <p>1. Download this file, or copy the below into a file and save it [...]]]></description>
			<content:encoded><![CDATA[<br/><p>A quick guide for getting pyrobot running in Ubuntu, I&#8217;ve managed to get it running on 32bit and 64bit Ubuntu (10.10) so follow the guide accordingly to whichever architecture you&#8217;re using (64bit is about half way down the post).</p>
<h2><span style="text-decoration: underline;">32-bit</span></h2>
<p><strong>1. </strong>Download <a href="http://dl.dropbox.com/u/307455/pyroinstall.sh">this file</a>, or copy the below into a file and save it as <em>pyroinstall.sh </em>to your home dir.</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re3">#!/bin/sh</span></p>
<p><span class="re2">currentdir=</span>$<span class="br0">&#40;</span><span class="kw3">pwd</span><span class="br0">&#41;</span></p>
<p><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> build-essential python2<span class="nu0">.6</span> python2<span class="nu0">.6</span>-dev python-tk python-numeric libjpeg62-dev libncurses5-dev swig</p>
<p><span class="kw2">wget</span> http://pyrorobotics.org/download/pyrobot-latest.tgz</p>
<p><span class="kw2">tar</span> -zxvf pyrobot-latest.tgz</p>
<p><span class="kw3">cd</span> pyrobot</p>
<p>python configure.py</p>
<p><span class="kw2">make</span></p>
<p><span class="kw2">sed</span> -ie <span class="st0">&#8216;s/-e #!/#!/g&#8217;</span> <span class="re1">$currentdir</span>/pyrobot/bin/pyrobot<br />
<span class="kw2">sed</span> -ie <span class="st0">&#8216;s/-e # /# /g&#8217;</span> <span class="re1">$currentdir</span>/pyrobot/system/version.py</p>
<p><span class="kw3">echo</span> <span class="st0">&#8216;export PATH=${PATH}:&#8217;</span><span class="re1">$currentdir</span><span class="st0">&#8216;/pyrobot/bin&#8217;</span> &gt;&gt; <span class="re1">$currentdir</span>/.bashrc</div>
<p><em>Note: The &#8216; in the code highlighter I have above won&#8217;t work in terminal, there isn&#8217;t much I can do about it so you&#8217;ll have to re-write it. Also if you&#8217;re doing this manually change the &#8220;$currentdir&#8221; to &#8220;~&#8221; if you are doing it in your home directory.</em></p>
<p><strong>2.</strong> Make sure this file is in your home directory (e.g /home/alex/pyroinstall.sh) and make it executable:</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">chmod</span> +x pyroinstall.<span class="kw2">sh</span></div>
<p><strong>3.</strong> Run the usual way (as super user because it has to install stuff etc):</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">sudo</span> ./pyroinstall.<span class="kw2">sh</span></div>
<p><strong>4.</strong> It&#8217;ll ask you some questions, below are the answers I used &#8211; you can use other configurations if you know what you need. I also put the full output in pastebin &#8217;cause it was bunging up the guide - <a href="http://pastebin.com/Kc5jyhja">http://pastebin.com/Kc5jyhja</a></p>
<div class="dean_ch" style="white-space: wrap;"><span class="nu0">1</span>. &nbsp; &nbsp; &nbsp;<span class="nu0">2.6</span><br />
<span class="nu0">2</span>. &nbsp; &nbsp; &nbsp;/usr/include/python2<span class="nu0">.6</span><br />
<span class="nu0">3</span>. &nbsp; &nbsp; &nbsp;/usr/bin/python2<span class="nu0">.6</span><br />
<span class="nu0">4</span>. &nbsp; &nbsp; &nbsp;/etc/X11<br />
<span class="nu0">5</span>. &nbsp; &nbsp; &nbsp;none<br />
<span class="nu0">6.01</span>&nbsp; &nbsp; n<br />
<span class="nu0">6.02</span>&nbsp; &nbsp; n<br />
<span class="nu0">6.03</span>&nbsp; &nbsp; n<br />
<span class="nu0">6.04</span>&nbsp; &nbsp; n<br />
<span class="nu0">6.05</span>&nbsp; &nbsp; n<br />
<span class="nu0">6.06</span>&nbsp; &nbsp; n<br />
<span class="nu0">6.07</span>&nbsp; &nbsp; n<br />
<span class="nu0">6.08</span>&nbsp; &nbsp; n<br />
<span class="nu0">6.09</span>&nbsp; &nbsp; n<br />
<span class="nu0">6.10</span>&nbsp; &nbsp; n<br />
<span class="nu0">6.11</span>&nbsp; &nbsp; y<br />
<span class="nu0">6.12</span>&nbsp; &nbsp; y</div>
<p><strong>5.</strong> Once it&#8217;s done reboot or run:</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw3">source</span> ~/.bashrc</div>
<p><strong>6.</strong> Allow read/write/execute permissions for the pyrobot folder:</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">sudo</span> <span class="kw2">chmod</span> -R <span class="nu0">777</span> ~/pyrobot</div>
<p>You should all be done, try typing the following to get it running!</p>
<div class="dean_ch" style="white-space: wrap;"> pyrobot</div>
<h2><span style="text-decoration: underline;">64-bit</span></h2>
<p>In order to get pyrobot running on 64bit, you basically need to add -fPIC to CFLAGS in all the relative Makefiles as explained in this mailing list post &#8211; <a href="http://www.mail-archive.com/pyro-users@pyrorobotics.org/msg00344.html">http://www.mail-archive.com/pyro-users@pyrorobotics.org/msg00344.html</a> - Lucky for you I&#8217;ve already gone through the effort of doing it and compressed it (<a href="http://dl.dropbox.com/u/307455/pyrobot-5.0.0_64bit.tar">download here</a> you won&#8217;t need to if you are going to run the script though, it&#8217;ll do it for you..).</p>
<p>This script should download the file, configure and make and output the path to the .bashrc file for you (similar to the 32bit one does) so download this file, or copy and paste the script below into a file in your home directory:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re3">#!/bin/sh</span></p>
<p><span class="re2">currentdir=</span>$<span class="br0">&#40;</span><span class="kw3">pwd</span><span class="br0">&#41;</span></p>
<p><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> build-essential python2<span class="nu0">.6</span> python2<span class="nu0">.6</span>-dev python-tk python-numeric libjpeg62-dev libncurses5-dev swig</p>
<p><span class="kw2">wget</span> http://dl.dropbox.com/u/<span class="nu0">307455</span>/pyrobot<span class="nu0">-5.0</span>.0_64bit.<span class="kw2">tar</span></p>
<p><span class="kw2">tar</span> -zxvf pyrobot<span class="nu0">-5.0</span>.0_64bit.<span class="kw2">tar</span></p>
<p><span class="kw3">cd</span> pyrobot</p>
<p>python configure.py</p>
<p><span class="kw2">make</span></p>
<p><span class="kw3">echo</span> <span class="st0">&#8216;export PATH=${PATH}:&#8217;</span><span class="re1">$currentdir</span><span class="st0">&#8216;/pyrobot/bin&#8217;</span> &gt;&gt; <span class="re1">$currentdir</span>/.bashrc</div>
<p>2. Make sure this file is in your home directory (e.g /home/alex/pyroinstall64.sh) and make it executable:</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">chmod</span> +x pyroinstall64.<span class="kw2">sh</span></div>
<p>3. Run the usual way (as super user because it has to install stuff etc):</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">sudo</span> ./pyroinstall64.<span class="kw2">sh</span></div>
<p>Steps 4. 5. and 6. are the same as above..</p>
<h2><span style="text-decoration: underline;">Change Default Editor</span></h2>
<p>If you want to change the default editor from emacs to anything else (this will change the default editor used in other terminal applications too..) use the following commands, just change gedit to whatever you&#8217;d like (vi, vim, kedit etc):</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw3">echo</span> <span class="st0">&quot;export EDITOR=/usr/bin/gedit&quot;</span> &gt;&gt; ~/.bashrc<br />
<span class="kw3">source</span> ~/.bashrc</div>
<p>Any problems leave a comment and I&#8217;ll try and help as best as I can..</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/11/30/how-to-install-pyrobot-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>HowTo: Fix &#8220;Briefly unavailable for scheduled maintenance. Check back in a minute.&#8221;</title>
		<link>http://alexsleat.co.uk/2010/07/07/howto-fix-briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/</link>
		<comments>http://alexsleat.co.uk/2010/07/07/howto-fix-briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 16:20:35 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=243</guid>
		<description><![CDATA[<br/><p>After installing an update to WordPress I received the error:</p> <p>&#8220;Briefly unavailable for scheduled maintenance. Check back in a minute.&#8221;</p> <p>I was unsure if this was down to my hosts servers being temporarily down, going down during the update or if WordPress had simply failed to update whatever it was updating. Turns out it [...]]]></description>
			<content:encoded><![CDATA[<br/><p>After installing an update to WordPress I received the error:</p>
<blockquote><p>&#8220;Briefly unavailable for scheduled maintenance. Check back in a minute.&#8221;</p></blockquote>
<p>I was unsure if this was down to my hosts servers being temporarily down, going down during the update or if WordPress had simply failed to update whatever it was updating. Turns out it was the latter and it&#8217;s really easy to fix, first log on to your ftp, file manager or whatever for your hosting and browse to your wordpress install, in the root of this there should be a .maintenance file, just delete this and everything should be back to normal. Once back in the WordPress dashboard you may be asked to reinstall whatever failed however sometimes it will have completed the install and just not managed to delete this file.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/07/07/howto-fix-briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

