<?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>Geek Tooth</title>
	<atom:link href="http://detj.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://detj.wordpress.com</link>
	<description>Stuff for everyday computing!</description>
	<lastBuildDate>Sun, 24 Jul 2011 19:48:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='detj.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/5a1f2efa7354283446a096b35f1510ef?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Geek Tooth</title>
		<link>http://detj.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://detj.wordpress.com/osd.xml" title="Geek Tooth" />
	<atom:link rel='hub' href='http://detj.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Mount a shared Windows folder in Ubuntu</title>
		<link>http://detj.wordpress.com/2010/02/26/mount-a-shared-windows-folder-in-ubuntu/</link>
		<comments>http://detj.wordpress.com/2010/02/26/mount-a-shared-windows-folder-in-ubuntu/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 11:37:56 +0000</pubDate>
		<dc:creator>detj</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[shared folder]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://detj.wordpress.com/?p=205</guid>
		<description><![CDATA[It&#8217;s an absolute necessity to have your Windows shared folders handy in Ubuntu. First, make sure if have Samba installed. If you are not, running this command will cause no harm sudo apt-get install smbclient smbfs This small wonder command in itself will do the magical mounting sudo mount -t cifs //&#60;your windows machine ip&#62;/&#60;path [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=205&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s an absolute necessity to have your Windows shared folders handy in Ubuntu. First, make sure if have Samba installed. If you are not, running this command will cause no harm</p>
<p><code>sudo apt-get install smbclient smbfs</code></p>
<p>This small wonder command in itself will do the magical mounting</p>
<p><code>sudo mount -t cifs //&lt;your windows machine ip&gt;/&lt;path to shared folder&gt; -o username="user", password="password", iocharset=utf-8,codepage=unicode /home/&lt;ubuntu user&gt;/&lt;mount point&gt;</code></p>
<p>Authentication is required if your shared Windows folder is configured such. Make sure you provide the correct username and password. So, for example, if I have to mount my shared Music folder in Ubuntu:</p>
<p><code>sudo mount -t cifs //192.168.1.60/Music -o username="det j", password="******", iocharset=utf-8, codepage=unicode /home/detj/Music</code></p>
<p>If you have set write permission to your Windows folder, you can use this folder to transfer files between your computers.</p>
<p>Now, you can has shared folder powers in ubuntu!!</p>
<br /> Tagged: <a href='http://detj.wordpress.com/tag/mount/'>mount</a>, <a href='http://detj.wordpress.com/tag/network/'>network</a>, <a href='http://detj.wordpress.com/tag/shared-folder/'>shared folder</a>, <a href='http://detj.wordpress.com/tag/ubuntu/'>ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/detj.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/detj.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/detj.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/detj.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/detj.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/detj.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/detj.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/detj.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/detj.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/detj.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/detj.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/detj.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/detj.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/detj.wordpress.com/205/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=205&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://detj.wordpress.com/2010/02/26/mount-a-shared-windows-folder-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">detj</media:title>
		</media:content>
	</item>
		<item>
		<title>Add torrents to BitTorrent over the air</title>
		<link>http://detj.wordpress.com/2010/02/14/add-torrents-to-bittorrent-over-the-air/</link>
		<comments>http://detj.wordpress.com/2010/02/14/add-torrents-to-bittorrent-over-the-air/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 14:02:52 +0000</pubDate>
		<dc:creator>detj</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[torrents]]></category>
		<category><![CDATA[utorrent]]></category>

		<guid isPermaLink="false">http://detj.wordpress.com/?p=191</guid>
		<description><![CDATA[Make your life really easy by not moving physically to your download station and adding torrents manually. Hell-of-a tedious task in itself. Rather rely on the great options provided by torrent clients like uTorrent and BitTorrent. It is very much possible to add new torrents from a remote machine be it in your local network [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=191&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Make your life really easy by not moving physically to your download station and adding torrents manually. Hell-of-a tedious task in itself. Rather rely on the great options provided by torrent clients like <a href="http://www.utorrent.com/" target="_blank">uTorrent </a>and <a href="http://www.bittorrent.com/" target="_blank">BitTorrent</a>. It is very much possible to add new torrents from a remote machine be it in your local network or somewhere in the internet, provided your torrent client is running on the machine acting as a download server.</p>
<p>BitTorrent and uTorrent has an option of autoloading torrents from a user-specified folder. If there is any torrent file in this folder, they will get added to the client immediately. You can set your download programs to automatically put .torrent files inside this folder. If you share this folder in your local network with write permission, then other folks in your network can add their torrents by copying torrent files to this folder.</p>
<p>To do this in BitTorrent and uTorrent:</p>
<ol>
<li>Open the options/preferences dialog</li>
<li>Selected Directories on the left panel</li>
<li>Check &#8216;Automatically load .torrents from:&#8217;</li>
<li>Write down the path of you auto-load folder</li>
</ol>
<div id="attachment_195" class="wp-caption aligncenter" style="width: 610px"><a href="http://detj.files.wordpress.com/2010/02/utorrent-options.png"><img class="size-full wp-image-195" title="utorrent options" src="http://detj.files.wordpress.com/2010/02/utorrent-options.png?w=600&#038;h=380" alt="utorrent directory preferences" width="600" height="380" /></a><p class="wp-caption-text">click for a larger view</p></div>
<p style="text-align:center;">
<p>Other torrent clients may have similar automatic loading options, check their help/manuals.</p>
<p>If you want to be able to add torrents from some other location, like from your workplace, then keep this folder inside Dropbox. This way you can add torrents whenever and wherever you have access to Dropbox. So, in Windows your path should look like:</p>
<p><code>C:\Users\DET J\My Documents\My Dropbox\auto-load</code></p>
<p>Wanna get more global..well..then make this &#8216;auto-load&#8217; folder sharable in you Dropbox and your friends can add torrents too along with you.</p>
<p style="text-align:center;">
<div id="attachment_200" class="wp-caption aligncenter" style="width: 442px"><a href="http://detj.files.wordpress.com/2010/02/full2.png"><img class="size-full wp-image-200  " title="full" src="http://detj.files.wordpress.com/2010/02/full2.png?w=432&#038;h=333" alt="Sharing folder on Dropbox" width="432" height="333" /></a><p class="wp-caption-text">Click for a larger view</p></div>
<br /> Tagged: <a href='http://detj.wordpress.com/tag/automatic/'>automatic</a>, <a href='http://detj.wordpress.com/tag/bittorrent/'>bittorrent</a>, <a href='http://detj.wordpress.com/tag/dropbox/'>dropbox</a>, <a href='http://detj.wordpress.com/tag/torrent/'>torrent</a>, <a href='http://detj.wordpress.com/tag/torrents/'>torrents</a>, <a href='http://detj.wordpress.com/tag/utorrent/'>utorrent</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/detj.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/detj.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/detj.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/detj.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/detj.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/detj.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/detj.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/detj.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/detj.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/detj.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/detj.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/detj.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/detj.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/detj.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=191&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://detj.wordpress.com/2010/02/14/add-torrents-to-bittorrent-over-the-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">detj</media:title>
		</media:content>

		<media:content url="http://detj.files.wordpress.com/2010/02/utorrent-options.png" medium="image">
			<media:title type="html">utorrent options</media:title>
		</media:content>

		<media:content url="http://detj.files.wordpress.com/2010/02/full2.png" medium="image">
			<media:title type="html">full</media:title>
		</media:content>
	</item>
		<item>
		<title>Fuse WordWeb and Ubuntu Dictionary</title>
		<link>http://detj.wordpress.com/2010/01/03/bring-wordweb-to-ubuntu-linux/</link>
		<comments>http://detj.wordpress.com/2010/01/03/bring-wordweb-to-ubuntu-linux/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 23:18:13 +0000</pubDate>
		<dc:creator>detj</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dictionary]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wordnet]]></category>
		<category><![CDATA[wordweb]]></category>

		<guid isPermaLink="false">http://detj.wordpress.com/?p=178</guid>
		<description><![CDATA[Do you miss WordWeb in Ubuntu like me? Sure, you can install it through Wine and set it to launch at startup and use some hotkey hack. But, why not use Ubuntu&#8217;s own dictionary application and tweak it a bit and make it exactly like WordWeb. WordWeb uses the Wordnet lexical dictionary underneath, used by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=178&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Do you miss <a href="http://wordweb.info/free/" target="_blank">WordWeb</a> in Ubuntu like me? Sure, <a href="http://kushalsejwal.blogspot.com/2008/11/installing-wordweb-dictionary-through.html" target="_blank">you can install it through Wine</a> and set it to launch at startup and use some hotkey hack. But, why not use Ubuntu&#8217;s own dictionary application and tweak it a bit and make it exactly like WordWeb.</p>
<p>WordWeb uses the <a href="http://wordnet.princeton.edu/" target="_blank">Wordnet lexical dictionary</a> underneath, used by many other applications as it is free. Ubuntu Dictionary, by default, searches an online dictionary server to fetch your vocab queries. The trick is to download the dictionary data package, install it locally and make it available for the Dictionary app. This is how you do it.</p>
<ul>
<li>Install the dictd server first<code><br />
sudo aptitude install dictd</code></li>
<li>Install the Wordnet data files<code><br />
sudo aptitude install dict-wn</code></li>
<li>Now, open the Dictionary app (Application -&gt; Office -&gt; Dictionary)</li>
<li>Click on Edit -&gt; Preferences</li>
<li>On the Source tab, click on Add and set these options:<strong><br />
</strong><strong><br />
Description: Wordnet 3.0<br />
Transport: Dictionary Server (default)<br />
Hostname: 127.0.0.1<br />
Port: 2628 (default)</strong></li>
<li>Select the newly added dictionary source and close</li>
</ul>
<p>That is all you need to get WordWeb like results in Ubuntu</p>
<br /> Tagged: dictionary, ubuntu, wordnet, wordweb <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/detj.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/detj.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/detj.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/detj.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/detj.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/detj.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/detj.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/detj.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/detj.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/detj.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/detj.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/detj.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/detj.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/detj.wordpress.com/178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=178&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://detj.wordpress.com/2010/01/03/bring-wordweb-to-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">detj</media:title>
		</media:content>
	</item>
		<item>
		<title>Everything: fast, powerful yet compact</title>
		<link>http://detj.wordpress.com/2009/10/14/everything-fast-powerful-yet-compact/</link>
		<comments>http://detj.wordpress.com/2009/10/14/everything-fast-powerful-yet-compact/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 05:03:18 +0000</pubDate>
		<dc:creator>detj</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://detj.wordpress.com/?p=165</guid>
		<description><![CDATA[Everything for Windows is the best search companion around. Uses less disk space and resources compared to other Desktop Search Engines (viz. Google Desktop). Though, it can&#8217;t beat Google Desktop which is like the Spotlight for Windows, its really the coolest individual file/folder search program. Just like any other search application, it indexes all the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=165&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.voidtools.com/"><img class="aligncenter size-full wp-image-166" title="Everything" src="http://detj.files.wordpress.com/2009/10/bfd71e6f1320d5899926ee57af0678bd.png?w=600&#038;h=370" alt="Everything" width="600" height="370" /></a></p>
<p>Everything for Windows is the best search companion around. Uses less disk space and resources compared to other Desktop Search Engines (viz. Google Desktop). Though, it can&#8217;t beat <a href="http://desktop.google.com/" target="_blank">Google Desktop</a> which is like the <a href="http://www.apple.com/macosx/what-is-macosx/spotlight.html" target="_self">Spotlight</a> for Windows, its really the coolest individual file/folder search program.</p>
<p>Just like any other search application, it indexes all the files on your drives and does that really fast (1 Million files in 1 Minute) compared to Windows Search or Google Desktop. The interface is dead simple, just a textbox and a list of files matched against the search query. Index updating and searching is done in real-time, so no &#8220;Searching&#8230;&#8221; activity indicator.</p>
<p>The Everything website describes it as an Administrative search tool, so it needs Administrative access for low-level read access to local NTFS volumes. Everything seeks files/folders from local storage only. To perform network enabled searches Everything should be running on both computers and data is shared through ETP. On the searching side, Everything supports wildcards (?, *), boolean operators (AND is default, | for OR, ! for NOT) and Regex. You can tell Everything not to search everything by excluding certain files/folders from its options.</p>
<p>Support is fairly ok. The forum is somewhat active, not many users though. <a href="http://voidtools.com" target="_blank">Voidtools</a> has also released <a href="http://www.voidtools.com/Everything/wiki/Supported_languages" target="_blank">other language packs</a> for Everything and a command-line tool. They have released IPC SDK for Everything, which enables developers to query Everything search results from their applications.</p>
<p>Downsides</p>
<ul>
<li>Searching files on networked machines is an extra hassle (setting up ETP/FTP servers)</li>
<li>Does not look into file contents, only filenames</li>
</ul>
<p>The good thing is that <a href="http://www.voidtools.com/download.php" target="_blank">Everything is a free download</a> for Windows</p>
<br /> Tagged: search, Windows <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/detj.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/detj.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/detj.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/detj.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/detj.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/detj.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/detj.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/detj.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/detj.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/detj.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/detj.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/detj.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/detj.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/detj.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=165&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://detj.wordpress.com/2009/10/14/everything-fast-powerful-yet-compact/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">detj</media:title>
		</media:content>

		<media:content url="http://detj.files.wordpress.com/2009/10/bfd71e6f1320d5899926ee57af0678bd.png" medium="image">
			<media:title type="html">Everything</media:title>
		</media:content>
	</item>
		<item>
		<title>Save a few clicks using your keyboard</title>
		<link>http://detj.wordpress.com/2009/09/04/save-few-clicks-using-your-keyboard/</link>
		<comments>http://detj.wordpress.com/2009/09/04/save-few-clicks-using-your-keyboard/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 20:26:57 +0000</pubDate>
		<dc:creator>detj</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[shortcut]]></category>

		<guid isPermaLink="false">http://detj.wordpress.com/?p=125</guid>
		<description><![CDATA[Without going into the Keyboard vs. Mouse discussion, lets see how you can browse your Windows version better (if not worse) using well just the keyboard. It&#8217;s not keyboard shortcuts we&#8217;re dealing with, but certain commands which do work in Windows and saves you from clicking-searching with your eyes-clicking again. I certainly don&#8217;t like the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=125&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Without going into the <a href="http://www.codinghorror.com/blog/archives/001088.html" target="_blank">Keyboard vs. Mouse discussion</a>, lets see how you can browse your Windows version better (if not worse) using well just the keyboard. It&#8217;s not keyboard shortcuts we&#8217;re dealing with, but certain commands which do work in Windows and saves you from clicking-searching with your eyes-clicking again. I certainly don&#8217;t like the Microsoft way of opening something as simple as Control Panel or Network Connections unless keyboard use is forbidden.</p>
<p>To run these commands click <strong>Start+Run</strong> or <strong>Winkey+r </strong>or the Vista Start Menu</p>
<table border="1" cellspacing="1" cellpadding="1" summary="&quot;">
<tbody>
<tr>
<td>Control Panel</td>
<td><code>control</code></td>
</tr>
<tr>
<td>Add/Remove Programs</td>
<td><code>appwiz.cpl</code></td>
</tr>
<tr>
<td>Network Connections</td>
<td><code>ncpa.cpl</code></td>
</tr>
<tr>
<td>Display Settings</td>
<td><code>desk.cpl</code></td>
</tr>
<tr>
<td>Mouse Settings</td>
<td><code>control mouse</code></td>
</tr>
<tr>
<td>Keyboard Settings</td>
<td><code>control keyboard</code></td>
</tr>
<tr>
<td>Power Options</td>
<td><code>powercfg.cpl</code></td>
</tr>
<tr>
<td>Folder Options</td>
<td><code>control folders</code></td>
</tr>
<tr>
<td>Accessibility Options</td>
<td><code>access.cpl</code></td>
</tr>
<tr>
<td>Add New Hardware Wizard</td>
<td><code>hdwwiz.cpl</code></td>
</tr>
<tr>
<td>Internet Properties</td>
<td><code>inetcpl.cpl</code></td>
</tr>
<tr>
<td>Sound Settings</td>
<td><code>mmsys.cpl</code></td>
</tr>
<tr>
<td>System Properties</td>
<td><code>sysdm.cpl</code></td>
</tr>
<tr>
<td>Device Manager</td>
<td><code>devmgmt.msc</code></td>
</tr>
<tr>
<td>Date and Time Properties</td>
<td><code>timedate.cpl</code></td>
</tr>
<tr>
<td>Regional and Language Options</td>
<td><code>intl.cpl</code></td>
</tr>
<tr>
<td>System Configuration Utility</td>
<td><code>msconfig</code></td>
</tr>
<tr>
<td>Fonts</td>
<td><code>fonts</code></td>
</tr>
<tr>
<td>Printers</td>
<td><code>printers</code></td>
</tr>
</tbody>
</table>
<p>The above shortcuts run in all versions, Vista or not. However, <a style="text-decoration:none;" href="http://www.howtogeek.com/howto/windows-vista/new-vista-syntax-for-opening-control-panel-items-from-the-command-line/" target="_blank">in Vista you could also do something like this</a></p>
<p><strong>Update</strong>: A shutdown/restart shortcut I often use</p>
<p>To shutdown: <code>shutdown -s -t 0</code></p>
<p>To restart: <code>shutdown -r -t 0</code></p>
<br /> Tagged: command, shortcut, Windows <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/detj.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/detj.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/detj.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/detj.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/detj.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/detj.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/detj.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/detj.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/detj.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/detj.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/detj.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/detj.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/detj.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/detj.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=125&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://detj.wordpress.com/2009/09/04/save-few-clicks-using-your-keyboard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">detj</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting album releases the RSS way</title>
		<link>http://detj.wordpress.com/2009/09/02/getting-album-releases-the-rss-way/</link>
		<comments>http://detj.wordpress.com/2009/09/02/getting-album-releases-the-rss-way/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 12:34:23 +0000</pubDate>
		<dc:creator>detj</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[webapps]]></category>
		<category><![CDATA[album]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://detj.wordpress.com/?p=96</guid>
		<description><![CDATA[Tracking new albums is hard and really a time wasting experience. Try this music alert service which is based on RSS, it is exactly what I was looking for. No registration is required, which is really cool. Just tell it what artists you want to track and it creates an RSS link for you. Add [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=96&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://www.music-alerts.com" target="_blank"><img class="aligncenter size-full wp-image-104" title="music-alerts" src="http://detj.files.wordpress.com/2009/09/music-alerts.png?w=587&#038;h=382" alt="music-alerts" width="587" height="382" /></a></p>
<p>Tracking new albums is hard and really a time wasting experience. Try this <a href="http://www.music-alerts.com/">music alert service</a> which is based on RSS, it is exactly what I was looking for. No registration is required, which is really cool. Just tell it what artists you want to track and it creates an RSS link for you. Add the link to your feed reader and get timely updates of new albums as and when they release. The best part is you can add more artists to watch in case you miss some.</p>
<p>The search treats the artist names as keywords, so it returns results based on any of the words including exact matches. It remains to be seen how good <a href="http://www.music-alerts.com/">music-alerts</a> is when it comes to tracking album releases of so many artists. Though, I had some issues adding the link to Google Reader, other readers should work fine. Does anyone know about a similar thing for movies?</p>
<br /> Tagged: album, music, rss <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/detj.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/detj.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/detj.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/detj.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/detj.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/detj.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/detj.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/detj.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/detj.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/detj.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/detj.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/detj.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/detj.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/detj.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=96&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://detj.wordpress.com/2009/09/02/getting-album-releases-the-rss-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">detj</media:title>
		</media:content>

		<media:content url="http://detj.files.wordpress.com/2009/09/music-alerts.png" medium="image">
			<media:title type="html">music-alerts</media:title>
		</media:content>
	</item>
		<item>
		<title>Enabling AHCI, Windows Vista and BSOD&#8230;eek!</title>
		<link>http://detj.wordpress.com/2009/08/29/enabling-ahci-windows-vista-and-bsod-eek/</link>
		<comments>http://detj.wordpress.com/2009/08/29/enabling-ahci-windows-vista-and-bsod-eek/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 01:36:43 +0000</pubDate>
		<dc:creator>detj</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[ahci]]></category>
		<category><![CDATA[bsod]]></category>
		<category><![CDATA[sata]]></category>

		<guid isPermaLink="false">http://detj.wordpress.com/?p=91</guid>
		<description><![CDATA[Since my initial testing of OSX 10.5.6 from an external hard drive was successful, I plan to install it on my Hitachi SATA Drive. I was searching for possible problems that could arise, and realized that SATA configuration for all my SATA devices was in compatibility mode. Without thinking at all&#8230;I switched it to AHCI [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=91&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since my initial testing of OSX 10.5.6 from an external hard drive was successful, I plan to install it on my Hitachi SATA Drive. I was searching for possible problems that could arise, and realized that SATA configuration for all my SATA devices was in compatibility mode. Without thinking at all&#8230;I switched it to AHCI mode, saved the BIOS changes and restarted, but Vista failed to boot with a nasty BSOD which came on the screen for like a second and the system rebooted. So, I had to change it back to IDE mode.</p>
<p>After searching for an explanation, I found out that this is yet another glitch you come across while adapting to newer technologies. So, here&#8217;s what happened and how to fix it:</p>
<p style="text-align:left;">Vista uses specific drivers for controlling SATA devices and it should know which driver to use before making any changes. It couldn&#8217;t boot because it was using the wrong drivers. So, either you install Vista or Windows 7 after changing the controller to AHCI in BIOS or if the OS is already installed and working, just make a minor tweak in registry</p>
<ul>
<li>Open regedit</li>
<li>Navigate to <strong>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Msahci</strong></li>
<li>Right-click Start and click Modify</li>
<li>In the Value field, type 0 and click ok</li>
<li>Don&#8217;t forget to make a <a href="http://support.microsoft.com/kb/322756/" target="_blank">registry backup</a> first</li>
</ul>
<p>This will load the msahci.sys driver on the next boot. Reboot and change your host controller. AHCI exposes SATA&#8217;s advanced capabilities such as hot-plugging and native command queuing.</p>
<p><a href="http://www.intel.com/technology/serialata/ahci.htm" target="_blank">Find out more about AHCI</a></p>
<br /> Tagged: ahci, bsod, sata <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/detj.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/detj.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/detj.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/detj.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/detj.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/detj.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/detj.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/detj.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/detj.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/detj.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/detj.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/detj.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/detj.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/detj.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=91&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://detj.wordpress.com/2009/08/29/enabling-ahci-windows-vista-and-bsod-eek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">detj</media:title>
		</media:content>
	</item>
		<item>
		<title>Yay&#8230;got full 5 gigs!</title>
		<link>http://detj.wordpress.com/2009/08/09/yay-got-full-5-gigs/</link>
		<comments>http://detj.wordpress.com/2009/08/09/yay-got-full-5-gigs/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 20:24:31 +0000</pubDate>
		<dc:creator>detj</dc:creator>
				<category><![CDATA[webapps]]></category>
		<category><![CDATA[dropbox]]></category>

		<guid isPermaLink="false">http://detj.wordpress.com/?p=86</guid>
		<description><![CDATA[Something to cheer. I got 3 gigs on top of default 2 GB provided by Dropbox from referrals. Now, its whopping 5 GB, and I&#8217;m storing evey random stuff on it. I&#8217;ve got all the pdfs and docs mostly and all the backup work is happening in the backdrop with absolutely no annoyance. Though, the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=86&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="dropbox" src="http://wiki.getdropbox.com/wiki/dropbox/img/sandbox250px_small.jpg" alt="" width="250" height="214" /></p>
<p>Something to cheer. I got 3 gigs on top of default 2 GB provided by <a href="http://www.getdropbox.com">Dropbox</a> from referrals. Now, its whopping 5 GB, and I&#8217;m storing evey random stuff on it. I&#8217;ve got all the pdfs and docs mostly and all the backup work is happening in the backdrop with absolutely no annoyance. Though, the guys at Dropbox has decided to do away with the everlasting undo deleted files history feature, but that&#8217;s okay. It was becoming too much of a clutter anyway. So, Dropbox won&#8217;t remember the files or folders you deleted before 30 days. You can still enjoy the same undo anything feature by upgrading.</p>
<br /> Tagged: dropbox <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/detj.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/detj.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/detj.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/detj.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/detj.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/detj.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/detj.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/detj.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/detj.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/detj.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/detj.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/detj.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/detj.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/detj.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=86&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://detj.wordpress.com/2009/08/09/yay-got-full-5-gigs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">detj</media:title>
		</media:content>

		<media:content url="http://wiki.getdropbox.com/wiki/dropbox/img/sandbox250px_small.jpg" medium="image">
			<media:title type="html">dropbox</media:title>
		</media:content>
	</item>
		<item>
		<title>Analyze your internet connection for potential problems</title>
		<link>http://detj.wordpress.com/2009/06/17/analyze-your-internet-connection-for-potential-problems/</link>
		<comments>http://detj.wordpress.com/2009/06/17/analyze-your-internet-connection-for-potential-problems/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:29:20 +0000</pubDate>
		<dc:creator>detj</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://detj.wordpress.com/?p=81</guid>
		<description><![CDATA[The ICSI Netalyzr gives a comprehensive report on the nitty-gritty details of your connection. It checks and evaluates your DNS Look-up service and several common protocols and pin points exactly where problems could lie. The test applet requires JRE plug-in for your browser. Analysis took approx. 3 mins on my connection. The test report can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=81&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The<a title="ICSI Netalyzer" href="http://netalyzr.icsi.berkeley.edu/index.html" target="_blank"> ICSI Netalyzr</a> gives a comprehensive report on the nitty-gritty details of your connection. It checks and evaluates your DNS Look-up service and several common protocols and pin points exactly where problems could lie. The test applet requires JRE plug-in for your browser. Analysis took approx. 3 mins on my connection. The test report can tell you more about how your ISP or DNS Service is working, and you can use this information to better tweak your connection for performance and security. The test results were more or less consistent, only the performance varied over subsequent tests. You can check if your ISP blocks BitTorrent network, though you&#8217;re better off configuring a proxy in your torrent client.</p>
<p>I am using <a href="http://www.opendns.com/" target="_blank">OpenDNS</a> and its working pretty fine for me so far.</p>
<p><a title="ICSI Netalyzer" href="http://netalyzr.icsi.berkeley.edu/index.html" target="_blank">ICSI Netalyzr</a></p>
<br /> Tagged: dns, internet, network <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/detj.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/detj.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/detj.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/detj.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/detj.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/detj.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/detj.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/detj.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/detj.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/detj.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/detj.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/detj.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/detj.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/detj.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=81&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://detj.wordpress.com/2009/06/17/analyze-your-internet-connection-for-potential-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">detj</media:title>
		</media:content>
	</item>
		<item>
		<title>Get more from your Dropbox</title>
		<link>http://detj.wordpress.com/2009/03/10/get-more-from-your-dropbox/</link>
		<comments>http://detj.wordpress.com/2009/03/10/get-more-from-your-dropbox/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 22:17:25 +0000</pubDate>
		<dc:creator>detj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dropbox]]></category>

		<guid isPermaLink="false">http://detj.wordpress.com/?p=72</guid>
		<description><![CDATA[If you&#8217;re still not using Dropbox, this is the best time to start using it. Dropbox is promoting itself, through referrals. So, registering yourself through the link below would get you 250 MB more free space. Click here for Dropbox registration!! Tagged: dropbox<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=72&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re still not using Dropbox, this is the best time to start using it. Dropbox is promoting itself, through referrals. So, registering yourself through the link below would get you 250 MB more free space.</p>
<p><a href="https://www.getdropbox.com/referrals/NTUxMzUyMTk">Click here for Dropbox registration!!</a></p>
<br /> Tagged: dropbox <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/detj.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/detj.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/detj.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/detj.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/detj.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/detj.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/detj.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/detj.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/detj.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/detj.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/detj.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/detj.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/detj.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/detj.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=detj.wordpress.com&amp;blog=5624262&amp;post=72&amp;subd=detj&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://detj.wordpress.com/2009/03/10/get-more-from-your-dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">detj</media:title>
		</media:content>
	</item>
	</channel>
</rss>
