<?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/"
	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>Spice Tech views</title>
	<atom:link href="http://cooltechie.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cooltechie.wordpress.com</link>
	<description>how i use computers</description>
	<lastBuildDate>Fri, 21 Mar 2008 19:14:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cooltechie.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Spice Tech views</title>
		<link>http://cooltechie.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cooltechie.wordpress.com/osd.xml" title="Spice Tech views" />
	<atom:link rel='hub' href='http://cooltechie.wordpress.com/?pushpress=hub'/>
		<item>
		<title>bash autocomplete for ssh</title>
		<link>http://cooltechie.wordpress.com/2008/03/20/bash-autocomplete-for-ssh/</link>
		<comments>http://cooltechie.wordpress.com/2008/03/20/bash-autocomplete-for-ssh/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 09:36:20 +0000</pubDate>
		<dc:creator>vishal</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://cooltechie.wordpress.com/?p=10</guid>
		<description><![CDATA[hi, long time i havent posted anything. but here is something that i cooked up over last weekend. the use case is that i keep sshing to a set of machines from my box. And its difficult to remember the exact host names and stuff. so i wanted something like autocomplete we use for ls [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cooltechie.wordpress.com&amp;blog=1613618&amp;post=10&amp;subd=cooltechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>hi,</p>
<p>long time i havent posted anything. but here is something that i cooked up over last weekend. the use case is that i keep <b>ssh</b>ing to a set of machines from my box. And its difficult to remember the exact host names and stuff. so i wanted something like autocomplete we use for <b>ls </b>or<b> vim </b>commands. Without much ado here is the code for making my thing to work.</p>
<p>add this text to your .bashrc or .bash_profile<br />
<code><br />
_compssh ()<br />
{<br />
cur=${COMP_WORDS[COMP_CWORD]};<br />
COMPREPLY=($(compgen -W '$(/bin/cat ~/hosts_list) --all --schema' -- $cur))<br />
}<br />
complete -F _compssh ssh<br />
</code><br />
and the contents of <code>~/hosts_list</code> are something like this<br />
<code><br />
database1.silver.sympa<br />
webserv1.silver.sympa<br />
data1.gold.sympa<br />
</code><br />
<i>dont mind the names they are servers internal to my network. but you can edit <code>~/hosts_list</code> file for any number of hosts</i><br />
Then just sit back and do ssh +[tab] and it will show all possible completions.<br />
thats it for now. i got lot of insight from Brock Noland from <a href="http://bashcurescancer.com">bashcurescancer.com</a><br />
PS: i have tested this on GNU bash, version 3.2.0 not sure how things work on other shells. But i guess that should not be difficult to patch it and make it work<br />
good byeee.<br />
Happy sshing&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cooltechie.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cooltechie.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cooltechie.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cooltechie.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cooltechie.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cooltechie.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cooltechie.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cooltechie.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cooltechie.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cooltechie.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cooltechie.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cooltechie.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cooltechie.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cooltechie.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cooltechie.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cooltechie.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cooltechie.wordpress.com&amp;blog=1613618&amp;post=10&amp;subd=cooltechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cooltechie.wordpress.com/2008/03/20/bash-autocomplete-for-ssh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/004e5822934f848880ce18a65aec346b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vishal</media:title>
		</media:content>
	</item>
		<item>
		<title>Cricket Scoreboard -kde desktop</title>
		<link>http://cooltechie.wordpress.com/2007/12/04/cricket-scoreboard-kde-desktop/</link>
		<comments>http://cooltechie.wordpress.com/2007/12/04/cricket-scoreboard-kde-desktop/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 04:56:03 +0000</pubDate>
		<dc:creator>vishal</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[cricket]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scoreboard]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[match]]></category>
		<category><![CDATA[score]]></category>

		<guid isPermaLink="false">http://cooltechie.wordpress.com/2007/12/04/cricket-scoreboard-kde-desktop/</guid>
		<description><![CDATA[hi, i made a small script to put a scoreboard of current cricket match.. here is the script it requires the following software. &#8211;&#62; links or elinks ( a command line web browser) &#8211;&#62; Kdialog dialog utility in kde (generally default in all linux dists) score.sh #!/bin/sh url="http://www.cricbuzz.com/livecricketscore/2007/2007_IND_PAK/IND_PAK_NOV30_DEC04/commentary.html" #this needs to be changed to current [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cooltechie.wordpress.com&amp;blog=1613618&amp;post=9&amp;subd=cooltechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>hi,</p>
<p>i made a small script to put a scoreboard of current cricket match.. here is the script</p>
<p>it requires the following software.</p>
<p>&#8211;&gt; links or elinks ( a command line web browser)<br />
&#8211;&gt; Kdialog dialog utility in kde (generally default in all linux dists)</p>
<p>score.sh</p>
<pre>
#!/bin/sh
url="http://www.cricbuzz.com/livecricketscore/2007/2007_IND_PAK/IND_PAK_NOV30_DEC04/commentary.html"
#this needs to be changed to current match page on cricbuzz.com
while [ 1 ]
do
        links -dump $url &gt; dump
#       info=`cat dump | awk -f score.awk | tail -3`
        info=`head -n 10 dump`
  kdialog --passivepopup "$info" 10
  sleep 60

done</pre>
<p>there it is .. try and enjoy. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cooltechie.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cooltechie.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cooltechie.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cooltechie.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cooltechie.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cooltechie.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cooltechie.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cooltechie.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cooltechie.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cooltechie.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cooltechie.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cooltechie.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cooltechie.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cooltechie.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cooltechie.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cooltechie.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cooltechie.wordpress.com&amp;blog=1613618&amp;post=9&amp;subd=cooltechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cooltechie.wordpress.com/2007/12/04/cricket-scoreboard-kde-desktop/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/004e5822934f848880ce18a65aec346b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vishal</media:title>
		</media:content>
	</item>
		<item>
		<title>Make your site search engine friendly.</title>
		<link>http://cooltechie.wordpress.com/2007/11/30/make-your-site-search-engine-friendly/</link>
		<comments>http://cooltechie.wordpress.com/2007/11/30/make-your-site-search-engine-friendly/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 03:27:23 +0000</pubDate>
		<dc:creator>vishal</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[internet search]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://cooltechie.wordpress.com/2007/11/30/make-your-site-search-engine-friendly/</guid>
		<description><![CDATA[hi, long time i havent blogged. this is mainly regarding &#8220;how to make our site more easily searchable by internet Search engines&#8221; for optimizing for search here are some basic steps you can take.. 1. for each page have a unique URL so that while crawling its easy for follow links based on that.. (avoid [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cooltechie.wordpress.com&amp;blog=1613618&amp;post=8&amp;subd=cooltechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>hi,<br />
long time i havent blogged.<br />
this is mainly regarding <strong>&#8220;how to make our site more easily searchable by internet Search engines&#8221;</strong><br />
for optimizing for search here are some basic steps you can take..</p>
<p>1. for each page have a unique URL so that while crawling its easy for follow links based on that.. (avoid using ajax based content fetching.)</p>
<p>2. have a RSS feed and include it in public RSS readers like. <a href="http://www.mybloglog.com/" target="_blank">http://www.mybloglog.com/</a> , <a href="http://www.bloglines.com/" target="_blank">www.bloglines.com</a> , google reader etc etc. This help in pulling data from the server and be cached on others.. by starting communities and discussions the linkIn to site increase drastically. particularly helpful for pragyan.</p>
<p>3. you need to register your domain on many online directories.. examples are  <a href="http://dir.yahoo.com/" target="_blank">dir.yahoo.com</a></p>
<p>4.Also submit your search for it to be crawled check <a href="http://submit.search.yahoo.com/free/request" target="_blank"> http://submit.search.yahoo.com/free/request</a> .<br />
5. further check the site explorer of yahoo <a href="https://siteexplorer.search.yahoo.com/mysites" target="_blank"> https://siteexplorer.search.yahoo.com/mysites</a> here i think it needs to authorize the exploring process.</p>
<p>6. for google there is option called addUrl <a href="http://www.google.com/addurl/?continue=/addurl" target="_blank"> http://www.google.com/addurl/?continue=/addurl</a></p>
<p>7. further site searchability can be enhanced by submitting site url in directories like Open Directory Project (<a href="http://dmoz.org/" target="_blank">dmoz.org</a> ), or MSN Directory are noticed by the  Yahoo! Web Crawlers.</p>
<p>thats all i found.. feel free to pour in suggestions for the same.</p>
<p>PS: found good FAQ on above topic here.. <a href="http://help.yahoo.com/l/us/yahoo/search/index.html" target="_blank"> http://help.yahoo.com/l/us/yahoo/search/index.html</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cooltechie.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cooltechie.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cooltechie.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cooltechie.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cooltechie.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cooltechie.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cooltechie.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cooltechie.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cooltechie.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cooltechie.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cooltechie.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cooltechie.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cooltechie.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cooltechie.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cooltechie.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cooltechie.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cooltechie.wordpress.com&amp;blog=1613618&amp;post=8&amp;subd=cooltechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cooltechie.wordpress.com/2007/11/30/make-your-site-search-engine-friendly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/004e5822934f848880ce18a65aec346b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vishal</media:title>
		</media:content>
	</item>
		<item>
		<title>Bash History</title>
		<link>http://cooltechie.wordpress.com/2007/09/12/bash-history/</link>
		<comments>http://cooltechie.wordpress.com/2007/09/12/bash-history/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 04:20:02 +0000</pubDate>
		<dc:creator>vishal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cooltechie.wordpress.com/2007/09/12/bash-history/</guid>
		<description><![CDATA[In case, history command does not save commands that you executed in the previous session, you can enable it by putting this in your .bashrc export HISTFILE=~/.bash_history CtrlR on bash prompt reads from the &#8220;history&#8221; itself. So if history does not work, CtrlR also won&#8217;t work<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cooltechie.wordpress.com&amp;blog=1613618&amp;post=7&amp;subd=cooltechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In case, history command does not save commands that you executed in the previous session, you can enable it by putting this in your .bashrc</p>
<p>export HISTFILE=~/.bash_history</p>
<p>CtrlR on bash prompt reads from the &#8220;history&#8221; itself.<br />
So if history does not work, CtrlR also won&#8217;t work</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cooltechie.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cooltechie.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cooltechie.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cooltechie.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cooltechie.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cooltechie.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cooltechie.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cooltechie.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cooltechie.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cooltechie.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cooltechie.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cooltechie.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cooltechie.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cooltechie.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cooltechie.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cooltechie.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cooltechie.wordpress.com&amp;blog=1613618&amp;post=7&amp;subd=cooltechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cooltechie.wordpress.com/2007/09/12/bash-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/004e5822934f848880ce18a65aec346b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vishal</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox Shortcuts</title>
		<link>http://cooltechie.wordpress.com/2007/09/04/firefox-shortcuts/</link>
		<comments>http://cooltechie.wordpress.com/2007/09/04/firefox-shortcuts/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 08:47:45 +0000</pubDate>
		<dc:creator>vishal</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://cooltechie.wordpress.com/2007/09/04/firefox-shortcuts/</guid>
		<description><![CDATA[Do you type in URLs of well known sites over and over and over again? I’ve been doing it for years because I couldn’t think of a better way to browse to frequently used sites. I didn’t want to create bookmarks for two reasons. One, I use several different machines and keeping them all in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cooltechie.wordpress.com&amp;blog=1613618&amp;post=4&amp;subd=cooltechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Do you type in URLs of well known sites over and over and over again? I’ve been doing it for years because I couldn’t think of a better way to browse to frequently used sites. I didn’t want to create bookmarks for two reasons. One, I use several different machines and keeping them all in sync would be a pain. Two, the more bookmarks you get, the harder it is to find the one you’re looking for and it’s faster to just type the URL instead of searching through all your bookmarks to find the site. Now I’ve found an easier way.</p>
<p>First, use <a href="https://addons.mozilla.org/en-US/firefox/addon/2410">Foxmarks</a>. It synchronizes your bookmarks across any number of Firefox installations, so you can create a bookmark in any of the browsers you use and the bookmark will be propagated to the rest of the instances.</p>
<p>Second, use the keyword field.</p>
<p>I’ve now bookmarked those sites and added a keyword to each one, so instead of typing in http://www.flickr.com/photos/username (which I’ve done hundreds of times) I type the ‘fl &lt;username&gt;’ keyword into the URL field to visit my web site.</p>
<p>Heres how you do it.</p>
<p>In Firefox, go to the bookmark management/organization section.  Create a new bookmark.</p>
<pre><code>

Name: <strong>Movable Type</strong>

Location: <strong>http://www.flickr.com/photos/%s</strong>
Keyword: <strong>fl</strong></code></pre>
<p>PS: You can also use for search and stuff. Also It doesn’t have to be used only for sites that accept queries.  In the past I only used <a href="http://dan.hersam.com/2006/11/14/useful-firefox-quick-search-bookmarks/">quick searches</a> for places like Yahoo and Sourceforge because it was convenient to type a search phrase and go directly to the results page. It recently dawned on me that I could do the same with other frequently visited sites.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cooltechie.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cooltechie.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cooltechie.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cooltechie.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cooltechie.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cooltechie.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cooltechie.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cooltechie.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cooltechie.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cooltechie.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cooltechie.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cooltechie.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cooltechie.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cooltechie.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cooltechie.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cooltechie.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cooltechie.wordpress.com&amp;blog=1613618&amp;post=4&amp;subd=cooltechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cooltechie.wordpress.com/2007/09/04/firefox-shortcuts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/004e5822934f848880ce18a65aec346b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vishal</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Fonts</title>
		<link>http://cooltechie.wordpress.com/2007/08/30/linux-fonts/</link>
		<comments>http://cooltechie.wordpress.com/2007/08/30/linux-fonts/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 11:37:31 +0000</pubDate>
		<dc:creator>vishal</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cooltechie.wordpress.com/2007/08/30/linux-fonts/</guid>
		<description><![CDATA[hi, i tried installing hindi fonts in my linux system.. my sysconfig is FreeBSD 4 and KDE ver 3.4 but i guess that the basic configuration of all KDE should work fine.. 1. download the required fonts to any directory.. http://tdil.mit.gov.in/download/openfonts.htm http://www.sanskritweb.org/cakram/ 2. goto X11 directory of you system.. it something like /usr/X11R6/lib/X11/fonts/ 3. create [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cooltechie.wordpress.com&amp;blog=1613618&amp;post=3&amp;subd=cooltechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>hi,</p>
<p>i tried installing hindi fonts in my linux system..</p>
<p>my sysconfig is FreeBSD 4 and KDE ver 3.4  but i guess that the basic configuration of all KDE should work fine..</p>
<p>1. download  the required fonts to any directory..</p>
<p>http://tdil.mit.gov.in/download/openfonts.htm<br />
http://www.sanskritweb.org/cakram/</p>
<p>2.  goto X11 directory of you system.. it something like /usr/X11R6/lib/X11/fonts/<br />
3.  create a directory with any name like hindiFonts [ you may need to be root user. if yes do su and then mkdir]<br />
4.  run the following commands<br />
$&gt; mkfontdir hindiFonts<br />
$&gt; mkfontscale hindiFonts<br />
5. you are almost done. all you need to do is now add the following line in your /etc/X11/XConfig file under the<br />
Section &#8220;Files&#8221;<br />
FontPath     &#8220;/usr/X11R6/lib/X11/fonts/hindiFonts/&#8221;<br />
..<br />
..<br />
EndSection<br />
6. save and restart your X. and you are done..</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cooltechie.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cooltechie.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cooltechie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cooltechie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cooltechie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cooltechie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cooltechie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cooltechie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cooltechie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cooltechie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cooltechie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cooltechie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cooltechie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cooltechie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cooltechie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cooltechie.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cooltechie.wordpress.com&amp;blog=1613618&amp;post=3&amp;subd=cooltechie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cooltechie.wordpress.com/2007/08/30/linux-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/004e5822934f848880ce18a65aec346b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vishal</media:title>
		</media:content>
	</item>
	</channel>
</rss>
