<?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>Chris&#039; Blog &#187; eddie [Laptop]</title>
	<atom:link href="http://www.cs278.org/blog/category/technology/network/eddie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cs278.org/blog</link>
	<description>“A metal loving, web developing, open source contributor.”</description>
	<lastBuildDate>Sun, 03 Apr 2011 14:36:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>June Desktop</title>
		<link>http://www.cs278.org/blog/2007/06/11/june-desktop-eddie/</link>
		<comments>http://www.cs278.org/blog/2007/06/11/june-desktop-eddie/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 18:27:37 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Desktops]]></category>
		<category><![CDATA[eddie [Laptop]]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/2007/06/11/june-desktop-eddie/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://www.cs278.org/gallery/v/screenshots/desktops/eddie_cs278_org/2007-06-11.png.html"><img src="http://www.cs278.org/gallery/d/1827-2/2007-06-11.png" alt="Screenshot of eddie" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2007/06/11/june-desktop-eddie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu lirc Configuration</title>
		<link>http://www.cs278.org/blog/2007/06/11/ubuntu-lirc-configuration/</link>
		<comments>http://www.cs278.org/blog/2007/06/11/ubuntu-lirc-configuration/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 17:37:56 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[eddie [Laptop]]]></category>
		<category><![CDATA[ktulu [Desktop]]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/2007/06/11/ubuntu-lirc-configuration/</guid>
		<description><![CDATA[I keep meaning to document this, the installation procedure for my MCEUSB2 remote control with lirc under Ubuntu, so here we go. $ sudo aptitude install lirc lirc-modules-source module-assistant debconf-utils $ wget http://static.cs278.org/conf/debconf/ubuntu-704_lirc-modules-source -O- &#124; sudo debconf-set-selections $ sudo dpkg-reconfigure &#8230; <a href="http://www.cs278.org/blog/2007/06/11/ubuntu-lirc-configuration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I keep meaning to document this, the installation procedure for my MCEUSB2 remote control with lirc under Ubuntu, so here we go.</p>
<ol>
<li>
<pre class="terminal">$ sudo aptitude install lirc lirc-modules-source module-assistant debconf-utils</pre>
</li>
<li>
<pre class="terminal">$ wget http://static.cs278.org/conf/debconf/ubuntu-704_lirc-modules-source -O- | sudo debconf-set-selections
$ sudo dpkg-reconfigure lirc-modules-source</pre>
<p class="note">This was needed before but is now automated:<br />
Select <q><var>mceusb2</var></q> and then <q>No</q>, and choose<q>Install the package maintainer&#8217;s version</q> if the option appears.</p>
</li>
<li>
<pre class="terminal">$ sudo sed 's/MODULES=""/MODULES="lirc_mceusb2"/' /etc/lirc/hardware.conf --in-place</pre>
</li>
<li>
<pre class="terminal">$ sudo m-a update,prepare
$ sudo rm /usr/src/lirc*deb
$ sudo m-a clean lirc
$ sudo m-a a-i lirc
$ sudo depmod -a</pre>
</li>
<li>
<pre class="terminal">$ wget "https://help.ubuntu.com/community/Install_Lirc_Feisty?action=AttachFile&#038;do=get&#038;target=lircd.conf.mceusb" -O- | sudo tee /etc/lirc/lircd.conf</pre>
</li>
<li>
<pre class="terminal">$ sudo modprobe lirc_mceusb2
$ sudo /etc/init.d/lirc start</pre>
</li>
</ol>
<p>Sources:</p>
<ul>
<li><a href="https://help.ubuntu.com/community/Install_Lirc_Feisty" rel="external">https://help.ubuntu.com/community/Install_Lirc_Feisty</a></li>
<li><a href="http://gentoo-wiki.com/HOWTO_LIRC" rel="external">http://gentoo-wiki.com/HOWTO_LIRC</a></li>
<li><a href="http://wiki.videolan.org/How_to_Use_Lirc" rel="external">http://wiki.videolan.org/How_to_Use_Lirc</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2007/06/11/ubuntu-lirc-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Manager and University of Exeter VPN</title>
		<link>http://www.cs278.org/blog/2007/05/19/network-manager-and-university-of-exeter-vpn/</link>
		<comments>http://www.cs278.org/blog/2007/05/19/network-manager-and-university-of-exeter-vpn/#comments</comments>
		<pubDate>Sat, 19 May 2007 19:12:32 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[eddie [Laptop]]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/2007/05/19/network-manager-and-university-of-exeter-vpn/</guid>
		<description><![CDATA[So, at home currently rather than at university, this poses a problem when trying to connect to some resources, such as internal machines and private resources. I know Network Manager in Ubuntu has VPN support but I had never tried &#8230; <a href="http://www.cs278.org/blog/2007/05/19/network-manager-and-university-of-exeter-vpn/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, at home currently rather than at university, this poses a problem when trying to connect to some resources, such as internal machines and private resources. I know Network Manager in Ubuntu has VPN support but I had never tried it out, so, I gave it a go. Issue the following command to install the required package, provides Microsoft VPN support to Network Manager.</p>
<pre class="terminal">$ sudo aptitude install network-manager-pptp</pre>
<p>Now you can load my configuration by downloading the <a href="http://static.cs278.org/conf/vpn/University%20of%20Exeter.pcf">configuration file</a> and  click on the network manager applet, find the <q><var>VPN Connections</var></q> sub menu and hit <q><var>Configure VPN&#8230;</var></q>. Hit <q><var>Forward</var></q>, from the list choose <q><var>PPTP tunnel</var></q>, press <q><var>Forward</var></q> again and now press <q><var>Import Saved Configuration&#8230;</var></q>. Find the configuration file I told you to download and select it, now press <q><var>Forward</var></q> and then click <q><var>Apply</var></q>. Bingo!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2007/05/19/network-manager-and-university-of-exeter-vpn/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HOWTO: Install Ubuntu 7.04 using debootstrap to an encrypted root partition</title>
		<link>http://www.cs278.org/blog/2007/02/04/howto-install-ubuntu-704-using-debootstrap-to-an-encrypted-root-partition/</link>
		<comments>http://www.cs278.org/blog/2007/02/04/howto-install-ubuntu-704-using-debootstrap-to-an-encrypted-root-partition/#comments</comments>
		<pubDate>Sun, 04 Feb 2007 02:21:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[eddie [Laptop]]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/2007/02/04/howto-install-ubuntu-704-using-debootstrap-to-an-encrypted-root-partition/</guid>
		<description><![CDATA[I have updated the documentation and testing more thoroughly. <a href="http://www.cs278.org/blog/2007/02/04/howto-install-ubuntu-704-using-debootstrap-to-an-encrypted-root-partition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am in the process of writing a <a href="http://www.cs278.org/blog/ubuntu-configuration/feisty-debootstrap-encrypted-install/">guide</a> detailing how it is possible to install <a href="http://www.ubuntu.com/" rel="external">Ubuntu</a> 7.04 (yet to be released) on to a hard disc for a laptop or another computer without the use of any CDs or temporary partitions to hold to root partition while you encrypt what will be the root partition which most other guides demonstrate, this is fine if you want to keep the partition say for /home or something but my laptops hard drive is not big enough for that sort of segregation. I use <a href="http://packages.debian.org/debootstrap" rel="external">debootstrap</a> to install Ubuntu on the laptop hard disc mounted on another Ubuntu machine. My method has huge advantages, you don&#8217;t need to burn any CDs, its far quicker because it is more direct.</p>
<p>I will be tidying this up and possibly turning it into a automated script. I must admit this has not been easy no one guide has got it going it has taken multiple HOWTOs to inch every step of the way, but now I have it done I am happy, the gotchas were rather frustrating at time due to the difficulty of easily debugging the initial ram image when the machine is booting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2007/02/04/howto-install-ubuntu-704-using-debootstrap-to-an-encrypted-root-partition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Laptop Upgrade</title>
		<link>http://www.cs278.org/blog/2007/01/30/laptop-upgrade/</link>
		<comments>http://www.cs278.org/blog/2007/01/30/laptop-upgrade/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 23:24:09 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[eddie [Laptop]]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/2007/01/30/laptop-upgrade/</guid>
		<description><![CDATA[I decided to experiment with the cutting edge development version of Ubuntu, feisty fawn by installing it on my laptop. It didn&#8217;t go to well at all! The updater bottomed out in style so I tried to use sudo to &#8230; <a href="http://www.cs278.org/blog/2007/01/30/laptop-upgrade/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I decided to experiment with the cutting edge development version of <a href="http://www.ubuntu.com/" rel="external">Ubuntu</a>, <a href="http://www.cs278.org/blog/2006/10/26/bambi/">feisty fawn</a> by installing it on my laptop. It didn&#8217;t go to well at all! The updater bottomed out in style so I tried to use <dfn>sudo</dfn> to gain root privileges and it <a href="http://en.wikipedia.org/wiki/Segfault" rel="external">segfaulted</a>. Oh noes with no way to gain root and all my applications segfaulting I rebooted, surprise surprise it refused to boot. Oh well&#8230; at least I have that USB IDE 2.5&#8243; enclosure so I can backup the few bits of data I need. But now I got to apply all the <a href="http://www.cs278.org/blog/2007/01/13/ibm-thinkpad-x22-ubuntu-610-tweaking/">tweaks</a> I applied, sigh.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2007/01/30/laptop-upgrade/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IBM ThinkPad X22 Ubuntu 6.10 Tweaking</title>
		<link>http://www.cs278.org/blog/2007/01/13/ibm-thinkpad-x22-ubuntu-610-tweaking/</link>
		<comments>http://www.cs278.org/blog/2007/01/13/ibm-thinkpad-x22-ubuntu-610-tweaking/#comments</comments>
		<pubDate>Sat, 13 Jan 2007 20:28:29 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[eddie [Laptop]]]></category>

		<guid isPermaLink="false">http://blog.toonarmy.mine.nu/2007/01/13/ibm-thinkpad-x22-ubuntu-610-tweaking/</guid>
		<description><![CDATA[I have made some adjustments to the configuration of my Thinkpad, I now only see one error in Xorg.0.log, far better than the 20 or so each startup. In X I removed touchscreen and touchpad support as my thinkpad has &#8230; <a href="http://www.cs278.org/blog/2007/01/13/ibm-thinkpad-x22-ubuntu-610-tweaking/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have made some adjustments to the configuration of my Thinkpad, I now only see one error in Xorg.0.log, far better than the 20 or so each startup.</p>
<p>In X I removed touchscreen and touchpad support as my thinkpad has neither of them, and they were willing the logs with errors. Next was to disable hardware 3d acceleration rather than allowing X to attempt it, my thinkpad doesn&#8217;t have enough graphics memory to use DRI. I also fixed some S3 standby issues with regards to power consumption in the X config and my adding <kbd>radeonfb</kbd> to <kbd>/etc/modules</kbd></p>
<p>I also prevented some irrelevant kernel modules from loading things like ACPI drivers for laptops made by other manufacturers, etc.</p>
<p>Sources:</p>
<p><cite><a href="http://www.cs.utexas.edu/users/walter/geek/linux-t40.html" rel="external">http://www.cs.utexas.edu/users/walter/geek/linux-t40.html</a></cite><br />
<cite><a href="http://www.thinkwiki.org/wiki/How_to_get_special_keys_to_work" rel="external">http://www.thinkwiki.org/wiki/How_to_get_special_keys_to_work</a></cite></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2007/01/13/ibm-thinkpad-x22-ubuntu-610-tweaking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

