<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Linux: The Most Fun You Can Have with your Pants On	</title>
	<atom:link href="https://gregladen.com/blog/2007/11/22/linux-the-most-fun-you-can-hav/feed/" rel="self" type="application/rss+xml" />
	<link>https://gregladen.com/blog/2007/11/22/linux-the-most-fun-you-can-hav/</link>
	<description></description>
	<lastBuildDate>Sun, 25 Nov 2007 15:27:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.6</generator>
	<item>
		<title>
		By: Coturnix		</title>
		<link>https://gregladen.com/blog/2007/11/22/linux-the-most-fun-you-can-hav/#comment-850</link>

		<dc:creator><![CDATA[Coturnix]]></dc:creator>
		<pubDate>Sun, 25 Nov 2007 15:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2007/11/22/linux-the-most-fun-you-can-hav/#comment-850</guid>

					<description><![CDATA[OK, I succumbed and got two XO laptops for my wife and daughter and may get another two for my son and myself.  This will be the first time ever I will hold a machine with Linux on it and have no idea where to start.  Is there a good place to start?  A cool online tutorial?  Or should I just bug you several times a day?]]></description>
			<content:encoded><![CDATA[<p>OK, I succumbed and got two XO laptops for my wife and daughter and may get another two for my son and myself.  This will be the first time ever I will hold a machine with Linux on it and have no idea where to start.  Is there a good place to start?  A cool online tutorial?  Or should I just bug you several times a day?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peter		</title>
		<link>https://gregladen.com/blog/2007/11/22/linux-the-most-fun-you-can-hav/#comment-849</link>

		<dc:creator><![CDATA[peter]]></dc:creator>
		<pubDate>Fri, 23 Nov 2007 00:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2007/11/22/linux-the-most-fun-you-can-hav/#comment-849</guid>

					<description><![CDATA[actually, at the command line, unless you specify otherwise, you get most of the features of a program called readline, and the emacs control key commands. though you can change it to use vi commands if you prefer...  (a good way to start a religious war there...)type &quot;man readline&quot; at the prompt to find the rest of the key commands, (they&#039;re a few pages in...)M- means the alt key. C-means the control keyC-d :delete forward characterM-d :delete forward wordC-k :delete to end of lineC-y :(yank) paste what C-k just deletedC-o :insert blank lineC-a :move cursor to beginning of lineC-e :move to the end of the lineC-p :same as up arrowM-&lt; :go to first command in your command historyC-t :swap the letters before and after the cursorM-t :same, but with the whole wordsC-b :move one letter to the leftM-b :move one word to the leftC-f :move one letter to the rightM-f :move one word to the rightthere are lots more, these are some that I use every day...  (one point to bear in mind, these control key sequences were developed when the control key was where the caps lock key is now. as a result of the moving to the lower spot that it now resides in, there is a suspicion that this may have some relation to an increase in the incidence of rsi... but there&#039;s a causation/correlation debate about that too.)]]></description>
			<content:encoded><![CDATA[<p>actually, at the command line, unless you specify otherwise, you get most of the features of a program called readline, and the emacs control key commands. though you can change it to use vi commands if you prefer&#8230;  (a good way to start a religious war there&#8230;)type &#8220;man readline&#8221; at the prompt to find the rest of the key commands, (they&#8217;re a few pages in&#8230;)M- means the alt key. C-means the control keyC-d :delete forward characterM-d :delete forward wordC-k :delete to end of lineC-y :(yank) paste what C-k just deletedC-o :insert blank lineC-a :move cursor to beginning of lineC-e :move to the end of the lineC-p :same as up arrowM-< :go to first command in your command historyC-t :swap the letters before and after the cursorM-t :same, but with the whole wordsC-b :move one letter to the leftM-b :move one word to the leftC-f :move one letter to the rightM-f :move one word to the rightthere are lots more, these are some that I use every day...  (one point to bear in mind, these control key sequences were developed when the control key was where the caps lock key is now. as a result of the moving to the lower spot that it now resides in, there is a suspicion that this may have some relation to an increase in the incidence of rsi... but there's a causation/correlation debate about that too.)
</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: chris		</title>
		<link>https://gregladen.com/blog/2007/11/22/linux-the-most-fun-you-can-hav/#comment-848</link>

		<dc:creator><![CDATA[chris]]></dc:creator>
		<pubDate>Thu, 22 Nov 2007 22:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2007/11/22/linux-the-most-fun-you-can-hav/#comment-848</guid>

					<description><![CDATA[I use Ctrl-R often for going back in history. Type that combo, then begin typing the command you want to recall. Retype the combo to select other matches, then hit enter when you find the one you want.wget will also resume downloads with the -c switch, and download from a list of URLs in a text file with the -i filename.txt switch.]]></description>
			<content:encoded><![CDATA[<p>I use Ctrl-R often for going back in history. Type that combo, then begin typing the command you want to recall. Retype the combo to select other matches, then hit enter when you find the one you want.wget will also resume downloads with the -c switch, and download from a list of URLs in a text file with the -i filename.txt switch.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Richard Chapman		</title>
		<link>https://gregladen.com/blog/2007/11/22/linux-the-most-fun-you-can-hav/#comment-847</link>

		<dc:creator><![CDATA[Richard Chapman]]></dc:creator>
		<pubDate>Thu, 22 Nov 2007 21:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2007/11/22/linux-the-most-fun-you-can-hav/#comment-847</guid>

					<description><![CDATA[Nice post and a great headline.  I think it&#039;s true though.  The command line is a lot of fun once you get to know it and after it saves your butt from a world of hurt.  But it&#039;s losing it&#039;s dominance as the scare tactic of choice by Microsofties to &quot;drivers&quot;.]]></description>
			<content:encoded><![CDATA[<p>Nice post and a great headline.  I think it&#8217;s true though.  The command line is a lot of fun once you get to know it and after it saves your butt from a world of hurt.  But it&#8217;s losing it&#8217;s dominance as the scare tactic of choice by Microsofties to &#8220;drivers&#8221;.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
