<?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 Migration</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>Fri, 25 Jul 2008 02:36:02 +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>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>
	<item>
		<title>How To Speed Up Linux Desktop by 30%+</title>
		<description><![CDATA[I am using Linux (Fedora Core 6) on a pretty high end hardware (at least when I bought it) - Intel Core 2 Duo E6600 Conroe 2.4GHz (4M shared L2 Cache) with 2 GB DDR2 RAM, nVidia dual-head graphics card for over a year now. And yet a simple change made it at least 20-40% [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/how-to-speed-up-linux-desktop-by-30/</link>
			</item>
	<item>
		<title>How To Rapidly Clean / Wipe Hard Disk Drive</title>
		<description><![CDATA[How to overwrite your hard disk with random characters
dd if=/dev/random of=/dev/sda
How to overwrite your hard disk with zero characters
dd if=/dev/random of=/dev/sda
Replace sda / hda with your hard disk identifier.
Either of the procedure requires the system has Linux installed or accessible from Linux operating system. You can use a Live Linux distribution like Ubuntu Live CD [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/how-to-rapidly-clean-wipe-hard-disk-drive/</link>
			</item>
	<item>
		<title>Solution: Missing Dependency: faad2 &lt; 2.5 is needed by package ffmpeg-libs &#038; Error: vlc conflicts with faad2 &gt;= 2.5</title>
		<description><![CDATA[Have you seen the error while installing a package using yum / yumex?
Error: vlc conflicts with faad2 >= 2.5
Error: Missing Dependency: faad2 < 2.5 is needed by package ffmpeg-libs
The error is because of using freshrpms repository or other repository to install recent version of faad2. Now let's see how you can solve it.

This is a [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/solution-missing-dependency-faad2-25-is-needed-by-package-ffmpeg-libs-error-vlc-conflicts-with-faad2-25/</link>
			</item>
	<item>
		<title>How To Copy Master Boot Record (MBR) Between Hard Disks</title>
		<description><![CDATA[In Linux you can use the dd command to copy MBR from one hard disk to another. You can also use dd to backup your master boot record to a different (or same) media. One of the common use of MBR copying is to ensure transparent fail-over in RAID-1 hard-disk array, should one  hard-disks [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/how-to-copy-master-boot-record-mbr-between-hard-disks/</link>
			</item>
	<item>
		<title>How To: Java Stack Trace in Linux</title>
		<description><![CDATA[A simple tip for newbies - how to get Java stack trace, the invaluable tool to debug java programs, in Linux:
- Type the Ctrl key followed by \, in short Ctrl \.
I just used it to debug a persistent problem where a server process which automatically fetches data from a third-party site was inexplicably hanging.
All [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/how-to-java-stack-trace-in-linux/</link>
			</item>
	<item>
		<title>Load Balancing &#038; Failover Script for Dual/ Multi WAN / ADSL / Cable Connections on Linux with Mail on failure</title>
		<description><![CDATA[Please read the original article - How To: Load Balancing &#038; Failover With Dual/ Multi WAN / ADSL / Cable Connections on Linux. It contains detailed information with a sample script. Viliam Kočinský modified my script to send email when routing table changes. Also he is starting the script as a service from /etc/init.d. Read [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/load-balancing-failover-script-for-dual-multi-wan-adsl-cable-connections-on-linux-with-mail-on-failure/</link>
			</item>
	<item>
		<title>How To Change Username in Linux</title>
		<description><![CDATA[Use the command below as root after replacing new-login-name and old-login-name appropriately:
usermod -l new-login-name old-login-name
For NIS accounts don't forget to run:
cd /var/yp
make
]]></description>
		<link>http://blog.taragana.com/index.php/archive/how-to-change-username-in-linux/</link>
			</item>
</channel>
</rss>
