<?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>the new cube 2.0 &#187; vmware</title>
	<atom:link href="http://jiehong.org/blog/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://jiehong.org/blog</link>
	<description>the new cube 2.0</description>
	<lastBuildDate>Sat, 21 Jan 2012 17:43:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Great VMware resource on tweaking your .vmx</title>
		<link>http://jiehong.org/blog/2008/03/20/great-vmware-resource-on-tweaking-your-vmx-file/</link>
		<comments>http://jiehong.org/blog/2008/03/20/great-vmware-resource-on-tweaking-your-vmx-file/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 16:18:02 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2008/03/20/great-vmware-resource-on-tweaking-your-vmx-file/</guid>
		<description><![CDATA[I was looking for a way to force my VM to boot up with a specific date and time without going into the VM BIOS to change it every time I boot up. I just need a VM for testing and evaluating certain software or platforms but I don&#8217;t like re-building it when the licenses [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for a way to force my VM to boot up with a specific date and time without going into the VM BIOS to change it every time I boot up.</p>
<p>I  just need a VM for testing and evaluating certain software or platforms but I don&#8217;t like re-building it when the licenses expires.</p>
<p>Especially when trial software always expires in like 15 or 30 days ? 7 for a particular secure os and 15 for a particular secure platform. <img src='http://jiehong.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-88"></span></p>
<p>Here&#8217;s what I <a href="http://sanbarrow.com/vmx/vmx-always-start-tonight.html" target="_blank">found</a> @ <a href="http://sanbarrow.com/" target="_blank">http://sanbarrow.com/</a>.</p>
<p>I will need to add the following lines to my xxx.vmx, so everytime the VM boots up, it resets it&#8217;s date and time to my liking.</p>
<blockquote><p>rtc.startTime = 1089395200<br />
tools.syncTime = false<br />
time.synchronize.continue = false<br />
time.synchronize.restore = false<br />
time.synchronize.resume.disk = false<br />
time.synchronize.resume.memory = false<br />
time.synchronize.shrink = false</p></blockquote>
<p>Figuring the value for rtc clock ? A small application is available for download at the same site to calculate that value from dd/mm/yyyy hh:mm:ss.</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/03/20/great-vmware-resource-on-tweaking-your-vmx-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JanusVM &#8211; The Internet Privacy Appliance</title>
		<link>http://jiehong.org/blog/2007/10/08/janusvm-the-internet-privacy-appliance/</link>
		<comments>http://jiehong.org/blog/2007/10/08/janusvm-the-internet-privacy-appliance/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 14:49:51 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[janusvm]]></category>
		<category><![CDATA[privoxy]]></category>
		<category><![CDATA[tor]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.jiehong.org/blog/2007/10/08/janusvm-the-internet-privacy-appliance/</guid>
		<description><![CDATA[I was trying out JanusVM in my VMware server. It&#8217;s a linux based OS with this few key components, openVPN, Squid, privoxy and Tor, packaged neatly into a VMware &#8220;appliance&#8221;. Basically it provides a layer of security and privacy for most TCP based applications, like IM, web browsing, etc, even DNS requests are passed through [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying out <a href="http://janusvm.peertech.org/" target="_blank">JanusVM</a> in my VMware server.  It&#8217;s a linux based OS with this few key components, <a href="http://openvpn.net/" target="_blank">openVPN</a>, <a href="http://www.squid-cache.org/" target="_blank">Squid</a>, <a href="http://www.privoxy.org/" target="_blank">privoxy</a> and <a href="http://tor.eff.org/">Tor</a>, packaged neatly into a VMware &#8220;appliance&#8221;.</p>
<p>Basically it provides a layer of security and privacy for most TCP based applications, like IM, web browsing, etc, even DNS requests are passed through Tor. Most importantly, it provides you with access to sites that are filtered off by your ISP transparent proxies.</p>
<p><span id="more-80"></span></p>
<p><a href="http://tor.eff.org/" target="_blank">Tor</a> allows your traffic to be re-route all around the internet anonymously via a complex network of virtual tunnels. An overview of Tor can be found <a href="http://tor.eff.org/overview.html.en" target="_blank">here</a> and a detailed FAQ on Onion Routers <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ" target="_blank">here</a>.</p>
<p>My blog entry today is: how to enable your JanusVM to work in a corporate network whereby your firewall blocks most of the outgoing ports except http and https.</p>
<p>You can tell Tor to only use the ports that your firewall permits by adding the following to your torrc configuration file.</p>
<blockquote><p>FascistFirewall 1</p>
<p>ReachableDirAddresses *:80<br />
ReachableORAddresses *:443</p></blockquote>
<p>Update:</p>
<p>The latest beta version of Tor uses the following instead of the above</p>
<p>ReachableAddresses *:80</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2007/10/08/janusvm-the-internet-privacy-appliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

