<?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>Who So &#187; Virtualbox</title>
	<atom:link href="http://www.trondhuso.no/blog/category/virtualization/virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trondhuso.no/blog</link>
	<description>Blog about PHP, HTML, CSS, patents and all things inbetween</description>
	<lastBuildDate>Tue, 20 Dec 2011 23:45:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Virtual Ubuntu</title>
		<link>http://www.trondhuso.no/blog/2010/05/11/virtual-ubuntu/</link>
		<comments>http://www.trondhuso.no/blog/2010/05/11/virtual-ubuntu/#comments</comments>
		<pubDate>Tue, 11 May 2010 12:47:04 +0000</pubDate>
		<dc:creator>Trond Husø</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.trondhuso.no/blog/?p=240</guid>
		<description><![CDATA[Because of an introduction to laptop at work, I have to bring my laptop back and forth to work. Because this isn&#8217;t my laptop I feel that I cannot run Ubuntu Linux as the main OS &#8211; although I wish I could. Instead I have to rely heavily on windows 7 and VirtualBox. As of [...]]]></description>
			<content:encoded><![CDATA[<p>Because of an introduction to laptop at work, I have to bring my laptop back and forth to work. Because this isn&#8217;t my laptop I feel that I cannot run Ubuntu Linux as the main OS &#8211; although I wish I could. Instead I have to rely heavily on windows 7 and VirtualBox.<br />
As of writing this I have already had two crashes. This could be caused by the fact that the Ubuntu version I am running is quite new, and so the VirtualBox version I am running does not support it fully.<br />
During this process I have tried to find out if it was possible to make the physical Dell D420-laptop virtual using virtualization tools &#8211; also known as P2V. VMWare has such a tool, but when you only have VMWare Server installed, making a Linux OS virtual is not possible.<br />
What I ended up doing was to create a Virtual partition. Then install Ubuntu 10.04 (LTS). Then I started moving files and folders from the old laptop to the new one.<br />
I used SCP in this process.<br />
The good thing about doing this by hand is that you have total control over the process. The &#8220;drawback&#8221; is that it takes time.<br />
I hope that the guys (and girls) at Virtualbox (Oracle) will start developing a P2V with Linux-support for VirtualBox. It would be a nice addition to what seems to be a great product.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trondhuso.no/blog/2010/05/11/virtual-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My thoughts regarding Linux Servers</title>
		<link>http://www.trondhuso.no/blog/2010/01/18/my-thoughts-regarding-linux-servers/</link>
		<comments>http://www.trondhuso.no/blog/2010/01/18/my-thoughts-regarding-linux-servers/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 08:00:54 +0000</pubDate>
		<dc:creator>Trond Husø</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.trondhuso.no/blog/?p=167</guid>
		<description><![CDATA[When I write Linux Servers I am mostly thinking of Ubuntu Server. This was my choice when I got my hand on an old Dell GX260 Desktop. It&#8217;s not the most powerful machine, and it is highly in need of an upgrade. But it does what I need it for: Being a server so that [...]]]></description>
			<content:encoded><![CDATA[<p>When I write Linux Servers I am mostly thinking of Ubuntu Server. This was my choice when I got my hand on an old Dell GX260 Desktop. It&#8217;s not the most powerful machine, and it is highly in need of an upgrade. But it does what I need it for: Being a server so that I can learn stuff related to server administration.<br />
Now having written that. Being an administrator of a server that is behind a firewall with two users (wife and me), isn&#8217;t really that big of a deal.<br />
That&#8217;s why I decided to setup up a Virtual Machine on it. My choice of VM is &#8211; at the moment &#8211; the VirtualBox 3.1.<br />
But let&#8217;s step back a bit. Let&#8217;s start talking about the Ubuntu Server (9.10). The Ubuntu Server is a GUI-less server, which mean that you have to administer it through the commando line (cli). There are pros and cons regarding this.<br />
The pros are:</p>
<ul>
<li>You have more control.<br />
You know which commands you have to type or which files you need to change in order to achieve what you want. Like for instance setting up a samba server.</li>
<li>It&#8217;s more stable<br />
Not having a GUI to run as well, means that the server is super stable.</li>
<li>It does not require much from the hardware<br />
This is also quite important when you have old metal you&#8217;re using.</li>
</ul>
<p>The cons are:</p>
<ul>
<li>Things tend to go by trial and error<br />
When you use the commando line and at the same are a noob like me on that area, you tend to spend more time trying and failing. But then again, this is how you learn to play the tools. And when you learn them, you become faster.</li>
<li>Using a GUI is more intuitive<br />
Since I am currently at a client running only Windows servers, there are more GUI-tools to do what you need to do. There are less room for errors and so all you learn is how to start/stop/insert/update the current role (as they are called in the World of Windows). But I like that too. This means that you can&#8217;t really break anything (well, you can&#8230;).</li>
<li>Sometimes using the commando line is annoying<br />
Setting up/installing Virtualbox is quite easy. Installing different guest OS is more of a hassle. And this is where I wish that GUI-development on Linux (Ubuntu/Gnome) was up to par on the Windows side when it comes to administering Virtualbox. I would very much like to see a GUI! and not just a web administration tool that is not yet up to par.</li>
</ul>
<p>Things that I miss:<br />
I would very much like to see a GUI on the Ubuntu Linux Server, but I don&#8217;t want to see Gnome or KDE. What I would like to see is some light GUI &#8211; like the one in Xubuntu (just can&#8217;t seem to remember the name), and maybe theme it so that it is either &#8220;like&#8221; Gnome or KDE.<br />
Søren Hansen wrote a blog last year where he lifted some thoughts on how the Ubuntu Server should be like. I second his thoughts.<br />
As I wrote in his comments, I to would like to see the installation being simpler. As I suggested in my comment: Why not create different setup schemes.<br />
Let&#8217;s say you want to set up a VM server. Well, then you choose from a menu and this does all the tricks. It should even check if your hardware is suited for such tasks. Or if you want to run it as a file server (samba), or a web server (LAMP-stack/LAMR-stack or any other stack).</p>
<p>Ok. So back to installing the Ubuntu Server. I followed some other peoples suggestions when I installed the server. I believe I did install it twice since i made a mistake here and there.<br />
When it came to choice of Virtual Machine software I did browse and watch a few tutorial videos.<br />
Xen seems very exiting, but I didn&#8217;t go for that &#8211; this time. Reason was that the installation locked the VM closely to the host OS. Which is OK I guess. This means that the vendor has secured it self from some incompatibility problems related to other Linux Versions.<br />
Then I looked at VMWare Server. As I didn&#8217;t want to spend money &#8211; this time around &#8211; the Workstation option was out of the question (maybe in the future). I have tried VMWare Server earlier and liked it. But since I am on the &#8216;I want to learn something new&#8217;-trail, I decided to go for Suns VirtualBox. And it seems OK.<br />
It does what you expect from such a software.<br />
What I don&#8217;t like is that there is a lack of GUI software for it. I don&#8217;t know if I can install a VirtualBox GUI administration tool on my laptop and control the host/guest on the server. If I can, great. If I can&#8217;t, well, then I have officially suggested a feature for the VirtualBox Team at Sun (soon Oracle?).<br />
The VB community does provide a web administration tool written in Python, but this one is far from ready. You can create new VMs and start/stop, but that&#8217;s also it. No snapshop options or such things. Hopefully this tool will have a steep development curve in 2010.<br />
In my VM I am running a Windows 2003 server (standard). Again just to learn. But I must say that is quite different to work on a GUI server than on a CLI-server. The W2K3-server doesn&#8217;t do much yet, but I hope that I can put it to some sort of use. I&#8217;m also going to install a W2K8-server on the machine, but the lack of disk space and RAM is halting this process. Hopefully in the near future the machine will be running a 500gb disk (ide!) and 2gb ram.<br />
Well. I think I stop there. Please do suggest things that I can do to learn more on having a server. I might set up a domain at home &#8211; but I&#8217;m not sure as this house only has two computers in full use and some others just as guests. Having a domain for two computers seems a bit over the top&#8230; but then again, why not!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trondhuso.no/blog/2010/01/18/my-thoughts-regarding-linux-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

