<?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>NiGhTHawK &#187; Debian</title>
	<atom:link href="http://nighthawk.co.za/category/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://nighthawk.co.za</link>
	<description>A guy, a blog and the internet</description>
	<lastBuildDate>Fri, 30 Jul 2010 10:23:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Updating the time on a xen domU</title>
		<link>http://nighthawk.co.za/2010/07/updating-the-time-on-a-xen-domu/</link>
		<comments>http://nighthawk.co.za/2010/07/updating-the-time-on-a-xen-domu/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 09:40:58 +0000</pubDate>
		<dc:creator>Clifford W. Hansen</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://nighthawk.co.za/?p=453</guid>
		<description><![CDATA[I suggest that the dom0 has the ntp daemon running and keeps the time up to date, but if you don&#8217;t have controll of the dom0 and need to get your domU&#8217;s time synced (which you should anyways) try the following: # echo 1 &#62; /proc/sys/xen/independent_wallclock I was getting the following before this: # ntpdate]]></description>
			<content:encoded><![CDATA[<p>I suggest that the dom0 has the ntp daemon running and keeps the time up to date, but if you don&#8217;t have controll of the dom0 and need to get your domU&#8217;s time synced (which you should anyways) try the following:</p>
<pre># echo 1 &gt; /proc/sys/xen/independent_wallclock</pre>
<p>I was getting the following before this:</p>
<pre># ntpdate pool.ntp.org
30 Jul 11:29:51 ntpdate[2769]: step time server 75.144.70.35 offset -163.032327 sec
# ntpdate pool.ntp.org
30 Jul 11:29:56 ntpdate[2774]: step time server 173.45.232.54 offset -163.045007 sec
# ntpdate pool.ntp.org
30 Jul 11:29:59 ntpdate[2776]: step time server 75.144.70.35 offset -163.033134 sec
# echo 1 &gt; /proc/sys/xen/independent_wallclock
# ntpdate pool.ntp.org
30 Jul 11:30:17 ntpdate[3462]: step time server 192.43.244.18 offset -163.044422 sec
# ntpdate pool.ntp.org
30 Jul 11:30:35 ntpdate[3648]: adjust time server 192.43.244.18 offset -0.006104 sec
# ntpdate pool.ntp.org
30 Jul 11:30:38 ntpdate[3649]: adjust time server 192.43.244.18 offset 0.237696 sec
# /etc/init.d/ntpd start
Starting ntpd:                                             [  OK  ]
</pre>
<p>Hope that helps <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://nighthawk.co.za/2010/07/updating-the-time-on-a-xen-domu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SARS eFiling and Linux</title>
		<link>http://nighthawk.co.za/2010/07/sars-efiling-and-linux/</link>
		<comments>http://nighthawk.co.za/2010/07/sars-efiling-and-linux/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 21:13:46 +0000</pubDate>
		<dc:creator>Clifford W. Hansen</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://nighthawk.co.za/?p=434</guid>
		<description><![CDATA[SARS (South African Revenue Service) a couple of yeas ago (eFiling) introduced an awesome system, where you could go online and submit your tax return. The problems I have had have been annoying, firstly (2008) I was unable to do anything as the system required you to have Adobe Reader 8.2, this was not available]]></description>
			<content:encoded><![CDATA[<p><a href="http://sars.gov.za/">SARS</a> (South African Revenue Service) a couple of yeas ago (<a href="http://www.sarsefiling.co.za">eFiling</a>) introduced an awesome system, where you could go online and submit your tax return.</p>
<p>The problems I have had have been annoying, firstly (2008) I was unable to do anything as the system required you to have Adobe Reader 8.2, this was not available for Linux. And you can imagine the support staff were <em>very</em> helpfull&#8230; NOT</p>
<p>And then 2009 &#038; 2010, a similar problem or so it seemed, when ever I tried to load one of the system generated PDF files it would tell me I needed to upgrade my Adobe Reader (which at the moment is 9.3.3, the latest I believe).</p>
<p>After trying to figure out what could be the problem I found it to be a javascript related issue, yes javascript in a PDF&#8230;</p>
<p><strong>Solution</strong><br />
Well to solve this problem you need to have the <a href="http://debian-multimedia.org">Debian Multimedia</a> repository setup.</p>
<p>And then all you need to do is:</p>
<pre>apt-get install acroread mozilla-acroread acroread-plugins</pre>
<p>After that restart firefox/iceweasel and there you have it, the missing peice of the puzzel <em>acroread-plugins</em></p>
<p>So now I have submitted my returns for 2008/2009/2010, here&#8217;s waiting for a refund <strong>*holds thumbs*</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://nighthawk.co.za/2010/07/sars-efiling-and-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remote syncing files using git</title>
		<link>http://nighthawk.co.za/2010/01/remote-syncing-files-using-git/</link>
		<comments>http://nighthawk.co.za/2010/01/remote-syncing-files-using-git/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 05:41:07 +0000</pubDate>
		<dc:creator>Clifford W. Hansen</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://nighthawk.co.za/?p=416</guid>
		<description><![CDATA[I&#8217;ve been wanting to write a post about this for a while, and a friend of mine asked about it a couple of weeks ago, and here it is&#8230; First you need to create a remote Git repository, either on your own server or Codaset, GitHub You will need to create a local repository: mkdir]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been wanting to write a post about this for a while, and a friend of mine asked about it a couple of weeks ago, and here it is&#8230;</p>
<p>First you need to create a remote Git repository, either on your own server or <a href="http://codaset.com">Codaset</a>, <a href="http://github.com">GitHub</a></p>
<p>You will need to create a local repository:</p>
<pre>mkdir directory_to_sync
cd directory_to_sync
git init
touch .gitignore
git add .gitignore
git commit</pre>
<p>To create a remote Git repository do the following on your server:</p>
<pre>mkdir repository.git
cd repository.git
git init --bare</pre>
<p>Once you have created the remote repository you will need to link it to your local copy:</p>
<pre>git remote add origin ssh://server_address/path_to_repository
git push origin master
git pull origin master</pre>
<p>To make life easier I always edit the Git config file and add the following:</p>
<pre>vi .git/config
[push]
        default = current
[branch "master"]
        remote = origin
        merge = master</pre>
<p>The only problem with this approach is that you need to store the files in a seperate directory, but we ca get around this &#8220;limitation&#8221; by using symlinks for example to store the .bash* files in Git:</p>
<pre>ln -s directory_to_sync/.bashrc ./</pre>
<p>Well I hope this helps someone out there <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.7</p>
]]></content:encoded>
			<wfw:commentRss>http://nighthawk.co.za/2010/01/remote-syncing-files-using-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving&#8230; again&#8230;</title>
		<link>http://nighthawk.co.za/2010/01/moving-again/</link>
		<comments>http://nighthawk.co.za/2010/01/moving-again/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 07:05:55 +0000</pubDate>
		<dc:creator>Clifford W. Hansen</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://nighthawk.co.za/?p=414</guid>
		<description><![CDATA[Well, I can&#8217;t believe how time has flown, Cecilia and I split up end of October last year, and we were still staying together till the end of the lease. I found a new place end of November, and now finally get to move in So now instead of driving 100Km a day (from Durbanville]]></description>
			<content:encoded><![CDATA[<p>Well, I can&#8217;t believe how time has flown, Cecilia and I split up end of October last year, and we were still staying together till the end of the lease. I found a new place end of November, and now finally get to move in <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So now instead of driving 100Km a day (from Durbanville to Tokai), I am now gonna be driving 10Km a day <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &lt;&#8211; AWESOME!!!</p>
<p>And now I&#8217;m closer to the beach, it&#8217;s like a 10min drive, on a busy day <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  so will be spending alot more time there, and when Catelyn comes to visit she will also, she loves &#8220;THE BEACH&#8221; as she puts it&#8230; hehe&#8230;</p>
<p>So as one part of my life finally comes to a close, another starts up&#8230;</p>
<p>Now finally I&#8217;ll have more time to spend on the stuff I love, and hopefully I will be able to start contributing to the Debian comunity.</p>
<p>New things to learn, new people to meet, new experiences to experience&#8230; #ROCKON #AWESOME</p>
]]></content:encoded>
			<wfw:commentRss>http://nighthawk.co.za/2010/01/moving-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenMoko Neo Freerunner mobile phone</title>
		<link>http://nighthawk.co.za/2010/01/openmoko-neo-freerunner-mobile-phone/</link>
		<comments>http://nighthawk.co.za/2010/01/openmoko-neo-freerunner-mobile-phone/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 10:42:55 +0000</pubDate>
		<dc:creator>Clifford W. Hansen</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://nighthawk.co.za/?p=411</guid>
		<description><![CDATA[So the OpenMoko Neo Freerunner mobile phone has been available in SA for a while now, and I can&#8217;t wait to get my hands on one, due to various situations this wasn&#8217;t likely to happen soon. Then I stumbled apon a competition at WebAddict, so now I have a chance to win one, not only]]></description>
			<content:encoded><![CDATA[<p>So the OpenMoko Neo Freerunner mobile phone has been available in SA for a while now, and I can&#8217;t wait to get my hands on one, due to various situations this wasn&#8217;t likely to happen soon.</p>
<p>Then I stumbled apon a competition at <a href="http://www.webaddict.co.za/2010/01/04/win-a-google-android-phone-here/">WebAddict</a>, so now I have a chance to win one, not only will I have an awesome phone that I can install Debian or Google Android on, but I&#8217;ll have a replacement for the 5800 that was stolen a couple of weeks ago&#8230; <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Checkout the competion, it&#8217;s really an awesome phone&#8230; <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://nighthawk.co.za/2010/01/openmoko-neo-freerunner-mobile-phone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tweetdeck and 64Bit Linux</title>
		<link>http://nighthawk.co.za/2009/12/tweetdeck-and-64bit-linux/</link>
		<comments>http://nighthawk.co.za/2009/12/tweetdeck-and-64bit-linux/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 07:19:49 +0000</pubDate>
		<dc:creator>Clifford W. Hansen</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://nighthawk.co.za/?p=405</guid>
		<description><![CDATA[So I&#8217;ve been trying to get TweetDeck running on my work PC for a while, and none of the howto&#8217;s I followed were able to help Then this morning I stumbled apon this gem and lo and behold it worked (kinda) I just had to set the permisisons on the /opt/Adobe Air/ directory. AWESOME!!! Anyways,]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been trying to get TweetDeck running on my work PC for a while, and none of the howto&#8217;s I followed were able to help <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Then this morning I stumbled apon <a href="http://muammar.me/blog/index.php?url=archives/336-Installing-Adobe-Air-in-Debian-AMD-64-TweetDeck-can-be-used.html&amp;serendipity[csuccess]=true#feedback">this gem</a> and lo and behold it worked (kinda) I just had to set the permisisons on the <strong>/opt/Adobe Air/</strong> directory.</p>
<p>AWESOME!!! <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Anyways, this is mainly so if I ever reinstall (which I tend to do anyways every couple of weeks lolz&#8230; selftorture++)</p>
]]></content:encoded>
			<wfw:commentRss>http://nighthawk.co.za/2009/12/tweetdeck-and-64bit-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Syncing google and my toys</title>
		<link>http://nighthawk.co.za/2009/12/syncing-google-and-my-toys/</link>
		<comments>http://nighthawk.co.za/2009/12/syncing-google-and-my-toys/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 08:24:54 +0000</pubDate>
		<dc:creator>Clifford W. Hansen</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://nighthawk.co.za/?p=398</guid>
		<description><![CDATA[So for a while now I have had google syncing my contacts and calendar with my Nokia 5800 XpressMusic phone. Google Symbian Sync Then earlier today I stumbled apon &#8220;how to sync evolution with googles pim apps&#8221; which allows me to sync my contacts and calendar with Evolution (I&#8217;m using Ubuntu 9.10 on my netbook)]]></description>
			<content:encoded><![CDATA[<p>So for a while now I have had google syncing my contacts and calendar with my Nokia 5800 XpressMusic phone. <a href="http://www.google.com/sync/symbian.html" target="_blank">Google Symbian Sync</a></p>
<p>Then earlier today I stumbled apon <a href="http://www.linux.com/news/software/applications/8226-how-to-sync-evolution-with-googles-pim-apps">&#8220;how to sync evolution with googles pim apps&#8221;</a> which allows me to sync my contacts and calendar with Evolution (I&#8217;m using Ubuntu 9.10 on my netbook)</p>
<p>This is awesome, now if I add a contact to either my phone, gmail or evolution it gets synced across all devices&#8230; #FTW!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://nighthawk.co.za/2009/12/syncing-google-and-my-toys/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New host and toys&#8230; :)</title>
		<link>http://nighthawk.co.za/2009/11/new-host-and-toys/</link>
		<comments>http://nighthawk.co.za/2009/11/new-host-and-toys/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 19:38:01 +0000</pubDate>
		<dc:creator>Clifford W. Hansen</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://nighthawk.co.za/?p=389</guid>
		<description><![CDATA[My 100th entry New Toys Cecilia and myself were looking over the finances the other day, and due to her laptop giving issues, and myself not having a decent machine. At the moment iBurst is running a special where you get a netbook, USB modem and 1Gb bandwidth a month We found it would be]]></description>
			<content:encoded><![CDATA[<p>My 100th entry <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><strong>New Toys</strong><br />
Cecilia and myself were looking over the finances the other day, and due to her laptop giving issues, and myself not having a decent machine. At the moment <a class="zem_slink" href="http://en.wikipedia.org/wiki/IBurst" title="IBurst" rel="wikipedia">iBurst</a> is running a special where you get a netbook, USB modem and 1Gb bandwidth a month We found it would be cheaper to cancel the current Internet connection and get two of these and external hosting.</p>
<p>I am currently writing this post on my netbook. <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The netbook is a Samsung N140.</p>
<ul>
<li>CPU: Intel(R) Atom(TM) CPU N270 @ 1.60GHz (Dual core)</li>
<li>Memory: 1Gb</li>
<li>HDD: 160Gb</li>
<li>Wifi: BGN</li>
<li><a class="zem_slink" href="http://en.wikipedia.org/wiki/Bluetooth" title="Bluetooth" rel="wikipedia">Bluetooth</a> 2.1</li>
<li>Screen 10.1&#8243; 1024&#215;600</li>
</ul>
<p><strong>Hosting</strong><br />
For the past couple of years I have been hosting this blog on my server at home, I got  static IP from iBurst which helped. unfortunatly due to bandwidth usage and cost I have had to move this blog offsite (moved my mail a couple of months ago)</p>
<p>So this blog is now hosted by <a href="http://asmallorange.com">A Small Orange</a>, and thanks goes out to Geoff Garbers for suggesting them <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Well now back to setting up a dev enviroment on the netbook&#8230; <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://nighthawk.co.za/2009/11/new-host-and-toys/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DD-WRT finally&#8230; :)</title>
		<link>http://nighthawk.co.za/2009/11/dd-wrt-finally/</link>
		<comments>http://nighthawk.co.za/2009/11/dd-wrt-finally/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 10:12:59 +0000</pubDate>
		<dc:creator>Clifford W. Hansen</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://nighthawk.co.za/?p=386</guid>
		<description><![CDATA[So last night I installed DD-WRT on my Linksys WRT54GL So far it&#8217;s pretty kewl&#8230; Next step Serial Port Hack and MMC hack and then Debian&#8230;]]></description>
			<content:encoded><![CDATA[<p>So last night I installed <a href="http://www.dd-wrt.com/">DD-WRT</a> on my Linksys WRT54GL</p>
<p>So far it&#8217;s pretty kewl&#8230; <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Next step Serial Port Hack and MMC hack and then Debian&#8230; <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://nighthawk.co.za/2009/11/dd-wrt-finally/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New network/machine setup</title>
		<link>http://nighthawk.co.za/2009/11/new-networkmachine-setup/</link>
		<comments>http://nighthawk.co.za/2009/11/new-networkmachine-setup/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 21:00:34 +0000</pubDate>
		<dc:creator>Clifford W. Hansen</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://nighthawk.co.za/?p=380</guid>
		<description><![CDATA[So I finally got myself the Linksys WRT54GL and now my network hardware went from: Before And now after: After Now to try load DD-WRT onto her, and then eventually Debian&#8230; Also finally sorted out the laptop that I am using, well the screen was moved to Cecilia&#8217;s laptop and this one was using the]]></description>
			<content:encoded><![CDATA[<p>So I finally got myself the Linksys WRT54GL and now my network hardware went from:</p>
<p><a href="http://twitpic.com/pd3wb">Before</a></p>
<p>And now after:</p>
<p><a href="http://twitpic.com/pd3zb">After</a></p>
<p>Now to try load DD-WRT onto her, and then eventually Debian&#8230; <img src='http://nighthawk.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also finally sorted out the laptop that I am using, well the screen was moved to Cecilia&#8217;s laptop and this one was using the external, with a wireless keyboard and mouse.</p>
<p><a href="http://twitpic.com/piz5a">Recycled Laptop</a></p>
<p>Well just waiting for the last couple of thing to finish on Cecilia&#8217;s laptop (had to reinstall) and then off to bed&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://nighthawk.co.za/2009/11/new-networkmachine-setup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
