<?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>Kurinchi Blogger Scribbles ...</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Wed, 10 Feb 2010 13:57:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu: Where to find Apache Error log?</title>
		<link>http://kurinchilamp.kurinchilion.com/2010/02/ubuntu-where-to-find-apache-error-log.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2010/02/ubuntu-where-to-find-apache-error-log.html#comments</comments>
		<pubDate>Wed, 10 Feb 2010 07:55:14 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error log]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=754</guid>
		<description><![CDATA[Location where the Apache error log entries can be found in Ubuntu
user@server:~# less /var/log/apache2/error.log
]]></description>
			<content:encoded><![CDATA[<p>Location where the Apache error log entries can be found in Ubuntu</p>
<p><strong>user@server:~# less /var/log/apache2/error.log</strong></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fkurinchilamp.kurinchilion.com%2F2010%2F02%2Fubuntu-where-to-find-apache-error-log.html&amp;linkname=Ubuntu%3A%20Where%20to%20find%20Apache%20Error%20log%3F"><img src="http://kurinchilamp.kurinchilion.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2010/02/ubuntu-where-to-find-apache-error-log.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL: Can&#8217;t connect to local MySQL server through socket &#8216;/var/run/mysqld/mysqld.sock&#8217;</title>
		<link>http://kurinchilamp.kurinchilion.com/2010/02/mysql-cant-connect-to-local-mysql-server-through-socket-varrunmysqldmysqld-sock.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2010/02/mysql-cant-connect-to-local-mysql-server-through-socket-varrunmysqldmysqld-sock.html#comments</comments>
		<pubDate>Fri, 05 Feb 2010 08:27:25 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[my.cnf]]></category>
		<category><![CDATA[mysql socket error]]></category>
		<category><![CDATA[netstat]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=751</guid>
		<description><![CDATA[Reason why this error might occur:
i) Incomplete MySQL implementation
ii) MySQL setting mis-configuration
Solution:
root@myserver:/# vi /etc/mysql/my.cnf
Comment out the below line in my.cnf file to make MySQL listen on ALL interfaces
#bind-address = 127.0.0.1
root@myserver:/# netstat -tap &#124; grep mysql
tcp        0      0 *:mysql      [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Reason why this error might occur:</strong></p>
<p>i) Incomplete MySQL implementation<br />
ii) MySQL setting mis-configuration</p>
<p><strong>Solution:</strong></p>
<p><strong>root@myserver:/# vi /etc/mysql/my.cnf</strong></p>
<p>Comment out the below line in my.cnf file to make MySQL listen on ALL interfaces<br />
#bind-address = 127.0.0.1</p>
<p><strong>root@myserver:/# netstat -tap | grep mysql</strong><br />
tcp        0      0 *:mysql                 *:*                     LISTEN      17785/mysqld</p>
<p>Note that above line which indicates MySQL listening on all interfaces.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fkurinchilamp.kurinchilion.com%2F2010%2F02%2Fmysql-cant-connect-to-local-mysql-server-through-socket-varrunmysqldmysqld-sock.html&amp;linkname=MySQL%3A%20Can%26%238217%3Bt%20connect%20to%20local%20MySQL%20server%20through%20socket%20%26%238216%3B%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock%26%238217%3B"><img src="http://kurinchilamp.kurinchilion.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2010/02/mysql-cant-connect-to-local-mysql-server-through-socket-varrunmysqldmysqld-sock.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL Error: Revocation information for the security certificate for this site is not available.</title>
		<link>http://kurinchilamp.kurinchilion.com/2010/02/ssl-error-revocation-information-for-the-security-certificate-for-this-site-is-not-available.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2010/02/ssl-error-revocation-information-for-the-security-certificate-for-this-site-is-not-available.html#comments</comments>
		<pubDate>Wed, 03 Feb 2010 09:51:31 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Certificate revocation]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[SSL Error]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=749</guid>
		<description><![CDATA[SSL Error: Revocation information for the security certificate for this site is not available. Do you want to proceed?
Solutions:
i) Install the root CA under Trusted Certificate Authority or,
ii) Add an exception to the browser filter not to check certificate revocation or,
iii) Programatically handle the SSL stream when request is made from the server
]]></description>
			<content:encoded><![CDATA[<p><strong>SSL Error: Revocation information for the security certificate for this site is not available. Do you want to proceed?</strong></p>
<p><strong>Solutions:</strong><br />
i) Install the root CA under Trusted Certificate Authority or,<br />
ii) Add an exception to the browser filter not to check certificate revocation or,<br />
iii) Programatically handle the SSL stream when request is made from the server</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fkurinchilamp.kurinchilion.com%2F2010%2F02%2Fssl-error-revocation-information-for-the-security-certificate-for-this-site-is-not-available.html&amp;linkname=SSL%20Error%3A%20Revocation%20information%20for%20the%20security%20certificate%20for%20this%20site%20is%20not%20available."><img src="http://kurinchilamp.kurinchilion.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2010/02/ssl-error-revocation-information-for-the-security-certificate-for-this-site-is-not-available.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing version control system (VCS): Git vs Subversion</title>
		<link>http://kurinchilamp.kurinchilion.com/2010/02/choosing-version-control-system-vcs-git-vs-subversion.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2010/02/choosing-version-control-system-vcs-git-vs-subversion.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 06:49:02 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[copyfree]]></category>
		<category><![CDATA[copyleft]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[vcs]]></category>
		<category><![CDATA[version control system]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/2010/02/choosing-version-control-system-vcs-git-vs-subversion.html</guid>
		<description><![CDATA[Git
- Distributed repository system (adaptive work flow models)
- Source control taxonomy: DAG storage
- URI to git directory is where the repository is stored and it always has branches and tags
- Repository root folder contains a .git directory which maintains file history
- Scalability
- Faster, Efficient branching and merging
- License: Copyleft
Subversion (SVN)
- Centralized repository system
- Source control [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Git</strong></p>
<p>- Distributed repository system (adaptive work flow models)<br />
- Source control taxonomy: DAG storage<br />
- URI to git directory is where the repository is stored and it always has branches and tags<br />
- Repository root folder contains a .git directory which maintains file history<br />
- Scalability<br />
- Faster, Efficient branching and merging<br />
- License: Copyleft</p>
<p><strong>Subversion (SVN)</strong></p>
<p>- Centralized repository system<br />
- Source control taxonomy: Delta storage<br />
- URI to a subversion depository most commonly adopts /trunks, /branches and /tags directories<br />
- Each folder maintains a .svn directory to store the file history<br />
- Not efficient in scaling<br />
- Not efficient in branching and merging<br />
- License: Copyfree</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fkurinchilamp.kurinchilion.com%2F2010%2F02%2Fchoosing-version-control-system-vcs-git-vs-subversion.html&amp;linkname=Choosing%20version%20control%20system%20%28VCS%29%3A%20Git%20vs%20Subversion"><img src="http://kurinchilamp.kurinchilion.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2010/02/choosing-version-control-system-vcs-git-vs-subversion.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDF Split and Merge (pdfsam)</title>
		<link>http://kurinchilamp.kurinchilion.com/2010/01/pdf-split-and-merge-pdfsam.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2010/01/pdf-split-and-merge-pdfsam.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 03:40:26 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Free Download]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[java virtual machine]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[open source tool]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdf merge]]></category>
		<category><![CDATA[pdf split]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=746</guid>
		<description><![CDATA[PDF Split and Merge (pdfsam) - an elegant tool that establishes the tasks stated in the name of the product. 
pdfsam is distributed under GPL license and requires Java Virtual Machine 1.4.2 or higher.
This tools helps you in splitting PDF documents into individual pages, merge many pages into a single document, extract odd/even pages and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>PDF Split and Merge (pdfsam) </strong>- an elegant tool that establishes the tasks stated in the name of the product. </p>
<p><strong>pdfsam </strong>is distributed under <em>GPL license</em> and requires Java Virtual Machine 1.4.2 or higher.</p>
<p>This tools helps you in splitting PDF documents into individual pages, merge many pages into a single document, extract odd/even pages and many other features in its basic version.</p>
<p>To learn more about this tool or to download a copy of it visit <a href="http://www.pdfsam.org/" target="_blank">pdfsam.org</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fkurinchilamp.kurinchilion.com%2F2010%2F01%2Fpdf-split-and-merge-pdfsam.html&amp;linkname=PDF%20Split%20and%20Merge%20%28pdfsam%29"><img src="http://kurinchilamp.kurinchilion.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2010/01/pdf-split-and-merge-pdfsam.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS Multimedia Flash MPlayer installation steps</title>
		<link>http://kurinchilamp.kurinchilion.com/2010/01/centos-multimedia-flash-mplayer-installation-steps.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2010/01/centos-multimedia-flash-mplayer-installation-steps.html#comments</comments>
		<pubDate>Fri, 01 Jan 2010 06:05:18 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[flash plugin]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[rpmforge]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=744</guid>
		<description><![CDATA[One of the clean and easy installation steps can be found at http://www.sklav.com/?q=node/2
I have added this in the blog to help a newbie land in a page that is easy to follow. The steps cover
i) Adding rpmforge
ii) Adding adobe repo
iii) Installation command to install libraries, flash plugin and other streaming medias
iv) MPlayer codec installation
]]></description>
			<content:encoded><![CDATA[<p>One of the clean and easy installation steps can be found at <a href="http://www.sklav.com/?q=node/2">http://www.sklav.com/?q=node/2</a></p>
<p>I have added this in the blog to help a newbie land in a page that is easy to follow. The steps cover</p>
<p>i) Adding rpmforge<br />
ii) Adding adobe repo<br />
iii) Installation command to install libraries, flash plugin and other streaming medias<br />
iv) MPlayer codec installation</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fkurinchilamp.kurinchilion.com%2F2010%2F01%2Fcentos-multimedia-flash-mplayer-installation-steps.html&amp;linkname=CentOS%20Multimedia%20Flash%20MPlayer%20installation%20steps"><img src="http://kurinchilamp.kurinchilion.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2010/01/centos-multimedia-flash-mplayer-installation-steps.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux: Determining IP information for eth0&#8230; failed</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/12/linux-determining-ip-information-for-eth0-failed.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/12/linux-determining-ip-information-for-eth0-failed.html#comments</comments>
		<pubDate>Sun, 27 Dec 2009 19:43:50 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Tips, Tricks, Guides]]></category>
		<category><![CDATA[configure ethernet card]]></category>
		<category><![CDATA[connect to internet]]></category>
		<category><![CDATA[eth0]]></category>
		<category><![CDATA[eth0 configuration]]></category>
		<category><![CDATA[network card settings]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=742</guid>
		<description><![CDATA[When setting up a workstation to connect to internet, you may come across a message
Determining IP information for eth0&#8230; failed
The above error message basically means that eth0 i.e your network interface card is not setup correctly.
Some of the commands that can come handy in troubleshooting where the error lies are listed below
$ dmesg &#124; grep [...]]]></description>
			<content:encoded><![CDATA[<p>When setting up a workstation to connect to internet, you may come across a message<br />
<strong>Determining IP information for eth0&#8230; failed</strong></p>
<p>The above error message basically means that eth0 i.e your network interface card is not setup correctly.</p>
<p><em>Some of the commands that can come handy in troubleshooting where the error lies are listed below</em></p>
<p><strong>$ dmesg | grep eth0</strong><br />
(displays information about the ethernet controller card, mac address etc.)</p>
<p><strong>$ cat /etc/sysconfig/network</strong>(displays the network settings)<br />
NETWORKING=yes<br />
HOSTNAME=localhost.localdomain<br />
GATEWAY=192.168.122.1</p>
<p><strong>$ cat /etc/sysconfig/network-scripts/ifcfp-eth0 </strong></p>
<p><strong>$ ifconfig eth0 down</strong> (to down the nic)<br />
<strong>$ ifconfig eth0 up</strong> (to start the nic)<br />
<strong>$ netstat -rn </strong>(display kernel routing IP table)<br />
<strong>$ cat ifcfg-eth0 </strong>(eth0 configuration settings)<br />
DEVICE=eth0<br />
BOOTPROTO=dhcp<br />
HWADDR=00:16:18:33:B3:CF<br />
ONBOOT=yes</p>
<p><strong>$ service network restart</strong> (restart the network settings)</p>
<p><strong>$ ping -c4 google.ca</strong>(to check if the internet connection works)</p>
<p><strong>$ traceroute google.ca</strong> (to check how the IP navigation path is set)</p>
<p>Refer <a href="http://www.cyberciti.biz/faq/rhel-centos-fedoracore-linux-network-card-configuration/" target="_blank">Red Hat linux 5 configure network</a> article for additional info</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fkurinchilamp.kurinchilion.com%2F2009%2F12%2Flinux-determining-ip-information-for-eth0-failed.html&amp;linkname=Linux%3A%20Determining%20IP%20information%20for%20eth0%26%238230%3B%20failed"><img src="http://kurinchilamp.kurinchilion.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/12/linux-determining-ip-information-for-eth0-failed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP-Header: User-agent modification</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/12/http-header-user-agent-modification.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/12/http-header-user-agent-modification.html#comments</comments>
		<pubDate>Sun, 06 Dec 2009 07:09:21 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[http headers]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[modify user agent]]></category>
		<category><![CDATA[user-agent]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=740</guid>
		<description><![CDATA[When a browser makes a request to the server, it sends information such as its operating system name, version in addition to the type of the browser from which the request originates in the header variable &#8220;user-agent&#8221;. 
Depending on the request made, server responds back with specific details which can range from browser specific css [...]]]></description>
			<content:encoded><![CDATA[<p>When a browser makes a request to the server, it sends information such as its operating system name, version in addition to the type of the browser from which the request originates in the header variable &#8220;user-agent&#8221;. </p>
<p>Depending on the request made, server responds back with specific details which can range from browser specific <strong>css </strong>layout to calling certain <em>javascripts</em>for certain browsers.</p>
<p>Changing the <strong>user-agent</strong> also helps us in understanding how spider-agents or bots will see the pages that we build. It also helps us design applications that will mimic a request as originating from a mobile phone and helps us in viewing the behavior of the application in different mobile clients.</p>
<p>To read more about HTTP-Headers check <a href="http://www.ietf.org/rfc/rfc2616.txt" target="_blank">ietf</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fkurinchilamp.kurinchilion.com%2F2009%2F12%2Fhttp-header-user-agent-modification.html&amp;linkname=HTTP-Header%3A%20User-agent%20modification"><img src="http://kurinchilamp.kurinchilion.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/12/http-header-user-agent-modification.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual World: with VMWare Player</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/12/virtual-world-with-vmware-player.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/12/virtual-world-with-vmware-player.html#comments</comments>
		<pubDate>Sat, 05 Dec 2009 11:07:23 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Free Download]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[easyvmx]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[nvram]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtual world]]></category>
		<category><![CDATA[vmdk]]></category>
		<category><![CDATA[vmplayer]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware player]]></category>
		<category><![CDATA[vmx]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=736</guid>
		<description><![CDATA[VMWare Player is a free software available from VMWare Inc. enabling the creation
of guest OS within an existing OS 
Notes for a beginner &#8230;
* VMWare Player and VMWare Server are available for free
* A .vmdk file is the virtual hard drive for the guest OS
* A .nvram file stores the BIOS settings of the virtual [...]]]></description>
			<content:encoded><![CDATA[<p><strong>VMWare Player</strong> is a <em>free software</em> available from <em>VMWare Inc</em>. enabling the creation<br />
of <em>guest OS </em>within an existing OS </p>
<p><strong>Notes for a beginner &#8230;</strong><br />
* <strong>VMWare Player</strong> and <strong>VMWare Server </strong>are available for free<br />
* A <strong>.vmdk </strong>file is the virtual hard drive for the guest OS<br />
* A <strong>.nvram </strong>file stores the BIOS settings of the virtual machine<br />
* A <strong>.vmx </strong>file stores the configuration settings for the virtual machine. All you<br />
need is a text editor to edit the VMWare configuration settings.<br />
* A <strong>.vmsd </strong>file stores information about VMWare snapshots.<br />
<span id="more-736"></span><br />
<strong>Some links to get you started in the VMWare&#8217;s Virtual World</strong></p>
<p><a href="http://www.vmware.com/products/player/" target="_blank">VMWare Player Download</a></p>
<p><strong>.vmx creation utilities</strong></p>
<p><a href="http://www.skrodahl.net/easyvmx.shtml" target="_blank">EasyVMX </a>(to create virtual machine settings that run on VMWare Player)<br />
<a href="http://dcgrendel.thewaffleiron.net/vmbuilder/">VMBuilder</a></p>
<p><strong>Virtual Machines using VMWare Player &#8211; Blogs</strong></p>
<p><a href="http://www.techwandering.com/2006/11/22/how-to-create-your-own-virtual-machine-using-vmware-player/" target="_blank">Easy to follow Blog on creating virtual machines using .iso image</a></p>
<p><a href="http://www.technibble.com/how-to-create-a-windows-xp-virtual-machine/" target="_blank">Create a windows XP virtual machine</a></p>
<p><strong>Virtual machine repository (Linux distributions)</strong></p>
<p><a href="http://linhost.info/" target="_blank"><img src="http://lh3.ggpht.com/_fF0LO28FGYY/ScH-zSJw3oI/AAAAAAAAAfs/b6ea-4zXC1w/s800/8-readyvm.png" />Linux source</a></p>
<p><a href="http://www.vmware.com/appliances/directory/" target="_blank">VMWare&#8217;s Appliances Listing </a>(There is more to the virtual world than OS)</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fkurinchilamp.kurinchilion.com%2F2009%2F12%2Fvirtual-world-with-vmware-player.html&amp;linkname=Virtual%20World%3A%20with%20VMWare%20Player"><img src="http://kurinchilamp.kurinchilion.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/12/virtual-world-with-vmware-player.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LogMeIn, Hamachi: Create VPN in minutes</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/12/logmein-hamachi-create-vpn-in-minutes.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/12/logmein-hamachi-create-vpn-in-minutes.html#comments</comments>
		<pubDate>Fri, 04 Dec 2009 07:20:14 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Free Download]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[hamachi]]></category>
		<category><![CDATA[logmein]]></category>
		<category><![CDATA[virtual private network]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=734</guid>
		<description><![CDATA[Managed or Unmanaged networks? Create a VPN in minutes with this software which is available FREE of cost for non-commercial use.
Setting up a Virtual Private Networks is as easy as clicking through the buttons. Check out this product at LogMeIn
]]></description>
			<content:encoded><![CDATA[<p><strong>Managed or Unmanaged networks</strong>? Create a <strong>VPN </strong>in minutes with this software which is available <strong>FREE </strong>of cost for non-commercial use.</p>
<p>Setting up a <strong>Virtual Private Networks </strong>is as easy as clicking through the buttons. Check out this product at <a href="https://secure.logmein.com/products/hamachi2/download.aspx" target="_blank">LogMeIn</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fkurinchilamp.kurinchilion.com%2F2009%2F12%2Flogmein-hamachi-create-vpn-in-minutes.html&amp;linkname=LogMeIn%2C%20Hamachi%3A%20Create%20VPN%20in%20minutes"><img src="http://kurinchilamp.kurinchilion.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/12/logmein-hamachi-create-vpn-in-minutes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
