<?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 Farris &#187; Linux</title>
	<atom:link href="http://www.chrisfarris.com/category/technology/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisfarris.com</link>
	<description>has no opinion. On anything. Why are you even here?</description>
	<lastBuildDate>Fri, 13 May 2011 02:57:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>ubuntu preseeding</title>
		<link>http://www.chrisfarris.com/2010/07/ubuntu-preseeding/</link>
		<comments>http://www.chrisfarris.com/2010/07/ubuntu-preseeding/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 20:39:14 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.chrisfarris.com/?p=1174</guid>
		<description><![CDATA[Preseeds are poorly documented. This is a note to myself on how to reproduce an install sudo apt-get install debconf-utils # It is part of the debconf-utils package. debconf-get-selections &#8211;installer &#62; somefile.txt debconf-get-selections &#62;&#62; somefile.txt &#8220; via [ubuntu] preseeding installation 8.10 &#8211; how to preseed &#8220;encrypted directory&#8221; prompt? &#8211; Ubuntu Forums.]]></description>
			<content:encoded><![CDATA[<p>Preseeds are poorly documented. This is a note to myself on how to reproduce an install</p>
<blockquote><p>sudo apt-get install debconf-utils # It is part of the debconf-utils package.<br />
debconf-get-selections &#8211;installer &gt; somefile.txt<br />
debconf-get-selections &gt;&gt; somefile.txt &#8220;</p></blockquote>
<p>via <a href="http://ubuntuforums.org/showthread.php?t=1073480">[ubuntu] preseeding installation 8.10 &#8211; how to preseed &#8220;encrypted directory&#8221; prompt? &#8211; Ubuntu Forums</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisfarris.com/2010/07/ubuntu-preseeding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rolling your own Debian packages part 2</title>
		<link>http://www.chrisfarris.com/2010/03/rolling-your-own-debian-packages-part-2/</link>
		<comments>http://www.chrisfarris.com/2010/03/rolling-your-own-debian-packages-part-2/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:26:29 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.chrisfarris.com/?p=1099</guid>
		<description><![CDATA[Useful reference on building a dpkg from source:  Rolling your own Debian packages part 2.]]></description>
			<content:encoded><![CDATA[<p>Useful reference on building a dpkg from source:  <a href="http://www.debian-administration.org/article/Rolling_your_own_Debian_packages_part_2">Rolling your own Debian packages part 2</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisfarris.com/2010/03/rolling-your-own-debian-packages-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synergy rdesktop shift issue</title>
		<link>http://www.chrisfarris.com/2009/10/synergy-rdesktop-shift-issue/</link>
		<comments>http://www.chrisfarris.com/2009/10/synergy-rdesktop-shift-issue/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:09:49 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Stupid Unix Tricks]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.chrisfarris.com/?p=999</guid>
		<description><![CDATA[So there is a bug in Synergy where if you&#8217;ve got a Windows box as a synergy client, and you attempt to rdp/rdesktop to another windows box from that windows-synergy-client box, the Right Shift key doesn&#8217;t work. The following command will map the right shift to the left shift in X and work around this [...]]]></description>
			<content:encoded><![CDATA[<p>So there is a bug in Synergy where if you&#8217;ve got a Windows box as a synergy client, and you attempt to rdp/rdesktop to another windows box from that windows-synergy-client box, the Right Shift key doesn&#8217;t work.</p>
<p>The following command will map the right shift to the left shift in X and work around this bug:</p>
<p>xmodmap -e &#8220;keycode 62 = Shift_L NoSymbol Shift_L NoSymbol Shift_L&#8221;</p>
<p>You may want to run xev and make sure your right-shift is keycode 62.</p>
<p>Useful Reference: http://www.columbia.edu/~djv/docs/keyremap.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisfarris.com/2009/10/synergy-rdesktop-shift-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>losetup and offsets</title>
		<link>http://www.chrisfarris.com/2008/02/losetup-and-offsets/</link>
		<comments>http://www.chrisfarris.com/2008/02/losetup-and-offsets/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 00:19:39 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.chrisfarris.com/geeklog/2008/02/20/losetup-and-offsets/</guid>
		<description><![CDATA[How to mount a filesystem inside a harddrive image # losetup /dev/loop0 /path/to/diskimage # fdisk -l /dev/loop0 (example) Disk /dev/sdb: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sdb1 * 1 1044 8385898+ c W95 FAT32 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://http://readlist.com/lists/gentoo.org/gentoo-user/20/101871.html">How to mount a filesystem inside a harddrive image</a></p>
<blockquote><p># losetup /dev/loop0 /path/to/diskimage<br />
# fdisk -l /dev/loop0<br />
(example)<br />
Disk /dev/sdb: 160.0 GB, 160041885696 bytes<br />
255 heads, 63 sectors/track, 19457 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes</p>
<p>Device Boot Start End Blocks Id System<br />
/dev/sdb1 * 1 1044 8385898+ c W95 FAT32 (LBA)<br />
/dev/sdb2 1045 19457 147902422+ 83 Linux</p>
<p>suppose you want to mount the partition on sdb2, the offset for that<br />
would be 8225280 * 1045 = 8595417600.</p>
<p>detach the disk image<br />
# losetup -d /dev/loop0<br />
and setup the loop for the partiion<br />
# losetup -o8595417600 /dev/loop0 /path/to/diskimage<br />
and mount it<br />
# mount -t fstype /dev/loop0 /path/to/mountdir</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisfarris.com/2008/02/losetup-and-offsets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

