<?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>Jay Knight &#187; linux</title>
	<atom:link href="http://jk3.us/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://jk3.us</link>
	<description>...or something along those lines</description>
	<lastBuildDate>Mon, 31 Oct 2011 21:22:03 +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>Can you change your parents?</title>
		<link>http://jk3.us/2007/02/12/can-you-change-your-parents/</link>
		<comments>http://jk3.us/2007/02/12/can-you-change-your-parents/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 23:13:44 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://jk3.us/2007/02/12/can-you-change-your-parents/</guid>
		<description><![CDATA[Today&#8217;s Linux tip (technically, a bash tip) deals with one of the most-used commands: cd. Here&#8217;s the scenario: There&#8217;s a directory deep in the filesystem that you go to a lot, so you put a symlink to it in your &#8230; <a href="http://jk3.us/2007/02/12/can-you-change-your-parents/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s Linux tip (technically, a bash tip) deals with one of the most-used commands: cd.</p>
<p>Here&#8217;s the scenario:  There&#8217;s a directory deep in the filesystem that you go to a lot, so you put a symlink to it in your home directory.  For some reason, you really need to be in that directory&#8217;s parent, but &#8216;cd ..&#8217; takes you back to your home directory and typing in the whole path is just too hard (aka, you&#8217;re too lazy).</p>
<p>The solution is the &#8216;-P&#8217; flag on the cd command: &#8220;The -P option says to use the physical directory structure instead of following symbolic links&#8221;.  So if you cd -P into that directory, you can then cd .. to its parent.  But what if you&#8217;re already in that directory and you didn&#8217;t get there with &#8216;-P&#8217;?  Easy: &#8216;cd -P .&#8217;  changes you to the same directory you are in, but in the &#8220;real&#8221; location, getting rid of any symlinks in your working directory.  Also, &#8216;cd -P ..&#8217; will take you to the &#8220;real&#8221; parent of your current directory.  Such a simple thing, but something that would have saved me some keystrokes in the past.</p>

]]></content:encoded>
			<wfw:commentRss>http://jk3.us/2007/02/12/can-you-change-your-parents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Linux Phone</title>
		<link>http://jk3.us/2006/08/16/open-source-linux-phone/</link>
		<comments>http://jk3.us/2006/08/16/open-source-linux-phone/#comments</comments>
		<pubDate>Wed, 16 Aug 2006 18:19:12 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://jk3.us/2006/08/16/open-source-linux-phone/</guid>
		<description><![CDATA[Trolltech will be shipping a linux-based phone for developers in September. The device will be sold with a developer kit with everything (presumably) you need to write/rewrite software for it. It will connect to cell networks via GSM/GPRS and have &#8230; <a href="http://jk3.us/2006/08/16/open-source-linux-phone/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Trolltech will be shipping a linux-based phone for developers in September.  The device will be sold with a developer kit with everything (presumably) you need to write/rewrite software for it.  It will connect to cell networks via GSM/GPRS and have builtin wifi.  (Story <a href="http://www.linuxdevices.com/news/NS8030785497.html">here</a>).</p>
<p>Depending on the price, I really think I want one of these.  I&#8217;m thinking of using the wifi for communications over jabber+jingle and/or SIP in addition to web and email.</p>
<p>If I end up getting one, you can bet that I&#8217;ll be posting about it&#8230; you know, my birthday is in September <img src='http://jk3.us/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://jk3.us/2006/08/16/open-source-linux-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.216 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-15 13:30:31 -->

