<?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>From thoughts to text &#187; Technology</title>
	<atom:link href="http://blog.torh.net/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.torh.net</link>
	<description>The personal blog of Tor Håkon Haugen</description>
	<lastBuildDate>Tue, 15 Jun 2010 18:22:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Pentax AF-330FTZ and Hanimex 325AZ Trigger Voltage</title>
		<link>http://blog.torh.net/2010/01/09/pentax-af-330ftz-and-hanimex-325az-trigger-voltage/</link>
		<comments>http://blog.torh.net/2010/01/09/pentax-af-330ftz-and-hanimex-325az-trigger-voltage/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 22:02:54 +0000</pubDate>
		<dc:creator>Tor Håkon Haugen</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[canon]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Hanimex 325AZ]]></category>
		<category><![CDATA[Pentax AF-330FTZ]]></category>

		<guid isPermaLink="false">http://blog.torh.net/?p=721</guid>
		<description><![CDATA[Just a short post about camera flashes and trigger voltage. Canon specifies a safe trigger voltage up to 6 volts using the hotshoe on their digital cameras. If it&#8217;s higher, it might damage the camera. So I have measured the trigger voltage on two older flashes I have lying around, since I didn&#8217;t get (m)any hits [...]]]></description>
			<content:encoded><![CDATA[<p>Just a short post about camera flashes and trigger voltage.</p>
<p>Canon specifies a safe trigger voltage up to 6 volts using the hotshoe on their digital cameras. If it&#8217;s higher, it might damage the camera. So I have measured the trigger voltage on two older flashes I have lying around, since I didn&#8217;t get (m)any hits searching the interewebz.</p>
<p><strong><em>Pentax AF-330FTZ has a trigger voltage of 3.14V</em></strong><br />
<strong><em> Hanimex 325AZ has a trigger voltage of 110V</em></strong></p>
<p>So the Pentax AF-330FTZ should be safe. Hanimex 325 however, isn&#8217;t. What&#8217;s kind of scary is that I have used the Hanimex on several occasions on my 350D. Luckily no harm done (as far as I can tell).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.torh.net/2010/01/09/pentax-af-330ftz-and-hanimex-325az-trigger-voltage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenWRT &#8211; Configuring VLANs and trunks</title>
		<link>http://blog.torh.net/2009/07/27/openwrt-configuring-vlans-and-trunks/</link>
		<comments>http://blog.torh.net/2009/07/27/openwrt-configuring-vlans-and-trunks/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 08:14:31 +0000</pubDate>
		<dc:creator>Tor Håkon Haugen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[openwrt linksys cisco wrt54gl vlan trunking]]></category>

		<guid isPermaLink="false">http://blog.torh.net/?p=610</guid>
		<description><![CDATA[This weekend I decided to finally upgrade the firmware on my Linksys WRT54GL wireless router. The whole reason I bought this router a few years back was because it supported third-party firmware based on Linux. Up until now, Linksys firmware has been working great. I didn’t need more than a simple wireless router. But recently [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend I decided to finally upgrade the firmware on my Linksys WRT54GL wireless router. The whole reason I bought this router a few years back was because it supported third-party firmware based on Linux.</p>
<p>Up until now, Linksys firmware has been working great. I didn’t need more than a simple wireless router. But recently I’ve started playing with VMware ESXi, which led to a few virtual servers. And with a few virtual servers, there was also a need to make them accessible from the Internet. With the only way of opening up ports on my router was through my ISPs web page, and that every change needed to be accompanied by a reboot of my router, I decided it was time to set up my own firewall.</p>
<p><strong>Support for VLANs</strong></p>
<p><a title="OpenWRT" href="http://www.openwrt.org" target="_blank">OpenWRT</a> support VLANs, and this is one of the main reasons I wanted to upgrade to a third-party firmware. Running a firewall with just one network adapter isn’t really possible, unless you can split networks within the same physical medium. And that’s when VLANs come in to the picture. This technology makes it possible to have several different networks within the same physical medium. Even the with the same network addresses.</p>
<p>The firewall, which is a virtual machine, doesn’t know that the host it’s running on only has one network adapter. I gave the firewall three adapters, all connected to different virtual switches. These switches tag their traffic with VLAN data and sends it to my Linksys router, which in also was configured the same way. One port on the router could hand out data for VLAN1, the next port for VLAN2.</p>
<p>In my setup, the traffic coming from Internet is connected to a port in VLAN2. This is sent, along with data in VLAN3, via port 4 to the ESXi host. Here the traffic is divided into virtual switches. One switch for each VLAN. So my firewall is connected to both the switch for VLAN2, and for VLAN3. VLAN2 is being labeled as WAN, while VLAN3 is labeled LAN. I also have a VLAN4 named SERVERS.</p>
<p><strong>Installing OpenWRT</strong></p>
<p>This is easy. If you haven&#8217;t installed a third-party firmware on your Linksys, you can use the web interface from Linksys to upgrade. Just as you would if you were to upgrade the original firmware. Download the correct image from OpenWRT, select it in the web interface and click the upgrade button.</p>
<p>After the new firmware is installed, the router will reboot and ready for configuration. By default the routers IP-address is 192.168.1.1. You can log in via telnet with no user name and password. It is advised to set a password at first log in. Doing so, telnet will be disabled and ssh enabled instead.</p>
<p>If you manage to lock yourself out, it&#8217;s possible to restart OpenWRT into a safe mode. Just take the power, when it starts up, press any button just when the DMZ light is lid. Now you can access it via telnet at address 192.168.1.1 again, no matter what address you have specified earlier. In safe mode you can change password and reconfigure firewall rules, if you have enabled a rule you shouldn&#8217;t have.</p>
<p><strong>Setting up different VLANs (and trunking them)</strong></p>
<p>First you should be aware of how the WRT54GL hardware is mapped internally. It is essential to understand the logic when configuring the router. The image shows the default configuration where port 1 &#8211; 4 is a regular switch on VLAN0, and the WAN port is separated on VLAN1. If you only want a dumb switch with 5 ports, you could put the WAN port into VLAN0 as well.</p>
<p style="text-align: center"><a href="http://blog.torh.net/wp-content/uploads/2009/07/WRT54_sw1_internal_architecture.png"><img class="size-full wp-image-622 aligncenter" title="WRT54_sw1_internal_architecture" src="http://blog.torh.net/wp-content/uploads/2009/07/WRT54_sw1_internal_architecture.png" alt="WRT54_sw1_internal_architecture" width="472" height="351" /></a></p>
<p>The configuration file can be found under <em>/etc/config/network</em>. Here we can set the IP-address of the box, but also configure the ports. I only need a dumb switch with VLAN capabilities, so I won&#8217;t set up any fancy routing rules in this post.</p>
<pre>config switch "eth0"
   option vlan0 "0t 5"
   option vlan1 "0t 5"
   option vlan2 "0t 4 5"
   option vlan3 "0t 3 2 5*"
   option vlan4 "0t 5"</pre>
<p>In this setup I have created five VLANs, three of which are unused at the moment. VLAN3 is the default VLAN, as marked by the asterisk (*). Port 5, the internal, has to be included. Data on LAN port 4 (which is internally mapped as port 0), is tagged, which basically means it&#8217;s a trunk. If a port isn&#8217;t tagged, it can&#8217;t belong to more than one VLAN (except the internal port 5). If a port is tagged, it can&#8217;t be used by a computer which doesn&#8217;t support trunk or tagging.</p>
<p>My Internet connection is connected to the WAN-port on the router, also known as internal port 4. It belongs to VLAN2, and is tagged on LAN port 4, which is known as internal port 0. On the other side of LAN port 4 is my ESXi server, which supports trunking (surprise). VLAN2 then goes into my firewall, on the other side of my firewall is VLAN3, which goes over the same cable back to the OpenWRT box, which in turn distributes it to my main computer and media center on LAN port 1 and 2.</p>
<p><strong>Conclusion</strong></p>
<p>Linksys WRT54GL is a great product, and with third-party firmware such as OpenWRT, it&#8217;s even greater. This box can be transformed from a boring wireless router, to a full blown firewall if needed.</p>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.torh.net/2009/07/27/openwrt-configuring-vlans-and-trunks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can we trust The New Piratebay?</title>
		<link>http://blog.torh.net/2009/06/30/can-we-trust-the-new-piratebay/</link>
		<comments>http://blog.torh.net/2009/06/30/can-we-trust-the-new-piratebay/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 11:50:30 +0000</pubDate>
		<dc:creator>Tor Håkon Haugen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[GGF]]></category>
		<category><![CDATA[the piratebay]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[tpb]]></category>

		<guid isPermaLink="false">http://blog.torh.net/?p=566</guid>
		<description><![CDATA[Earlier today it was annonced that The Piratebay might get sold to a Swedish company called Global Gaming Factory X (GGF) operated by Hans Pandeya, a man with a shady reputation (In Swedish). For all we know, this might just be a PR stunt. But if so, it&#8217;s a bad one. I predict that if [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier today it was annonced that <a href="http://thepiratebay.org/blog/164">The Piratebay might get sold</a> to a Swedish company called Global Gaming Factory X (GGF) operated by <a href="http://www.realtid.se/ArticlePages/200906/30/20090630101501_Realtid980/20090630101501_Realtid980.dbp.asp">Hans Pandeya, a man with a shady reputation</a> (In Swedish).</p>
<p>For all we know, this might just be a PR stunt. But if so, it&#8217;s a bad one. I predict that if the sales go through, it will drive most of the users away and over to other file sharing sites. Just the idea of a corporation owning the TPB-user database is scary.</p>
<p>It&#8217;s been a nice 5-and-so years at The Piratebay, but I think I&#8217;ll go for a swim now, and I&#8217;m not sure if I ever will return. Also, this blows my &#8220;The Piratebay Preferred Partner&#8221;-joke I&#8217;ve been doing in the company for the last few years.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.torh.net/2009/06/30/can-we-trust-the-new-piratebay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TweetDeck &#8211; My new favorite Twitter client.</title>
		<link>http://blog.torh.net/2009/06/29/tweetdeck-my-new-favourite-twitter-client/</link>
		<comments>http://blog.torh.net/2009/06/29/tweetdeck-my-new-favourite-twitter-client/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 21:24:33 +0000</pubDate>
		<dc:creator>Tor Håkon Haugen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[adobe air]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[tweetdeck]]></category>
		<category><![CDATA[twhirl]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.torh.net/?p=556</guid>
		<description><![CDATA[For the last few months I&#8217;ve been using  Twhirl to stay connected with the Twitter community, but my activity has of late  slowly been reduced next to nothing. Well, that&#8217;s until a good colleague of mine recommended TweetDeck last Friday. I&#8217;m back in the Twitter-sphere, and I&#8217;m loving it. Both clients is written in Adobe [...]]]></description>
			<content:encoded><![CDATA[<p>For the last few months I&#8217;ve been using  Twhirl to stay connected with the Twitter community, but my activity has of late  slowly been reduced next to nothing. Well, that&#8217;s until <a title="Tore Fremmersvik (on twitter)" href="http://twitter.com/fremmers">a good colleague of mine</a> recommended TweetDeck last Friday. I&#8217;m back in the Twitter-sphere, and I&#8217;m loving it.</p>
<p>Both clients is written in <a title="Adobe AIR" href="http://www.adobe.com/products/air/">Adobe AIR</a>, which is a big bonus since it means I can run it both on my office Windows machine and my Linux machine at home. I think Adobe AIR is one of the most interesting technologies right now for web applications. Although all that come out of Adobe is slow and sluggish, it&#8217;s far better than the last &#8220;cross-platform&#8221; language that promised a trouble free world. <a title="Java" href="http://www.java.com/en/">Java</a>. Java was also slow and sluggish, but unlike AIR, Java didn&#8217;t seem to work. If you got a application running on one machine, you could be sure it didn&#8217;t want to run on your next computer.</p>
<p>Back to the topic; Twitter is still going strong, and with the right tools it can continue to grow. The only question they have to sort out is how to make money. I don&#8217;t really see the Ad business as the right move right now. And as long as everyone can create a third-party client, such rubbish can easily be removed before it hits your eyes.</p>
<p>You may <a title="Tor Håkon Haugen (on twitter)" href="http://twitter.com/torh">follow me on Twitter</a> and read my rubbish. It&#8217;s mostly in Norwegian, but that might change.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.torh.net/2009/06/29/tweetdeck-my-new-favourite-twitter-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NimBUS and Regular Expressions</title>
		<link>http://blog.torh.net/2009/03/15/nimbus-and-regular-expressions/</link>
		<comments>http://blog.torh.net/2009/03/15/nimbus-and-regular-expressions/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 23:39:43 +0000</pubDate>
		<dc:creator>Tor Håkon Haugen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[log file]]></category>
		<category><![CDATA[logmon]]></category>
		<category><![CDATA[nimbus]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[probe]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expression]]></category>

		<guid isPermaLink="false">http://blog.torh.net/?p=476</guid>
		<description><![CDATA[I recently had to configure NimBUS to send alarm upon detecting a specific log entry in /var/log/messages on a Linux system. Because this alarm was supposed to be sent by SMS , I didn&#8217;t want it to send more than one message. But since our log file has a timestamp, each entry were we found [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to configure NimBUS to send alarm upon detecting a specific log entry in <em>/var/log/messages </em>on a Linux system. Because this alarm was supposed to be sent by SMS , I didn&#8217;t want it to send more than one message. But since our log file has a timestamp, each entry were we found a match would be handled as a unique alarm, thus sending one message for each log entry where the mach was found.</p>
<p>If the string we were looking for first would appear, it would most likely show up somewhere between 5 to 50 times within an hour.It&#8217;s hard to guess, really. But we are looking for a problem that won&#8217;t solve itself, and the program checking for this problem will continue to write to the log file upon each encounter with the problem.</p>
<p>The way to solve this kind of problem, where we want to ignore the timestamp, is to understand how NimBUS handle incoming alarms. If it receives the same message two or more times, it would just upper the count, instead of creating a new entry in the alarm window.</p>
<p>Lets say our log file looks like this:</p>
<p><code>Mar 14 14:55:35 ErrorCheck: Oh noes, error detected in A51<br />
Mar 14 14:57:32 ErrorCheck: Oh noes, error detected in A51</code></p>
<p>We only want to get one alarm, but with a count of two (actually one), not two alarms which is identical except for the timestamp. First, set up logmon to detect the correct line in the log file using regular expressions. The logmon probe supports both pattern recognition and regular expressions, so make sure to use the right one. Regex starts and end with a forward slash, otherwise it assumes pattern is used.</p>
<p>In this case we can use the following simple regex:</p>
<p><code>/.*ErrorCheck.*/</code></p>
<p>Of course my regex where more advanced since I had to detect other parameters as well, since the output of our program also had to be checked.</p>
<p>Now, with this regex in place, we are at the point where every entry will be treated uniquely. But logmon also give you the possibility to construct your own message, and to define variables. And that is what we have to do.</p>
<p>We can construct variables both by row or column number. Since this is a single line, we will use the column offset. So, let us create the variables:</p>
<p><code>prog = column number 4<br />
error = column number 10</code></p>
<p>This is only a simplified view. The logmon probe has a user interface for this. Right click, add new variable (or something like that).</p>
<p>When this is done, add your own message text in the field saying so:</p>
<p><code>$prog: Error detected in $error</code></p>
<p>When this is set as the outbound message, NimBUS will count it instead of creating a new entry in the alarm view each time, since the message now is identical. If the error code changes, a new alarm will be sent.</p>
<h2>Short version:</h2>
<p>Create your own output message when using NimBUS logmon probe on a log file which has a timestamp.</p>
<p>(<em>This short version was a lot better and could have saved me some time</em>)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.torh.net/2009/03/15/nimbus-and-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>12 months in the Apple garden</title>
		<link>http://blog.torh.net/2009/02/28/12-months-in-the-apple-garden/</link>
		<comments>http://blog.torh.net/2009/02/28/12-months-in-the-apple-garden/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 22:36:38 +0000</pubDate>
		<dc:creator>Tor Håkon Haugen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macify]]></category>

		<guid isPermaLink="false">http://blog.torh.net/?p=448</guid>
		<description><![CDATA[About a year ago, a friend of mine bought his first Mac and set of to explore the world as an Apple maniac. Now, 10 months later, he has finally begun to write about his experience. From his blog: Macify me is an attempt to document my first year as a Mac user. The idea [...]]]></description>
			<content:encoded><![CDATA[<p>About a year ago, a friend of mine bought his first Mac and set of to explore the world as an Apple maniac. Now, 10 months later, he has finally begun to write about his experience.</p>
<p><a href="http://www.macifyme.com/">From his blog</a>:</p>
<p style="padding-left: 30px;">Macify me is an attempt to document my first year as a Mac user. The idea is to try out some of the many myths and (mis?)conceptions around Apple, Mac and iEverything. I&#8217;ve decided to put myself in the role of the guinea pig and let all the good, the bad and the ugly of Apple Mac get into my life.</p>
<p style="padding-left: 30px;"><a href="http://www.macifyme.com/">In short &#8211; macify me !</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.torh.net/2009/02/28/12-months-in-the-apple-garden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 Spiders Visiting</title>
		<link>http://blog.torh.net/2009/02/25/top-5-spiders-visiting/</link>
		<comments>http://blog.torh.net/2009/02/25/top-5-spiders-visiting/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 22:51:24 +0000</pubDate>
		<dc:creator>Tor Håkon Haugen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[baidu]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[radian6]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[spiders]]></category>
		<category><![CDATA[statpress]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://blog.torh.net/?p=431</guid>
		<description><![CDATA[I guess you all know how search engines index the web. They send robots, or spiders, to surf the web and collect information about different pages. About a week ago I installed StatPress on my WordPress installation to collect some statistics about my visitors.  StatPress is a plug-in for WordPress which allows for real-time statistics [...]]]></description>
			<content:encoded><![CDATA[<p>I guess you all know how search engines index the web. They send robots, or spiders, to surf the web and collect information about different pages. About a week ago I installed <a href="http://wordpress.org/extend/plugins/statpress/">StatPress</a> on my WordPress installation to collect some statistics about my visitors. </p>
<p>StatPress is a plug-in for WordPress which allows for real-time statistics about visitors. It reports most popular posts, browsers, search terms used to find your blog and also which search company visits your site most frequently.</p>
<p>In these 7  days I&#8217;ve had StatPress installed it has collected the following information about the search companies indexing my site. The results are in percentage of visitors recognized by StatPress as spiders:</p>
<ul>
<li><a href="http://www.baidu.com">Baidu</a> &#8211; 34.2% (344 visits)</li>
<li><a href="http://www.google.com">Google</a> &#8211; 14.7% (148 visits)</li>
<li><a href="http://www.yahoo.com">Yahoo!</a> &#8211; 11.4% (115 visits)</li>
<li><a href="http://www.msn.com">MSN</a> &#8211; 7.7% (77 visits)</li>
<li><a href="http://www.radian6.com/">Radian6</a> &#8211; 7.5% (75 visits)</li>
</ul>
<p>The latter one I haven&#8217;t even heard about, but apparently they&#8217;re working on social media. Or in their own words:</p>
<p style="padding-left: 30px;">&#8220;Radian6 created tools to help remove the barriers to effective social media monitoring and analysis.&#8221;</p>
<p>This list may not be 100% accurate since StatPress only lists spiders which is know to it. At least I think that&#8217;s what it does, because I have yet to see a single entry from any Norwegian search engine. But then again, maybe they&#8217;re not aggressive enough to get onto the list?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.torh.net/2009/02/25/top-5-spiders-visiting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VI Client and VMware Server</title>
		<link>http://blog.torh.net/2009/02/25/vi-client-and-vmware-server/</link>
		<comments>http://blog.torh.net/2009/02/25/vi-client-and-vmware-server/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 17:18:44 +0000</pubDate>
		<dc:creator>Tor Håkon Haugen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://blog.torh.net/?p=419</guid>
		<description><![CDATA[Found a nice tip for using VMwares Infrastructure Client to manage VMware Server, a product which is usually managed via web interface. The tip is to simply add the port number of the web interface after the server name or ip address in Infrastructure Client. I.e. &#8220;servername:8333&#8243;, where 8333 is the default port number for [...]]]></description>
			<content:encoded><![CDATA[<p>Found a nice tip for using <a href="http://www.desktop-virtualization.com/2009/02/25/use-infrastructure-client-to-manage-vmware-server/">VMwares Infrastructure Client to manage VMware Server</a>, a product which is usually managed via web interface. The tip is to simply add the port number of the web interface after the server name or ip address in Infrastructure Client. I.e. &#8220;servername:8333&#8243;, where 8333 is the default port number for <a href="http://vmware.com/products/server/">VMware Servers</a> web interface.</p>
<p>The reason for this is most likely that VMware Server is installed as an application on top of an operating system. This underlying operating system might very well use the default SSL port number, 443, for its own web service already.</p>
<p>However; If you&#8217;re running VMware Server exclusively, it should be possible to change the port number of the web interface to 443, thus avoiding this issue all together. At least my guess is that this will work.</p>
<p>If you want a free hypervisor, but don&#8217;t want the trouble of maintaining an underlying operating system, I would recommend taking a look at <a href="http://vmware.com/products/esxi/">VMware ESXi</a>. <a href="http://blog.torh.net/2009/02/22/running-vmware-esxi-hypervisor/">I&#8217;ve written a blog post about it</a>. The only reason, as I can see, to run VMware Server is the hardware support, since the operating system takes care of this. VMware ESXi has limited hardware support by default. But there are ways to get <a href="http://www.vm-help.com/esx/esx3i/customize_oem_tgz.php">support for SATA controllers</a>, among other things.</p>
<p>Also; You might want to check out <a href="http://www.citrix.com/English/ps2/products/feature.asp?contentID=1686939">Citrix XenServer</a>, which also has been released for free. This is a bare-metal hypervisor, meaning you don&#8217;t need an underlying operating system. But I don&#8217;t have any experience with XenServer, so I can&#8217;t really give any advice or tips yet.</p>
<p><em>Credit:</em></p>
<p>[1] <a href="http://www.desktop-virtualization.com/2009/02/25/use-infrastructure-client-to-manage-vmware-server/">http://www.desktop-virtualization.com/2009/02/25/use-infrastructure-client-to-manage-vmware-server/<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.torh.net/2009/02/25/vi-client-and-vmware-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cartoonish from The Pirate Bay</title>
		<link>http://blog.torh.net/2009/02/23/cartoonish-from-the-pirate-bay/</link>
		<comments>http://blog.torh.net/2009/02/23/cartoonish-from-the-pirate-bay/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 19:56:45 +0000</pubDate>
		<dc:creator>Tor Håkon Haugen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[thepiratebay]]></category>
		<category><![CDATA[tpb]]></category>

		<guid isPermaLink="false">http://blog.torh.net/?p=412</guid>
		<description><![CDATA[From the frontpage of The Pirate Bay today:]]></description>
			<content:encoded><![CDATA[<p>From the frontpage of <a href="http://www.thepiratebay.org">The Pirate Bay</a> today:</p>
<p><a href="http://www.thepiratebay.org"><img class="aligncenter size-full wp-image-413" title="cartoonish" src="http://blog.torh.net/wp-content/uploads/2009/02/cartoonish.gif" alt="cartoonish" width="498" height="814" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.torh.net/2009/02/23/cartoonish-from-the-pirate-bay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix XenServer Available for Free</title>
		<link>http://blog.torh.net/2009/02/23/citrix-xenserver-available-for-free/</link>
		<comments>http://blog.torh.net/2009/02/23/citrix-xenserver-available-for-free/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 18:44:39 +0000</pubDate>
		<dc:creator>Tor Håkon Haugen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[citrix]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[hypervisor]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[xen]]></category>
		<category><![CDATA[xenserver]]></category>

		<guid isPermaLink="false">http://blog.torh.net/?p=402</guid>
		<description><![CDATA[Several news sites reports today that Citrix is going to make XenServer available free, which is based upon the open source Xen hypervisor. Last year VMware released their own hypervisor, ESXi, for free. Apparantly the big money isn&#8217;t in the hypervisor anymore, but the technology to manage them. Giving away your product is the best way [...]]]></description>
			<content:encoded><![CDATA[<p>Several news sites reports today that Citrix is going to make <a href="http://blogs.techrepublic.com.com/hiner/?p=965">XenServer available free</a>, which is based upon the <a href="http://en.wikipedia.org/wiki/Xen">open source Xen hypervisor</a>. Last year VMware released their own <a href="http://vmware.com/products/esxi/">hypervisor, ESXi, for free</a>.</p>
<p>Apparantly the big money isn&#8217;t in the hypervisor anymore, but the technology to manage them. Giving away your product is the best way to get more customers.</p>
<p>Citrix says their hypervisor, XenServer, has a couple of features not available throught VMwares ESXi, at least not without opening your wallet. For instance, ESXi is a 32-bit bare-metal hypervisor, whereas XenServer is a 64-bit bear-metal hypervisor. XenServer can also handle up to 8 virtual CPUs, while ESXi only handles 4.</p>
<p>Citrix has released a <a href="http://citrix.com/English/ps2/products/feature.asp?contentID=1686939">list of features included</a> at no costs on their site.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.torh.net/2009/02/23/citrix-xenserver-available-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
