<?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#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A few scripts and aliases</title>
	<atom:link href="http://kmandla.wordpress.com/2009/03/21/a-few-scripts-and-aliases/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2009/03/21/a-few-scripts-and-aliases/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: karthik</title>
		<link>http://kmandla.wordpress.com/2009/03/21/a-few-scripts-and-aliases/#comment-38816</link>
		<dc:creator><![CDATA[karthik]]></dc:creator>
		<pubDate>Sun, 22 Mar 2009 07:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/03/21/a-few-scripts-and-aliases/#comment-38816</guid>
		<description><![CDATA[I don&#039;t know if you use elinks to open multiple URLs in tabs. (I do.) In any case, it&#039;s a simple fix to generalize the elinks script a bit:

#!/bin/bash
/usr/bin/elinks $*
...]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if you use elinks to open multiple URLs in tabs. (I do.) In any case, it&#8217;s a simple fix to generalize the elinks script a bit:</p>
<p>#!/bin/bash<br />
/usr/bin/elinks $*<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Adams</title>
		<link>http://kmandla.wordpress.com/2009/03/21/a-few-scripts-and-aliases/#comment-38815</link>
		<dc:creator><![CDATA[Tom Adams]]></dc:creator>
		<pubDate>Sat, 21 Mar 2009 21:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/03/21/a-few-scripts-and-aliases/#comment-38815</guid>
		<description><![CDATA[I use mkdir/cd too. Very handy.

I also have an alias to run an HTTP server which serves . as the document root.

alias srv=&quot;ruby -rwebrick -e &#039;s=WEBrick::HTTPServer.new(:Port=&gt;8080,\
:DocumentRoot=&gt;Dir::pwd);trap(\&quot;INT\&quot;){s.shutdown};s.start&#039;&quot;

I&#039;m very happy about WEBrick being included in Ruby. Means it works everywhere. Great for ad-hoc file sharing between machines and/or people on the same network (handy for streaming, letting housemates download files).]]></description>
		<content:encoded><![CDATA[<p>I use mkdir/cd too. Very handy.</p>
<p>I also have an alias to run an HTTP server which serves . as the document root.</p>
<p>alias srv=&#8221;ruby -rwebrick -e &#8216;s=WEBrick::HTTPServer.new(:Port=&gt;8080,\ <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ocumentRoot=&gt;Dir::pwd);trap(\&#8221;INT\&#8221;){s.shutdown};s.start&#8217;&#8221;</p>
<p>I&#8217;m very happy about WEBrick being included in Ruby. Means it works everywhere. Great for ad-hoc file sharing between machines and/or people on the same network (handy for streaming, letting housemates download files).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IceBrain</title>
		<link>http://kmandla.wordpress.com/2009/03/21/a-few-scripts-and-aliases/#comment-38814</link>
		<dc:creator><![CDATA[IceBrain]]></dc:creator>
		<pubDate>Sat, 21 Mar 2009 13:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/03/21/a-few-scripts-and-aliases/#comment-38814</guid>
		<description><![CDATA[I use a &quot;mute&quot; alias too, but it toggles the mute setting, so a second call restores the volume to the same level it was.

I use a &quot;mkcd&quot; too, which calls mkdir $1 &amp;&amp; cd $1, so I can make a directory and change to it directly.

But my most elaborate alias (which is not exactly an alias, it&#039;s a ZSH function) is &quot;tube&quot;, which runs a python script that searches for the given keywords in youtube and returns the video URL, which is then passed to mplayer running in a hidden screen session :P]]></description>
		<content:encoded><![CDATA[<p>I use a &#8220;mute&#8221; alias too, but it toggles the mute setting, so a second call restores the volume to the same level it was.</p>
<p>I use a &#8220;mkcd&#8221; too, which calls mkdir $1 &amp;&amp; cd $1, so I can make a directory and change to it directly.</p>
<p>But my most elaborate alias (which is not exactly an alias, it&#8217;s a ZSH function) is &#8220;tube&#8221;, which runs a python script that searches for the given keywords in youtube and returns the video URL, which is then passed to mplayer running in a hidden screen session <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
