<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Simple Thoughts - Java and Web Blog &#187; Linux</title>
	<link>http://blog.taragana.com</link>
	<description>News and views from a Software Architect and Entrepreneur on Java and Web 2.0</description>
	<lastBuildDate>Thu, 24 Jul 2008 01:55:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How To Get New Email Notification in Mozilla Thunderbird</title>
		<description><![CDATA[You need to install an extension the in Mozilla Thunderbird to get new email notifications. Here is the steps in details:
1. Download the Mozilla New Mail Icon extension here. You should save the xpi file to disk.
2. Open Thunderbird and go to Tools->Add-ons and click on Install.
3. Now choose your saved extension file (with .xpi [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/how-to-get-new-email-notification-in-mozilla-thunderbird/</link>
			</item>
	<item>
		<title>How To Install Windows msi Files in Linux</title>
		<description><![CDATA[In Linux wine (or crossover office if you like to pay) is used to execute Windows applications. wine normally open exe files only. However you can also use it to open msi files as follows:
msiexec /i installer-file.msi
Replace installer-file.msi with your actual file name.
]]></description>
		<link>http://blog.taragana.com/index.php/archive/how-to-install-windows-msi-files-in-linux/</link>
			</item>
	<item>
		<title>Nginx Hacking Tips</title>
		<description><![CDATA[Nginx is a high performance web server and mail proxy server written by Igor Sysoev and a good replacement for Apache HTTPD, the market leader. Nginx is rapidly increasing its market share with major websites joining it like wordpress.com. In the June 2008 Netcraft survey LiteSpeed lost more than 600 thousand sites during this survey, [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/nginx-hacking-tips/</link>
			</item>
	<item>
		<title>Tips on Configuring Nginx for Virtual Hosting</title>
		<description><![CDATA[Nginx tutorials and examples doesn't tell you how you can configure nginx with virtual hosting when different sites are in different pre-defined directories. Often you are moving over your site from a different web server like Apache HTTPD to Nginx. So you have a pre-defined directory structure which may not be easy to change. Configuring [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/tips-on-configuring-nginx-for-virtual-hosting/</link>
			</item>
	<item>
		<title>How To Run phpBB on Nginx With Virtual Hosting</title>
		<description><![CDATA[We now have our phpBB forum running on Nginx web server, a high quality and significantly better performing web server than Apache HTTPD. Soem of the challenges we faced were:

We use nice permalinks in the forum so there are lots of apache httpd rewrite rules in .htaccess files which had to be converted to nginx [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/how-to-run-phpbb-on-nginx/</link>
			</item>
	<item>
		<title>Ngnix: Solution for Directory Resolution Problem in Virtual Hosting</title>
		<description><![CDATA[Nginx displays a peculiar but logical behavior when handling directories specified without the ending slash. For example you have a directory like http://www.example2.com/dir/. However you specify the url as http://www.example2.com/dir. Also assume that you have configured the server for virtual hosting and the alternative server names are: www.example.com, www.example2.com etc. and they are specified in [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/ngnix-solution-for-directory-resolution-problem-in-virtual-hosting/</link>
			</item>
	<item>
		<title>How To Safely Redirect /index.php To / Using .htaccess / Apache</title>
		<description><![CDATA[Any PHP based software like WordPress, Mambo, Joomla, Drupal, MODx etc. will serve pages both from http://your-site.com as well as http://your-site.com/index.php. This creates duplicate content for search engines, which may then decide to penalize your site for duplicate content. You can safely prevent duplicate content with the following apache code / directive added to your [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/how-to-safely-redirect-indexphp-to-using-htaccess-apache/</link>
			</item>
	<item>
		<title>Leased Line Rendered Obsolete With Bonded / Multiple ADSL for Most Businesses</title>
		<description><![CDATA[Leased Lines historically have been used as reliable, resilient internet and site-to-site data connections. The main benefits have been security, reliability, SLAs, private network and flexible speeds. Leased Lines were also known for high installation charges, long installation times, hefty monthly fees and unreasonable contracts. With the advent of cheap ADSL connections, Leased Lines have [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/leased-line-made-obsolete-with-bonded-multiple-adsl-for-most-businesses/</link>
			</item>
	<item>
		<title>How To Fix - Couldn&#8217;t find per display information Error in Java Applications</title>
		<description><![CDATA[While running some Java applications (like Thinreader) you may see this strange looking error - Couldn't find per display information. You may find this error when running such applications in JDK 6 or later. Let's find out more about it and how you can easily fix it.
First of all the error doesn't originate in core [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/how-to-fix-couldnt-find-per-display-information-error-in-java-applications/</link>
			</item>
	<item>
		<title>How To Use Linksys Compact Wireless-G Internet Video Camera WVC54GC From Linux</title>
		<description><![CDATA[The Linksys Compact Wireless-G Internet Video Camera WVC54GC is a Linux based wireless webcam with its own streaming web server built in. Windows users can view the video stream through their browser without the need to install any extra software other than allowing the supplied Active-X control to run. Unfortunately there isn't much in the [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/how-to-use-linksys-compact-wireless-g-internet-video-camera-wvc54gc-from-linux/</link>
			</item>
</channel>
</rss>
