<?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>EveryJoe &#187; Cool Software</title>
	<atom:link href="http://www.everyjoe.com/tag/cool-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com</link>
	<description>Sports News - Tech Reviews - Entertainment - Life Tips for EveryJoe</description>
	<lastBuildDate>Fri, 18 Dec 2009 09:34:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing and Configuring SSHD Server on Cygwin</title>
		<link>http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/</link>
		<comments>http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:00:47 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Configure SSH]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Install SSH daemon]]></category>
		<category><![CDATA[Install SSH on Windows 2003 Server]]></category>
		<category><![CDATA[Install SSH on Windows Vista]]></category>
		<category><![CDATA[Install SSH on Windows XP]]></category>
		<category><![CDATA[Install SSH server]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Windows 2003 Server]]></category>
		<category><![CDATA[Microsoft Windows Vista]]></category>
		<category><![CDATA[Microsoft Windows XP]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows 2003 Server]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1325</guid>
		<description><![CDATA[SSH is one communication protocol that is used to access remote systems all the time. Short for “Secure Shell”, SSH provides a secure channel for data exchange, unlike Telnet and other insecure remote shells. Telnet, e.g., transmits all data including passwords in plain text.
For a system A to connect to a remote system B through SSH, A needs a SSH client (like PuTTY for Windows) and B needs a SSHD server running all the time so as to accept incoming connections.
SSH is a proprietary software offered by SSH Communications Security, and as an alternative the open source version OpenSSH is [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/">Installing and Configuring SSHD Server on Cygwin</a></p>
]]></description>
			<content:encoded><![CDATA[<p>SSH is one communication protocol that is used to access remote systems all the time. Short for “Secure Shell”, SSH provides a secure channel for data exchange, unlike Telnet and other insecure remote shells. Telnet, e.g., transmits all data including passwords in plain text.</p>
<p>For a system A to connect to a remote system B through SSH, A needs a SSH client (like <a title="That Damn PC: PuTTY Connection Manager for Tabbed PuTTY" href="http://www.everyjoe.com/articles/putty-connection-manager-for-tabbed-putty-2/">PuTTY</a> for Windows) and B needs a SSHD server running all the time so as to accept incoming connections.</p>
<p>SSH is a proprietary software offered by SSH Communications Security, and as an alternative the open source version OpenSSH is being widely used. On all Unix-based OSs, the OpenSSH SSHD server is installed by default during the installation of the operating system. On Windows, however, it is not the case.</p>
<p>You can install it on top of Cygwin very easily. You will need administrator access with a password set for the account. When you run the Cygwin setup to download or install various packages, select openssh which will select all the other packages it requires.</p>
<p>Once you complete the install, to configure SSHD run <span style="font-family: Lucida Console;">$ ssh-host-config –y</span> from the terminal. This will automatically answer ‘yes’ for the yes/no questions. Give an appropriate password that follows your system rules if an sshd_server is being created or ignore this step. Specify the value of the environment variable CYGWIN as “ntsec tty” for WinXP and Vista and “binmode ntsec tty” for Windows 2003 Server (without quotes). At the end of this process, the sshd service will have automatically started and placed itself among the Windows startup list.</p>
<p>If you have any problems, try following <a title="How to Install SSHD Server on Windows 2000 or Windows XP or Windows Vista" href="http://pigtail.net/LRP/printsrv/cygwin-sshd.html" target="_blank">this article for WinXP and Vista</a> and <a title="HOWTO Setup the Secure Shell Daemon on a Windows 2003 Server" href="http://ist.uwaterloo.ca/~kscully/CygwinSSHD_W2K3.html" target="_blank">this one for Windows 2003 Server</a> or drop me a message.</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/">Installing and Configuring SSHD Server on Cygwin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strong and Weak Passwords</title>
		<link>http://www.everyjoe.com/articles/strong-and-weak-passwords-2/</link>
		<comments>http://www.everyjoe.com/articles/strong-and-weak-passwords-2/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 12:00:21 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[keepass]]></category>
		<category><![CDATA[Microsoft security]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[passpack]]></category>
		<category><![CDATA[password generators]]></category>
		<category><![CDATA[password management]]></category>
		<category><![CDATA[password strength]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[strong passwords]]></category>
		<category><![CDATA[weak passwords]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1323</guid>
		<description><![CDATA[Every now and then a popular website gets hacked and tons of user passwords are published for everyone to see. On one side, it can potentially lead to huge losses to the users whose passwords have been compromised. On the other, security analysts use the data to gain various insights.
In one such recent attack, Robert Graham, the CEO of Errata Security, came to a few startling conclusions based on the passwords published showing what should not be your password:

16% of passwords matched a person&#8217;s first name
14% of passwords were patterns on the keyboard
4% are variations of the word &#8220;password&#8221;
5% of [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/strong-and-weak-passwords-2/">Strong and Weak Passwords</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Every now and then a popular website gets hacked and tons of user passwords are published for everyone to see. On one side, it can potentially lead to huge losses to the users whose passwords have been compromised. On the other, security analysts use the data to gain various insights.</p>
<p>In one such recent attack, Robert Graham, the CEO of <em>Errata Security</em>, came to a few startling conclusions based on the passwords published showing <strong>what should not be your password</strong>:</p>
<ul>
<li>16% of passwords matched a person&#8217;s first name</li>
<li>14% of passwords were patterns on the keyboard</li>
<li>4% are variations of the word &#8220;password&#8221;</li>
<li>5% of passwords are pop-culture references</li>
<li>4% of passwords appear to reference things nearby</li>
<li>3% of passwords are &#8220;emo&#8221; words</li>
<li>3% are &#8220;don&#8217;t care&#8221; words</li>
<li>1.3% are passwords people saw in movies/TV</li>
<li>1% are sports related</li>
</ul>
<p>You can read the complete report <a title="Dark Reading: PHPBB Password Analysis" href="http://www.darkreading.com/blog/archives/2009/02/phpbb_password.html" target="_blank">here</a>.</p>
<p>Password management is a big hassle that every Internet user has to deal with today. Apart from the regular ones that I use, I try out new products and services all the time and have over 50 different accounts as I speak. So I use a password management software called <a title="KeePass Homepage" href="http://keepass.info/" target="_blank">KeePass</a>, which is open source. In the past, Jesse suggested several others like Billeo, Vidoop and <a title="That Damn PC: Smart Password Management Right in Your Browser" href="http://www.everyjoe.com/articles/smart-password-management-right-in-your-browser-2/">Passpack</a>. These softwares usually are also capable of generating strong passwords or you can use an online service like the <a title="Strong Password Generator" href="http://strongpasswordgenerator.com/" target="_blank">Strong Password Generator</a> to generate a password for you.</p>
<p>The most basic rule is to use a long combination of small and capital letters, numbers and symbols. Read this Microsoft Security article about <a title="Microsoft: Strong passwords: How to create and use them" href="http://www.microsoft.com/protect/yourself/password/create.mspx" target="_blank">how to create and use strong passwords</a>.</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/strong-and-weak-passwords-2/">Strong and Weak Passwords</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/strong-and-weak-passwords-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cygwin Commands for Text Manipulation</title>
		<link>http://www.everyjoe.com/articles/cygwin-commands-for-text-manipulation-2/</link>
		<comments>http://www.everyjoe.com/articles/cygwin-commands-for-text-manipulation-2/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 12:00:55 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[findstr]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[string manipulation]]></category>
		<category><![CDATA[string replacement]]></category>
		<category><![CDATA[text manipulation]]></category>
		<category><![CDATA[uniq]]></category>
		<category><![CDATA[unique]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[wc]]></category>
		<category><![CDATA[word count]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1321</guid>
		<description><![CDATA[DOS has a few commands like find, findstr and sort which can be used to manipulate text. ($ help &#60;cmd&#62; shows the usage help for all these commands.) However, their usage is very different from those that a Unix user may be familiar with.
One of the best things about Cygwin is that these commands useful for “quick and dirty” work on large chunks of text data are easy to learn, are consistent across all Unix-based OSs, have a number of options, and are quite extensive. When used in combination, they can save a lot of programming.
($ &#60;command&#62; &#60;option&#62; &#60;inputs&#62; is [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/cygwin-commands-for-text-manipulation-2/">Cygwin Commands for Text Manipulation</a></p>
]]></description>
			<content:encoded><![CDATA[<p>DOS has a few commands like find, findstr and sort which can be used to manipulate text. (<span style="font-family: Lucida Console;">$ help &lt;cmd&gt;</span> shows the usage help for all these commands.) However, their usage is very different from those that a Unix user may be familiar with.</p>
<p>One of the best things about Cygwin is that these commands useful for “quick and dirty” work on large chunks of text data are easy to learn, are consistent across all Unix-based OSs, have a number of options, and are quite extensive. When used in combination, they can save a lot of programming.</p>
<p>(<span style="font-family: Lucida Console;">$ &lt;command&gt; &lt;option&gt; &lt;inputs&gt;</span> is the general format for almost any of these commands. <span style="font-family: Lucida Console;">$ &lt;command&gt; &#8211;help</span> shows the usage information.)</p>
<p>Note that all the commands below work on text files, not just any files with text content in them.  e.g. a .DOC or a .HTML contains many other headers which are also taken into account when processed by these commands.</p>
<p><strong>wc</strong>: wc is short for “word count”, but it counts more than just words. It can count chars (-m), lines (-l) apart from words (-w).</p>
<p><strong>uniq</strong>: When files have a large number of lines with many identical ones, uniq returns only once all lines among the input files after discarding repetitions. –c also gives the number of times each line has been repeated, –u returns only the unique lines discarding any line which has been repeated more than once, –i considers two lines non-unique if they are only differing the case.</p>
<p><strong>sort</strong>: Say you have several files with numbers or words that need to be sorted. Sort can sort a concatenation of several files at once, where each line is considered a separate value to be sorted. The sorting order can be specified as in –d means dictionary-order, –f means ignore case, –n means numeric sort, –u means sort only unique lines.</p>
<p><strong>grep</strong>: Short for “get regular expression”, grep can be used to search for a specific string or string pattern (called regular expression) in given text. <span style="font-family: Lucida Console;">$ grep “grep” &lt;this-post&gt;</span> shows all the lines with the string “grep” in them. –c is used to count the number of occurrences, –i is used to ignore case, –v is used to invert the result.</p>
<p><strong>sed</strong>: sed is used primarily to find and replace a string or string pattern from files. The most common usage is <span style="font-family: Lucida Console;">$ sed ‘s/&lt;find-string&gt;/&lt;replace-with-string&gt;/g’</span> which replaces all occurrences of &lt;find-string&gt; with &lt;replace-with-string&gt;.</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/cygwin-commands-for-text-manipulation-2/">Cygwin Commands for Text Manipulation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/cygwin-commands-for-text-manipulation-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use CCleaner to Clean Your Computer</title>
		<link>http://www.everyjoe.com/articles/use-ccleaner-to-clean-your-computer-2/</link>
		<comments>http://www.everyjoe.com/articles/use-ccleaner-to-clean-your-computer-2/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 12:00:05 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[ccleaner]]></category>
		<category><![CDATA[clean cache]]></category>
		<category><![CDATA[clean PC]]></category>
		<category><![CDATA[cleanmgr]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[disk cleanup]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[registry cleaner]]></category>
		<category><![CDATA[registry cleanup]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[startup processes]]></category>
		<category><![CDATA[uninstall programs]]></category>
		<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1317</guid>
		<description><![CDATA[There are a lot of utilities that can be used to clean a computer. These do something more than the usual “Disk Cleanup” ($ cleanmgr), are easy to use with custom features and are faster too. Cleaning up your computer can improve its performance and ensure greater privacy. For a while now, I have been using Piriform’s CCleaner. It is one of the most comprehensive utilities of its kind.

CCleaner’s primary feature is the Cleaner. First, it will analyze the system, fetch the files that it is going to delete from the recycle bin, browser caches, other application caches, and many [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/use-ccleaner-to-clean-your-computer-2/">Use CCleaner to Clean Your Computer</a></p>
]]></description>
			<content:encoded><![CDATA[<p>There are a lot of utilities that can be used to clean a computer. These do something more than the usual “Disk Cleanup” (<span style="font-family: Lucida Console;">$ cleanmgr</span>), are easy to use with custom features and are faster too. Cleaning up your computer can improve its performance and ensure greater privacy. For a while now, I have been using Piriform’s CCleaner. It is one of the most comprehensive utilities of its kind.</p>
<p align="center"><a href="http://www.everyjoe.com/files/2/2009/02/ccleanerscreenshot.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="CCleaner Screenshot" src="http://www.everyjoe.com/files/2/2009/02/ccleanerscreenshot-thumb.png" border="0" alt="CCleaner Screenshot" width="544" height="396" /></a></p>
<p>CCleaner’s primary feature is the Cleaner. First, it will analyze the system, fetch the files that it is going to delete from the recycle bin, browser caches, other application caches, and many other obscure locations. The user can choose which areas to scan for and which to leave alone. Then the files can be deleted using any of the four secure file deletion options, but be warned that the greater the number of passes the fewer the chances of recovery if needed. There are many other customizations that can be made, like specifying the files and folders to be deleted and those to be excluded (apart from the usual set), the cookies to be preserved, and running from the command line.</p>
<p>CCleaner also has a registry cleaner than cleans the registry for any old or unclean or deleted entries. I think this feature can be made more robust. Be sure to save the registry before editing it.</p>
<p>Two other tools that come along are the “Uninstall” and “Startup” tools. The former can be used to uninstall programs. It is faster than the conventional “Add or Remove Programs” in loading the programs and also loads most programs unlike the regular option. The “Startup” tool can be used to disable or delete various startup processes, equivalent to the options provides by msconfig.</p>
<p>One other (unnecessary) feature I like about CCleaner is the way it displays the OS and the processor details when opened.</p>
<p>CCleaner is a regularly updated free software with new versions released every now and then. Download the latest version from the official <a title="CCleaner Home Page" href="http://www.ccleaner.com/" target="_blank">CCleaner website</a>. It is hardly 3 MB.</p>
<p><em>Image Source: CCleaner on my PC.</em></p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/use-ccleaner-to-clean-your-computer-2/">Use CCleaner to Clean Your Computer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/use-ccleaner-to-clean-your-computer-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Your PC Using Find</title>
		<link>http://www.everyjoe.com/articles/google-your-pc-using-find-2/</link>
		<comments>http://www.everyjoe.com/articles/google-your-pc-using-find-2/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 12:00:56 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[Google desktop search]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[piping]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[search file content]]></category>
		<category><![CDATA[search inside files]]></category>
		<category><![CDATA[Windows desktop search]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1290</guid>
		<description><![CDATA[find is an elaborate search program with a number of features. Unlike the Google Desktop Search and locate, it doesn’t index anything but processes the request on the fly. Thus it is slower.
find is one of the most useful commands when you also have to search within unknown files and make further operations on the result set. It does a recursive search, looking in all subdirectories.
The first set of arguments is always the paths where the search should initiate. $ find /home /tmp &#60;remaining arguments&#62; would search based on the remaining arguments in /home, /tmp and all their subdirectories. If [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/google-your-pc-using-find-2/">Google Your PC Using Find</a></p>
]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Lucida Console;">find</span> is an elaborate search program with a number of features. Unlike the Google Desktop Search and <span style="font-family: Lucida Console;"><a title="That Damn PC: Locate, A Desktop Search Alternative" href="http://www.everyjoe.com/locate-a-desktop-search-alternative/" target="_self">locate</a></span>, it doesn’t index anything but processes the request on the fly. Thus it is slower.</p>
<p><span style="font-family: Lucida Console;">find</span> is one of the most useful commands when you also have to search within unknown files and make further operations on the result set. It does a recursive search, looking in all subdirectories.</p>
<p>The first set of arguments is always the paths where the search should initiate. <span style="font-family: Lucida Console;">$ find /home /tmp &lt;remaining arguments&gt;</span> would search based on the remaining arguments in /home, /tmp and all their subdirectories. If unspecified, the default path is taken as ‘.’, the current working directory.</p>
<p>To search for a specific filename pattern, <span style="font-family: Lucida Console;">–name &lt;regexp&gt;</span> is used as the next argument. <span style="font-family: Lucida Console;">$ find /home /tmp –name *.sh</span> returns all .SH files present in /home, /tmp and their subdirectories.</p>
<p>Instead of piping, to perform any operation on each of the results returned, <span style="font-family: Lucida Console;">–exec</span> is used. <span style="font-family: Lucida Console;">$ find /home /tmp –name *.sh –exec grep todo ‘{}’ \; –print</span><span style="font-family: verdana;"> searches for the string todo in the above returned files. </span><span style="font-family: Lucida Console;">grep</span> does the search and ‘{}’ implies that all results need to be processed. The <span style="font-family: Lucida Console;">–print</span> prints the final output, the actual lines containing the specified string in the files.</p>
<p><span style="font-family: verdana;">Instead of </span><span style="font-family: Lucida Console;">grep</span>, it could be <span style="font-family: Lucida Console;">chmod</span> or <span style="font-family: Lucida Console;">chown</span> or any operation that can be done of files. These above options are the most common use cases of <span style="font-family: Lucida Console;">find</span>.</p>
<p><span style="font-family: verda;">There are</span> a number of other options to refine the search like complex expressions with boolean operators, the maximum and minimum depth of subdirectories that need to be traversed, the modification times and permissions on files, the file types, etc. You can read about all these in the <a title="Unix Find Manual Page" href="http://unixhelp.ed.ac.uk/CGI/man-cgi?find">manual page</a>.</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/google-your-pc-using-find-2/">Google Your PC Using Find</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/google-your-pc-using-find-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$10 Computers in India</title>
		<link>http://www.everyjoe.com/articles/10-computers-in-india-2/</link>
		<comments>http://www.everyjoe.com/articles/10-computers-in-india-2/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 12:15:03 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[$10 computers]]></category>
		<category><![CDATA[$10 laptop]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[India's $10 laptops]]></category>
		<category><![CDATA[Laptops]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1277</guid>
		<description><![CDATA[The last week has been filled with frenzy here in India with rumors about a $10 laptop. Not $100. It is $10. The prototype designed and developed by IISC Bangalore and IIT Madras (my alma mater) was unveiled today. Immediately, it has been hit by very negative reviews with reporters disappointed that it isn’t really even a netbook with scaled-down features. Of course, you can’t yet get a computer that costs 40 times less and has similar functionality.
Called “Sakshat”, the concept is similar to OLPC. While screenshots aren’t out yet, Sakshat has a small screen, 2GB disk space, wi-fi connectivity, [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/10-computers-in-india-2/">$10 Computers in India</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The last week has been filled with frenzy here in India with rumors about a $10 laptop. Not $100. It is $10. The prototype designed and developed by IISC Bangalore and <a title="IIT Madras Home Page" href="http://www.iitm.ac.in" target="_blank">IIT Madras</a> (my alma mater) was unveiled today. Immediately, it has been hit by very negative reviews with reporters disappointed that it isn’t really even a netbook with scaled-down features. Of course, you can’t yet get a computer that costs 40 times less and has similar functionality.</p>
<p>Called “Sakshat”, the concept is similar to <a title="OLPC" href="http://laptop.org/" target="_blank">OLPC</a>. While screenshots aren’t out yet, Sakshat has a small screen, 2GB disk space, wi-fi connectivity, computing capabilities, and perhaps some open source software. It has been created to hold textbooks and access online e-learning materials. As an alternative to text-books.</p>
<p>The first batch is expected to be shipped to some colleges in another six months.</p>
<p>Read <a title="‘Ultra-low-cost’ access device introduced" href="http://www.hindu.com/2009/02/04/stories/2009020457282000.htm" target="_blank">The Hindu’s article</a> covering the prototype launch (has one image).</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/10-computers-in-india-2/">$10 Computers in India</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/10-computers-in-india-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Birthday Lifehacker</title>
		<link>http://www.everyjoe.com/articles/happy-birthday-lifehacker-2/</link>
		<comments>http://www.everyjoe.com/articles/happy-birthday-lifehacker-2/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 12:45:15 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[happy birthday]]></category>
		<category><![CDATA[happy birthday lifehacker]]></category>
		<category><![CDATA[Lifehacker]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1269</guid>
		<description><![CDATA[I am two days late, but never mind. Lifehacker, the fabulous site with everyday tips and downloads for getting things done, had its first post on 31st Jan 2005. What a phenomenal success it has achieved in these four years!
On this occasion, the super blog has two interesting posts: Our Best Posts From 2005 to 2009, and Weirdest and Most Controversial Posts.
 I am especially thankful to Gina Trapani, the blog’s founding editor, for introducing me to Cygwin and the todo.sh. She used to make frequent posts but has been writing only a weekly column on the blog these days. [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/happy-birthday-lifehacker-2/">Happy Birthday Lifehacker</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I am two days late, but never mind. <a title="Lifehacker Home Page" href="http://www.lifehacker.com" target="_blank">Lifehacker</a>, the fabulous site with everyday tips and downloads for getting things done, had its <a title="Lifehacker: Lifehacker Launches" href="http://lifehacker.com/031643/lifehacker-launches" target="_blank">first post</a> on 31st Jan 2005. What a phenomenal success it has achieved in these four years!</p>
<p>On this occasion, the super blog has two interesting posts: <a title="Lifehacker: Happy Birthday Lifehacker, Our Best Posts From 2005 to 2009" href="http://lifehacker.com/5141478/happy-birthday-lifehacker-our-best-posts-from-2005-to-2009" target="_blank">Our Best Posts From 2005 to 2009</a>, and <a title="Lifehacker: Lifehacker's Weirdest and Most Controversial Posts" href="http://lifehacker.com/5142976/lifehackers-weirdest-and-most-controversial-posts" target="_blank">Weirdest and Most Controversial Posts</a>.</p>
<p><a href="http://www.everyjoe.com/files/2/2009/02/lifehackerupgradeyourlife.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Lifehacker Upgrade Your Life" src="http://www.everyjoe.com/files/2/2009/02/lifehackerupgradeyourlife-thumb.png" border="0" alt="Lifehacker Upgrade Your Life" width="165" height="244" align="left" /></a> I am especially thankful to Gina Trapani, the blog’s founding editor, for introducing me to <a title="Lifehacker: Geek to Live: Introduction to Cygwin Part 1" href="http://lifehacker.com/software/cygwin/geek-to-live--introduction-to-cygwin-part-i-179514.php" target="_blank">Cygwin</a> and the <a title="Lifehacker: Geek to Live Reader-Written Todo.txt manager" href="http://lifehacker.com/software/top/geek-to-live--readerwritten-todotxt-manager-173018.php" target="_blank">todo.sh</a>. She used to make frequent posts but has been writing only a weekly column on the blog these days. She released a book, <em><a href="http://www.amazon.com/exec/obidos/ASIN/0470238364/ref=nosim/lifehackerboo-20">Upgrade Your Life: The Lifehacker Guide to Working Smarter, Faster, Better</a></em>, which consists of all the best hacks from Lifehacker.com&#8217;s archives, and her personal manifesto on working more efficiently in the digital age. Check out <a href="Http://lifehackerbook.com">the official web site of <em>Upgrade Your Life</em></a> to browse the table of contents and download a sample chapter.</p>
<p>Happy birthday, Lifehacker! Many happy returns of the day. I am a regular visitor of Lifehacker, a big user of <a title="That Damn PC Cygwin &amp; Unix Category" href="http://www.everyjoe.com/category/cygwin-unix">Cygwin</a>, and I hope that the four-hour-long course that I did today on time management nudges me enough to become a daily user of todo.sh.</p>
<p>In this spirit, dear readers, here is the <a title="The Ultimate List of Free Windows Software From Microsoft" href="http://bhandler.spaces.live.com/blog/cns!70F64BC910C9F7F3!1231.entry?wa=wsignin1.0" target="_blank">ultimate list of free Windows software from Microsoft</a>. Enjoy.</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/happy-birthday-lifehacker-2/">Happy Birthday Lifehacker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/happy-birthday-lifehacker-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Massive Tech Channel Roundup</title>
		<link>http://www.everyjoe.com/articles/a-massive-tech-channel-roundup-2/</link>
		<comments>http://www.everyjoe.com/articles/a-massive-tech-channel-roundup-2/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 17:30:09 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[b5media]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[Damn Blog]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[Laptops]]></category>
		<category><![CDATA[less]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Microsoft Windows 7]]></category>
		<category><![CDATA[Microsoft Windows Vista]]></category>
		<category><![CDATA[Microsoft Windows XP]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tech Channel]]></category>
		<category><![CDATA[That Damn PC]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1265</guid>
		<description><![CDATA[I’ve realized that my last Tech Channel Roundup was nearly a month ago and I’m guilty of it. So, bear with me as I overload you with a number of interesting links that I found in some of the sister blogs.
Milo discovered a product especially useful for enterprises of all sizes called Nightwatchman, a good news that Microsoft didn’t lay off anybody in the Vista team. I knew that they didn’t touch the Silverlight team, but frankly I’m surprised about this because Vista hasn’t been very profitable to Microsoft. Or has it? One bad news is the Windows 7 minimum [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/a-massive-tech-channel-roundup-2/">A Massive Tech Channel Roundup</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I’ve realized that my <a title="That Damn PC: Tech Channel Roundup Fro Steve Jobs to Steve Ballmer" href="http://www.everyjoe.com/tech-channel-roundup-from-steve-jobs-to-steve-ballmer/">last Tech Channel Roundup</a> was nearly a month ago and I’m guilty of it. So, bear with me as I overload you with a number of interesting links that I found in some of the sister blogs.</p>
<p><strong>Milo</strong> discovered a product especially useful for enterprises of all sizes called <a title="Windows Vista Weblog: Nightwatchman 5.5" href="http://www.windowsvistaweblog.com/2009/01/30/nightwatchman-55/" target="_blank">Nightwatchman</a>, a good news that <a title="Windows Vista Blog: No Windows Vista Layoffs For Microsoft" href="http://www.windowsvistaweblog.com/2009/01/24/no-windows-vista-layoffs-for-microsoft/" target="_blank">Microsoft didn’t lay off anybody in the Vista team</a>. I knew that they didn’t touch the Silverlight team, but frankly I’m surprised about this because Vista hasn’t been very profitable to Microsoft. Or has it? One bad news is the <a title="Windows Vista Weblog: Windows 7 Minimum Requirements" href="http://www.windowsvistaweblog.com/2009/01/14/windows-7-minimum-requirements/" target="_blank">Windows 7 minimum requirements</a>. It may not be a good experience to try it on <a title="That Damn PC: I Bought a Dell Inspiron Mini 9" href="http://www.everyjoe.com/i-bought-a-dell-inspiron-mini-9/">my netbook</a> which just meets the minimum requirements and my laptop which is old enough to even miss the minimum. But if anyone is interested, you can <a title="Windows Vista Weblog: Get the Windows 7 Look Into Windows XP" href="http://www.windowsvistaweblog.com/2009/01/13/get-the-windows-7-look-into-windows-xp/" target="_blank">get the Windows 7 look into Windows XP</a>. He also found a couple of amusing videos, one called “<a title="Inside Online Video: I Love You The Youtube Professional Way" href="http://www.insideonlinevideo.com/2009/01/14/i-love-you-the-youtube-professional-way/" target="_blank">how to say i love you.</a>” and another a confirmation of love, a <a title="Inside Online Video: Marriage at Taco Bell, The Practical Way" href="http://www.insideonlinevideo.com/2009/01/14/marriage-at-taco-bell-the-practical-way/" target="_blank">marriage at Taco Bell</a>. Recession, aye?</p>
<p><strong>Jason</strong> found a few websites that can assist you in unique ways: one for <a title="Uncover the Internet: Interactive For Helping Educate Your Kids" href="http://www.uncovertheinternet.com/interactives-for-helping-educate-your-kids/" target="_blank">helping educate your kids</a>, one a <a title="Uncover the Internet: Use Care Calendar to Help Others" href="http://www.uncovertheinternet.com/use-care-calendar-to-help-others/" target="_blank">calendar to help others</a>, and another to <a title="Uncover the Internet: Scan Your Computer Online With Ewido Networks" href="http://www.uncovertheinternet.com/scan-your-computer-online-with-ewido-networks/" target="_blank">scan your computer online</a>. He covered a lot of Windows <a title="Microsoft Weblog: Revisiting Some Windows Powertoys" href="http://www.microsoftweblog.com/revisiting-some-windows-powertoys/" target="_blank">Powertoys</a>, a <a title="Microsoft Weblog: Kinoma Mobile Media Browser" href="http://www.microsoftweblog.com/kinoma-mobile-media-browser/" target="_blank">mobile media browser</a> and found <a title="Microsoft Weblog: Zune Gives Me Another Great Reason" href="http://www.microsoftweblog.com/zune-gives-me-another-great-reason/" target="_blank">another reason to continue loving Zune</a>. He also has a couple of how-tos for <a title="Microsoft Weblog: How To Select Non-linear Text in a Word Document" href="http://www.microsoftweblog.com/how-to-select-non-linear-text-in-a-word-document/" target="_blank">selecting non-linear text in a word document</a> and <a title="Microsoft Weblog: How to Share Your Outlook Calendar Availability Quickly" href="http://www.microsoftweblog.com/how-to-share-your-outlook-calendar-availability-quickly/" target="_blank">sharing Outlook calendar availability</a>. One bad news, I mean another one, is that <a title="Microsoft Weblog: Microsoft Shutting Down MSN Groups" href="http://www.microsoftweblog.com/microsoft-shutting-down-msn-groups/" target="_blank">Microsoft is shutting down MSN Groups</a>.</p>
<p><strong>Claire</strong> thought out loud about the gap between <a title="New Linux User: Linux and Mainstream Users" href="http://www.newlinuxuser.com/linux-and-mainstream-users/" target="_blank">Linux and mainstream users</a>, learnt something new <a title="New Linux user: More From Less" href="http://www.newlinuxuser.com/more-from-less/" target="_blank">about <span style="font-family: Lucida Console;">less</span></a> (which all you <a title="That Damn PC Cygwin &amp; Unix Category" href="http://www.everyjoe.com/category/cygwin-unix/">Cygwin users</a> may find useful), discovered a wonderful browser called Kidzui which attempts to make the <a title="New Linux User: Make the Internet A More Kid-friendly Place With Kidzui" href="http://www.newlinuxuser.com/make-the-internet-a-more-kid-friendly-place-with-kidzui/" target="_blank">Internet a more kid-friendly place</a>.</p>
<p><strong>Juan</strong> wonders whether the <a title="The After Mac: Is the Mac Not Invincible Anymore?" href="http://www.theaftermac.com/is-the-mac-not-invincible-anymore/" target="_blank">Mac is not invincible anymore</a> and whether <a title="The After Mac: Does Applre Really Need to Make a Netbook?" href="http://www.theaftermac.com/does-apple-really-need-to-make-a-netbook/" target="_blank">Apple really needs to make a netbook</a>. He is glad to find a <a title="The After Mac: Characterpal, Your Symbol Cheat Widget" href="http://www.theaftermac.com/characterpal-your-symbol-cheat-widget/" target="_blank">symbol cheat widget</a> and an app that can save his day with <a title="The After Mac: Icoon, A Bunch of Drawings That Might Save The Day" href="http://www.theaftermac.com/app-of-the-week-icoon-a-bunch-of-drawings-that-might-save-the-day/" target="_blank">a bunch of drawings</a>. The latter isn’t my cup of tea. He along with <strong>Jayvee</strong> found out about <a title="The After Mac: iWork 09 to Anti-Piracy Measure, Buh Bye" href="http://www.theaftermac.com/iwork-09-to-anti-piracy-measure-buh-bye/" target="_blank">Apple’s stand</a> <a title="Tech Side Up: Apple's Stand on Piracy, Whatever Shrug" href="http://www.techsideup.com/apples-stand-on-piracy-whutever-shrug/" target="_blank">on piracy</a>.</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/a-massive-tech-channel-roundup-2/">A Massive Tech Channel Roundup</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/a-massive-tech-channel-roundup-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launch Your Programs With Launchy</title>
		<link>http://www.everyjoe.com/articles/launch-your-programs-with-launchy-2/</link>
		<comments>http://www.everyjoe.com/articles/launch-your-programs-with-launchy-2/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 12:00:02 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Colibri]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[keystroke launcher]]></category>
		<category><![CDATA[Launchy]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Program files]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[yLaunch]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1260</guid>
		<description><![CDATA[Launchy is a nice little utility that makes life easier, especially for all those users who prefer the keyboard to the mouse, say laptop users to whom typing a few keys is more convenient that navigating using the mouse.

It runs in the background and when invoked to the foreground allows you to launch various programs that you wish. There are a few similar apps like Colibri and yLaunch, but Launchy stands out for the wide range of features that can be customized.
To start with, the hotkey used to invoke Launchy can be set. I choose “Win + Space” instead of [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/launch-your-programs-with-launchy-2/">Launch Your Programs With Launchy</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Launchy is a nice little utility that makes life easier, especially for all those users who prefer the keyboard to the mouse, say laptop users to whom typing a few keys is more convenient that navigating using the mouse.</p>
<p align="center"><a href="http://www.everyjoe.com/files/2/2009/01/launchyscreenshot1.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Launchy Screenshot 1" src="http://www.everyjoe.com/files/2/2009/01/launchyscreenshot1-thumb.png" border="0" alt="Launchy Screenshot 1" width="328" height="251" /></a></p>
<p>It runs in the background and when invoked to the foreground allows you to launch various programs that you wish. There are a few similar apps like <a title="Colibri - Type Ahead" href="http://colibri.leetspeak.org/" target="_blank">Colibri</a> and <a title="yLaunch - Run Multipile Tasks From System Tray" href="http://www.spacejock.com/yLaunch.html" target="_blank">yLaunch</a>, but Launchy stands out for the wide range of features that can be customized.</p>
<p>To start with, the hotkey used to invoke Launchy can be set. I choose “Win + Space” instead of the default “Alt + Space” because the latter is already a keyboard shortcut to invoke the Restore menu. GUI options like opacity and fade times, length of suggestion lists; system options like time between catalog updates; skins are also customizable.</p>
<p>Coming to the catalog, the user can set the file types to be catalogued, directories to catalogue them from, and the maximum depth in each directory up to which cataloguing is to be done. Once the catalog is indexed for the first time, you are good to go. Suggestions as to which file you want to open are at your fingertips.</p>
<p>I only catalog my Start-&gt;Programs list for various reasons. I keep my PC quite <a title="That Damn PC: How to Organize Your Program Files" href="http://www.everyjoe.com/how-to-organize-your-program-files/">organized</a>, especially the Program files, and I use a different indexer for indexing all files on the system (which I’ll write about on next Friday).</p>
<p>Another great feature of Launchy is the plugins.</p>
<p align="center"><a href="http://www.everyjoe.com/files/2/2009/01/launchyscreenshot2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Launchy Screenshot 2" src="http://www.everyjoe.com/files/2/2009/01/launchyscreenshot2-thumb.png" border="0" alt="Launchy Screenshot 2" width="304" height="149" /></a></p>
<p>Apart from opening websites directly from the browser through Launchy, all your bookmarks and other commonly-used websites can be added for quick direct searches; it can directly use the calculator and the Google calculator,…</p>
<p>Let me not go on and on and rob you the pleasure of discovering this little app. You can download it from <a href="http://launchy.net">http://launchy.net</a> and when you install it, you also get a well-written README, so there you go.</p>
<p>If you really like it, <a title="Donate to Launchy" href="http://www.launchy.net/#donate" target="_blank">buy a cup of coffee</a> to Josh Karlin, the one behind Launchy. Show your support to open source.</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/launch-your-programs-with-launchy-2/">Launch Your Programs With Launchy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/launch-your-programs-with-launchy-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Happy Birthday Mac</title>
		<link>http://www.everyjoe.com/articles/happy-birthday-mac-2/</link>
		<comments>http://www.everyjoe.com/articles/happy-birthday-mac-2/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 11:00:44 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple Macintosh]]></category>
		<category><![CDATA[b5media]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac Vs Windows]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[the after mac]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1234</guid>
		<description><![CDATA[What a journey the last 25 years has been! Here is wishing Mac a very happy birthday.
The first Apple Macintosh was launched on Jan 18, 1984. It was the first commercially successful computer with a GUI and a mouse instead of CLI.
 
To the left is the first Mac and to the right, the latest.
Jef Raskin envisioned the first Mac and wanted to name it McIntosh, after his favorite type of Apple, but had to settle for Macintosh. That compromise allows us to call it a Mac.
One specialty of Mac is that Apple oversees all aspects of its hardware and [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/happy-birthday-mac-2/">Happy Birthday Mac</a></p>
]]></description>
			<content:encoded><![CDATA[<p>What a journey the last 25 years has been! Here is wishing Mac a very happy birthday.</p>
<p>The first <a title="That Damn PC Apple Category" href="http://www.everyjoe.com/category/Apple/" target="_blank">Apple Macintosh</a> was launched on Jan 18, 1984. It was the first commercially successful computer with a GUI and a mouse instead of CLI.</p>
<p align="center"><a href="http://www.everyjoe.com/files/2/2009/01/firstmac.gif"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="First Mac" src="http://www.everyjoe.com/files/2/2009/01/firstmac-thumb.gif" border="0" alt="First Mac" width="205" height="240" /></a> <a href="http://www.everyjoe.com/files/2/2009/01/latestmac.gif"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Latest Mac" src="http://www.everyjoe.com/files/2/2009/01/latestmac-thumb.gif" border="0" alt="Latest Mac" width="240" height="199" /></a></p>
<p align="center"><em><span style="font-size: x-small;">To the left is the first Mac and to the right, the latest.</span></em></p>
<p>Jef Raskin envisioned the first Mac and wanted to name it McIntosh, after his favorite type of Apple, but had to settle for Macintosh. That compromise allows us to call it a Mac.</p>
<p>One specialty of Mac is that Apple oversees all aspects of its hardware and pre-installs its own operating system (currently the Mac OS X 10.5 “Leopard”) on all Macs. Macs have always been special like the Ford Mustang, something that everyone wishes to own, but few do because of their considerably higher pricing compared to the Windows PCs.</p>
<p>Macs are lauded for their user-friendliness, performance, aesthetics, and quality, like most other Apple products. Check out the <a title="Apple Macs" href="http://www.apple.com/mac/" target="_blank">Mac line</a> and tell me if you find nothing mouth-watering.</p>
<p><em>Computeworld</em> is featuring a <a title="Computerworld: Apple's Mac: 25 Years and Still Going Strong" href="http://computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9125744" target="_blank">special series</a> on this occasion.</p>
<p>For all kinds of information about Macs, visit our sister blog <a title="The After Mac" href="http://www.theaftermac.com/" target="_blank">The After Mac</a>.</p>
<p><em>Image Source: </em><a title="Wikipedia Page of Macintosh" href="http://en.wikipedia.org/wiki/Macintosh" target="_blank"><em>Wikipedia</em></a><em>.</em></p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/happy-birthday-mac-2/">Happy Birthday Mac</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/happy-birthday-mac-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>