<?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>Matt Keally&#039;s Blog &#187; info</title>
	<atom:link href="http://www.keally.org/category/siteinfo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keally.org</link>
	<description>Life of the ABD grad student...</description>
	<lastBuildDate>Tue, 27 Jul 2010 21:32:29 +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>Reinstalling&#8230;</title>
		<link>http://www.keally.org/2009/12/12/reinstalling/</link>
		<comments>http://www.keally.org/2009/12/12/reinstalling/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 03:45:55 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[info]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://www.keally.org/?p=1036</guid>
		<description><![CDATA[After being fed up with the firmware of the network appliance that runs this blog, I wiped everything and installed Debian. Until I get everything sorted out, stuff isn&#8217;t going to work quite the way it should.]]></description>
			<content:encoded><![CDATA[<p>After being fed up with the firmware of the network appliance that runs this blog, I wiped everything and installed Debian. Until I get everything sorted out, stuff isn&#8217;t going to work quite the way it should.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keally.org/2009/12/12/reinstalling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux and SSH Filesystem permissions</title>
		<link>http://www.keally.org/2009/03/25/linux-and-ssh-filesystem-permissions/</link>
		<comments>http://www.keally.org/2009/03/25/linux-and-ssh-filesystem-permissions/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 17:33:04 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[info]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.keally.org/?p=622</guid>
		<description><![CDATA[I find the SSH Filesystem to be a huge help when working with several computers at the same time.  I access my department&#8217;s storage as well as my network hard drive from anywhere.  Until today, sometimes I was unable to overwrite or delete files mounted by sshfs.  I realized that this was because by default, [...]]]></description>
			<content:encoded><![CDATA[<p>I find the <a href="http://fuse.sourceforge.net/sshfs.html">SSH Filesystem</a> to be a huge help when working with several computers at the same time.  I access my department&#8217;s storage as well as my network hard drive from anywhere.  Until today, sometimes I was unable to overwrite or delete files mounted by sshfs.  I realized that this was because by default, an sshfs mounted filesystem retains the userid and groupid of the remote owner.  So, if I have userid and groupid 1000 on my local filesystem but userid 1024 and groupid 2048 on the remote filesystem, I may have trouble writing stuff on the remote filesystem.  Linux sees that the userid and groupid are not my own, so I&#8217;m in trouble if the file I want to write to doesn&#8217;t allow others to write.</p>
<p>Looking <a href="http://myy.helia.fi/~karte/mount_sshfs.html">here</a> and <a href="http://www.debuntu.org/2006/04/27/39-mounting-a-fuse-filesystem-form-etcfstab">here</a> I found that you can mount a remote filesystem as a particular local user and/or group.  I modified my /etc/fstab accordingly so that all users of the &#8220;fuse&#8221; group can correctly mount my remote filesystem:<br />
<code><br />
sshfs#username@remotehost:/remotedir /path/to/mountpoint fuse user,noauto 0 0<br />
</code><br />
You can also specify a user or group id by replacing user with uid=xxxx,gid=xxxx.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keally.org/2009/03/25/linux-and-ssh-filesystem-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyOS and NesC syntax highlighting</title>
		<link>http://www.keally.org/2009/02/20/tinyos-and-nesc-syntax-highlighting/</link>
		<comments>http://www.keally.org/2009/02/20/tinyos-and-nesc-syntax-highlighting/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 22:26:06 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[tinyos]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wirelesssensornetworks]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.keally.org/?p=599</guid>
		<description><![CDATA[Since I&#8217;ve been doing some more work with TinyOS, here is a gedit .lang file that provides nesC syntax highlighting.  I got the file from the author of this post on the TinyOS mailing list and it&#8217;s been pretty useful.  To install it in Ubuntu, place the file in /usr/share/gtksourceview-2.0/language-specs/.  Unfortunately, you&#8217;ve got to be [...]]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;ve been doing some more work with TinyOS, here is a <a href="http://www.cs.wm.edu/~makeal/lens/ncc.lang">gedit .lang file</a> that provides nesC syntax highlighting.  I got the file from the author of <a href="http://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg17168.html">this post</a> on the TinyOS mailing list and it&#8217;s been pretty useful.  To install it in Ubuntu, place the file in /usr/share/gtksourceview-2.0/language-specs/.  Unfortunately, you&#8217;ve got to be root to do this and I don&#8217;t know of another way to add .lang files if you aren&#8217;t.  This is a problem for the departmental machines where I don&#8217;t have root access, so I can&#8217;t use custom gedit syntax highlighting.</p>
<p>There is a more heavyweight solution, if you like Eclipse.  Since I&#8217;ve been using Subclipse with Eclipse on several machines to keep all my code in sync, I&#8217;ve found Eclipse to be pretty useful.  A TinyOS 2.x Eclipse plugin is available on <a href="http://tos-ide.ethz.ch/wiki/index.php">this site</a> that provides syntax highlighting and it appears as though it will compile and install source code as well (though I haven&#8217;t tried that part).</p>
<p>2/21/2009: Since I&#8217;m on the topic of Eclipse, I&#8217;ve noticed that the Ubuntu repository Eclipse version is 3.2, but 3.4 is available from the Eclipse website.  Following <a href="http://atentia.wordpress.com/2008/08/01/upgrading-eclipse-32-to-34/">this guide</a>, it seems that you can override the /usr/eclipse directory with the new version if you want to upgrade.  Plugins will have to be reinstalled, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keally.org/2009/02/20/tinyos-and-nesc-syntax-highlighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade Headaches&#8230;</title>
		<link>http://www.keally.org/2009/01/29/upgrade-headaches/</link>
		<comments>http://www.keally.org/2009/01/29/upgrade-headaches/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 17:31:07 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[displays]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[isp]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://www.keally.org/?p=585</guid>
		<description><![CDATA[Yesterday I installed Intrepid Ibex 8.10 on my aging (now ex-gaming) desktop machine in an attempt to breathe new life into it.  I wound up biting the bullet and ordering a new monitor and Xbox 360 for games, so now I&#8217;ve got two monitors.  Neither the Lenovo nor the Mac laptop I&#8217;ve got support two [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I installed Intrepid Ibex 8.10 on my aging (now ex-gaming) desktop machine in an attempt to breathe new life into it.  I wound up biting the bullet and ordering a <a href="http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/382087-382087-64283-72270-444767-3648442.html">new monitor</a> and Xbox 360 for games, so now I&#8217;ve got two monitors.  Neither the Lenovo nor the Mac laptop I&#8217;ve got support two external monitors, so I thought I would give the desktop a try.  Though the installation went fairly well, two really annoying things weren&#8217;t working correctly, and a third I&#8217;m still dealing with.</p>
<p>First, the mouse.  I have a Razer Copperhead USB mouse that&#8217;s been great for years and when I first booted after the installation, it didn&#8217;t work.  The lights came on, but I couldn&#8217;t move it.  If I unplugged it and plugged it back in, it worked fine.  This would happen every time I rebooted the machine: no movement, unplug, plug back in.  After some digging around, I found the problem was that the mouse firmware had to be upgraded.  Of course, Razer only has the update software for Windows, so after some screwing around with that, I rebooted with the Linux machine and it worked fine without having to unplug the mouse.</p>
<p>Second, the dual head support for my ATI video card was lacking after the initial install, just mirroring my primary monitor onto the other.  I was able to fix this by installing the proprietary ATI drivers and using the ATI Catalyst Control Center to &#8220;merge&#8221; both screens into one.  Of course, this didn&#8217;t entirely fix the problem since every time I rebooted, the mirroring came back.  I finally found out that after I set the displays correctly in the ATI Control Center that I had to open up the Ubuntu Display Settings panel and hit &#8220;Apply&#8221;.</p>
<p>Both of these problems were really annoying, kept me searching and frustrated for hours, and have rather quirky solutions.  While I really like Linux, stuff like this doesn&#8217;t seem to happen as much with Mac or Windows.  However, community support is pretty good so after some extensive research I was finally able to find others with my problems that had found solutions.</p>
<p>Now everything seems to be working well, except that the stand for my monitor arrived bent.  It&#8217;s only a couple millimeters out of shape and the box it came in seemed undamaged, so I&#8217;m not sure what happened.  It&#8217;s bad enough that when I type sometimes the monitor wobbles.  It&#8217;s something I could probably live with, but the wobbling is annoying and I paid for a new product (not refurbished) so I don&#8217;t feel like letting it go.  So, I spent two hours with phone tree hell HP tech support about returning it and then filed an RMA request from the online vendor.  It would be best if I could just replace the stand since the monitor is fine &#8212; there&#8217;s only one stuck pixel.  Shipping the whole thing back is going to be expensive if the RMA is approved.  I guess the question is if the bent stand is worth another $30.</p>
<p>I still haven&#8217;t gotten to the Xbox yet because of all this (and some other annoying legwork type stuff for a research proposal that is due this week).  It also turns out that I got the wrong RCA to mini-stereo adapter and will have to try to exchange that so I can plug in the Xbox sound to the line in on my PC.  The whole thing is kind of funny because part of the reason I went with an Xbox was to avoid dealing with putting together a new system and troubleshooting the whole thing when a bunch of stuff doesn&#8217;t work.  Instead, I got more than I bargained for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keally.org/2009/01/29/upgrade-headaches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enough of LiveJournal</title>
		<link>http://www.keally.org/2008/11/12/hello-world/</link>
		<comments>http://www.keally.org/2008/11/12/hello-world/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 00:42:45 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[info]]></category>
		<category><![CDATA[opinions]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://ironjaw.net/?p=1</guid>
		<description><![CDATA[I&#8217;ve had it with the Kid Pix themes and appeal.  It&#8217;s now time to graduate to something more professional.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had it with the Kid Pix themes and appeal.  It&#8217;s now time to graduate to something more professional.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keally.org/2008/11/12/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fake PSP Memory Stick: Paypal Refund</title>
		<link>http://www.keally.org/2008/03/11/fake-psp-memory-stick-paypal-refund/</link>
		<comments>http://www.keally.org/2008/03/11/fake-psp-memory-stick-paypal-refund/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 14:13:00 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[buyerbeware]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[fraud]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[psp]]></category>
		<category><![CDATA[refund]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://www.keally.org/?p=412</guid>
		<description><![CDATA[I was lucky, the seller of the fake 8GB Memory Stick Duo for my PSP gave me a refund, as I returned the item. I doubt this happens to many people. I think I&#8217;ve learned my lesson and will have to do more extensive research the next time I think about buying something on eBay.]]></description>
			<content:encoded><![CDATA[<p>I was lucky, the seller of the fake 8GB Memory Stick Duo for my PSP gave me a refund, as I returned the item.</p>
<p>I doubt this happens to many people.  I think I&#8217;ve learned my lesson and will have to do more extensive research the next time I think about buying something on eBay.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keally.org/2008/03/11/fake-psp-memory-stick-paypal-refund/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->