<?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>dereenigne.org</title>
	<atom:link href="http://dereenigne.org/feed" rel="self" type="application/rss+xml" />
	<link>http://dereenigne.org</link>
	<description>reverse engineered</description>
	<lastBuildDate>Fri, 11 May 2012 00:45:23 +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>Debian Gitweb server</title>
		<link>http://dereenigne.org/computers/linux/debian-gitweb-server</link>
		<comments>http://dereenigne.org/computers/linux/debian-gitweb-server#comments</comments>
		<pubDate>Thu, 10 May 2012 01:31:23 +0000</pubDate>
		<dc:creator>jmccrohan</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[git-daemon-sysvinit]]></category>
		<category><![CDATA[gitweb]]></category>
		<category><![CDATA[gitweb pathinfo]]></category>
		<category><![CDATA[gitweb RewriteEngine]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dereenigne.org/?p=1913</guid>
		<description><![CDATA[After getting sick of GitHub's clunky closed-source interface, I decided to migrate my repositories to my own Debian-based server using the gitweb web interface. Considering that I already have SSH access to the server, I only needed to provide read-only public access. As well as providing this access via the traditional 9418/tcp git protocol port, [...]]]></description>
		<wfw:commentRss>http://dereenigne.org/computers/linux/debian-gitweb-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set git email address on a per repository basis</title>
		<link>http://dereenigne.org/computers/git-computers/set-git-email-address-on-a-per-repository-basis</link>
		<comments>http://dereenigne.org/computers/git-computers/set-git-email-address-on-a-per-repository-basis#comments</comments>
		<pubDate>Mon, 02 Apr 2012 21:38:15 +0000</pubDate>
		<dc:creator>jmccrohan</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[per repository]]></category>
		<category><![CDATA[user.email]]></category>
		<category><![CDATA[user.name]]></category>

		<guid isPermaLink="false">http://dereenigne.org/?p=1876</guid>
		<description><![CDATA[git allows you to specify email addresses on a per repository basis. This is handy when working with repositories from multiple organisations. When in the repo directory, use the following commands to set a per repository email address: jbloggs@hostname:~/git$ git config user.name “Joe Bloggs” jbloggs@hostname:~/git$ git config user.email “jbloggs@alternativedomain.com” Alternatively, you can edit .git/config manually, [...]]]></description>
		<wfw:commentRss>http://dereenigne.org/computers/git-computers/set-git-email-address-on-a-per-repository-basis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irish dvb-apps scan files</title>
		<link>http://dereenigne.org/computers/linux/irish-dvb-apps-scan-files</link>
		<comments>http://dereenigne.org/computers/linux/irish-dvb-apps-scan-files#comments</comments>
		<pubDate>Mon, 12 Mar 2012 01:31:17 +0000</pubDate>
		<dc:creator>jmccrohan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dvb-apps]]></category>
		<category><![CDATA[DVB-T]]></category>
		<category><![CDATA[Saorview]]></category>

		<guid isPermaLink="false">http://dereenigne.org/?p=1886</guid>
		<description><![CDATA[My dvb-apps patches, which added initial Saorview scan files for the primary Irish DVB-T transmission sites, were accepted. They should be trickling down to the various Linux distributions soon. http://linuxtv.org/hg/dvb-apps/rev/a69bb290c76d http://linuxtv.org/hg/dvb-apps/rev/4b470f18079a]]></description>
		<wfw:commentRss>http://dereenigne.org/computers/linux/irish-dvb-apps-scan-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git multiple remotes</title>
		<link>http://dereenigne.org/computers/git-computers/git-multiple-remotes</link>
		<comments>http://dereenigne.org/computers/git-computers/git-multiple-remotes#comments</comments>
		<pubDate>Sat, 18 Feb 2012 12:46:16 +0000</pubDate>
		<dc:creator>jmccrohan</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[multiple remote]]></category>
		<category><![CDATA[push]]></category>

		<guid isPermaLink="false">http://dereenigne.org/?p=1866</guid>
		<description><![CDATA[git has a very undocumented feature which allows you to group multiple remote URLs as a single remote. This allows you to push to many remote branches in a single command. I prefer using gitweb to browse my repositories, so I push to my own server, but I know that other people like using github, [...]]]></description>
		<wfw:commentRss>http://dereenigne.org/computers/git-computers/git-multiple-remotes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>statserial</title>
		<link>http://dereenigne.org/computers/linux/statserial</link>
		<comments>http://dereenigne.org/computers/linux/statserial#comments</comments>
		<pubDate>Sun, 05 Feb 2012 13:06:14 +0000</pubDate>
		<dc:creator>jmccrohan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[control lines]]></category>
		<category><![CDATA[CTS]]></category>
		<category><![CDATA[DCD]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[DSR]]></category>
		<category><![CDATA[DTR]]></category>
		<category><![CDATA[GND]]></category>
		<category><![CDATA[RI]]></category>
		<category><![CDATA[rs-232]]></category>
		<category><![CDATA[RTS]]></category>
		<category><![CDATA[RxD]]></category>
		<category><![CDATA[Serial Port]]></category>
		<category><![CDATA[statserial]]></category>
		<category><![CDATA[ttyS0]]></category>
		<category><![CDATA[TxD]]></category>

		<guid isPermaLink="false">http://dereenigne.org/?p=1855</guid>
		<description><![CDATA[I found a handy ncurses based serial port debugger recently called statserial. It outputs the status of the serial control lines to the terminal. Install with: apt-get install statserial Run with: statserial /dev/ttyS0]]></description>
		<wfw:commentRss>http://dereenigne.org/computers/linux/statserial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apt-listchanges</title>
		<link>http://dereenigne.org/computers/linux/apt-listchanges</link>
		<comments>http://dereenigne.org/computers/linux/apt-listchanges#comments</comments>
		<pubDate>Sun, 22 Jan 2012 22:53:25 +0000</pubDate>
		<dc:creator>jmccrohan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apt-listchanges]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[dpkg]]></category>

		<guid isPermaLink="false">http://dereenigne.org/?p=1844</guid>
		<description><![CDATA[Running Debian Testing means that I constantly have new packages pushed to my machine. While the majority of these changes cause no problems, occasionally there can be a few hiccups. apt-listchanges is a useful package that shows any Debian NEWS files during package upgrades. It can also be configured to show the Debian changelogs too. [...]]]></description>
		<wfw:commentRss>http://dereenigne.org/computers/linux/apt-listchanges/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino EtherShield DS18B20 Temperature Logger</title>
		<link>http://dereenigne.org/electronics/arduino/arduino-ethershield-ds18b20-temperature-logger</link>
		<comments>http://dereenigne.org/electronics/arduino/arduino-ethershield-ds18b20-temperature-logger#comments</comments>
		<pubDate>Tue, 03 Jan 2012 00:23:16 +0000</pubDate>
		<dc:creator>jmccrohan</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[ds18b20]]></category>
		<category><![CDATA[ethershield]]></category>
		<category><![CDATA[Pachube]]></category>

		<guid isPermaLink="false">http://dereenigne.org/?p=1832</guid>
		<description><![CDATA[I've been using an Arduino, an EtherShield and a DS18B20 temperature sensor to log the temperatures outside my window for about 6 months now, and it has worked well. I've also been getting a couple of emails looking for the source code to my program. The original code was rather quickly hacked together and I [...]]]></description>
		<wfw:commentRss>http://dereenigne.org/electronics/arduino/arduino-ethershield-ds18b20-temperature-logger/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apg - Automated Password Generator</title>
		<link>http://dereenigne.org/computers/linux/apg-automated-password-generator</link>
		<comments>http://dereenigne.org/computers/linux/apg-automated-password-generator#comments</comments>
		<pubDate>Mon, 28 Nov 2011 20:03:26 +0000</pubDate>
		<dc:creator>jmccrohan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[/dev/random/]]></category>
		<category><![CDATA[Password]]></category>

		<guid isPermaLink="false">http://dereenigne.org/?p=1806</guid>
		<description><![CDATA[I discovered apg recently, a handy tool for generating secure passwords on the commandline. user@host:~$ apg Please enter some random data (only first 16 are significant) (eg. your old password):> Ujecabhytor3 (Uj-ec-ab-hyt-or-THREE) yaxJant7 (yax-Jant-SEVEN) eewIcIkheaj9 (eew-Ic-Ik-heaj-NINE) GitAbpavhav7 (Git-Ab-pav-hav-SEVEN) GrysAcksId8 (Grys-Acks-Id-EIGHT) VurHocs1 (Vur-Hocs-ONE) You can also pass a seed to apg via the commandline for use [...]]]></description>
		<wfw:commentRss>http://dereenigne.org/computers/linux/apg-automated-password-generator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apt.dereenigne.org</title>
		<link>http://dereenigne.org/computers/linux/apt-dereenigne-org</link>
		<comments>http://dereenigne.org/computers/linux/apt-dereenigne-org#comments</comments>
		<pubDate>Sat, 12 Nov 2011 00:45:44 +0000</pubDate>
		<dc:creator>jmccrohan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[repository]]></category>

		<guid isPermaLink="false">http://dereenigne.org/?p=1794</guid>
		<description><![CDATA[I've decided to set up my own APT repository as a way of keeping my patched programs in sync across all my machines. It currently contains two flavours of wine, 2 channel and 6 channel audio versions respectively, and bluez variant with support for the Logitech MX5500 keyboard and mouse. You can see an up [...]]]></description>
		<wfw:commentRss>http://dereenigne.org/computers/linux/apt-dereenigne-org/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Intel CPU Microcode</title>
		<link>http://dereenigne.org/computers/linux/update-intel-cpu-microcode</link>
		<comments>http://dereenigne.org/computers/linux/update-intel-cpu-microcode#comments</comments>
		<pubDate>Mon, 10 Oct 2011 22:10:22 +0000</pubDate>
		<dc:creator>jmccrohan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[intel-microcode]]></category>
		<category><![CDATA[microcode]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://dereenigne.org/?p=1777</guid>
		<description><![CDATA[You are probably familiar with the terms firmware and drivers in the context of computer hardware, and the endless updating that they require. Most people associate these drivers and firmware updates with peripheral equipment such as graphic cards and DVD drives. You might not however be aware that you can also update the firmware on [...]]]></description>
		<wfw:commentRss>http://dereenigne.org/computers/linux/update-intel-cpu-microcode/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

