<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Run your virtual OS directly from GDM in Ubuntu</title>
	<atom:link href="http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/</link>
	<description>Quick Tweaks For Your System</description>
	<lastBuildDate>Sat, 28 Nov 2009 10:50:47 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alice Dudson</title>
		<link>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/comment-page-1/#comment-4031</link>
		<dc:creator>Alice Dudson</dc:creator>
		<pubDate>Sun, 08 Nov 2009 02:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=154#comment-4031</guid>
		<description>Very nice looking blog</description>
		<content:encoded><![CDATA[<p>Very nice looking blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linfiniti Geo Blog &#187; Blog Archive &#187; Some handy resources for thin clients and virtual machines</title>
		<link>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/comment-page-1/#comment-3417</link>
		<dc:creator>Linfiniti Geo Blog &#187; Blog Archive &#187; Some handy resources for thin clients and virtual machines</dc:creator>
		<pubDate>Sun, 23 Aug 2009 10:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=154#comment-3417</guid>
		<description>[...] VM from GDM &#8211; This one explains how to set up a custom session type so that it logs you directly into a virtual machine instance from the Gnome Display Manager. So you get a full screened windows or whatever session with no Gnome running in the background. [...]</description>
		<content:encoded><![CDATA[<p>[...] VM from GDM &#8211; This one explains how to set up a custom session type so that it logs you directly into a virtual machine instance from the Gnome Display Manager. So you get a full screened windows or whatever session with no Gnome running in the background. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Run your virtual OS directly from GDM in &#8230; &#171; Standalone Complex &#8211; Final Gig</title>
		<link>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/comment-page-1/#comment-3229</link>
		<dc:creator>Run your virtual OS directly from GDM in &#8230; &#171; Standalone Complex &#8211; Final Gig</dc:creator>
		<pubDate>Wed, 22 Jul 2009 12:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=154#comment-3229</guid>
		<description>[...] http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/ &#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/" rel="nofollow">http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/</a> &nbsp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaarangapanaye</title>
		<link>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/comment-page-1/#comment-1078</link>
		<dc:creator>Shaarangapanaye</dc:creator>
		<pubDate>Sun, 01 Mar 2009 12:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=154#comment-1078</guid>
		<description>Wow! Thank you! I always wanted to write in my site something like that. Can I take part of your post to my blog?</description>
		<content:encoded><![CDATA[<p>Wow! Thank you! I always wanted to write in my site something like that. Can I take part of your post to my blog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calito</title>
		<link>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/comment-page-1/#comment-621</link>
		<dc:creator>calito</dc:creator>
		<pubDate>Mon, 10 Nov 2008 17:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=154#comment-621</guid>
		<description>to comment on the idea for a virtualbox os for each user i did this to make it so you dont have to enter a password

sudo passwd -d your_username

sudo sed -i &#039;s/#PasswordRequired=false/PasswordRequired=false/&#039; /etc/gdm/gdm.conf

sudo sed -i &#039;s/nullok_secure/nullok/&#039; /etc/pam.d/common-auth

and after that you should be able to login without entering a password which can get tedious when switching between users. of course dont do this if your concerned about security and dont trust people in your house

and on another note you must make sure the .Virtualbox directory has sufficient permissions if your sharing it between users.</description>
		<content:encoded><![CDATA[<p>to comment on the idea for a virtualbox os for each user i did this to make it so you dont have to enter a password</p>
<p>sudo passwd -d your_username</p>
<p>sudo sed -i &#8217;s/#PasswordRequired=false/PasswordRequired=false/&#8217; /etc/gdm/gdm.conf</p>
<p>sudo sed -i &#8217;s/nullok_secure/nullok/&#8217; /etc/pam.d/common-auth</p>
<p>and after that you should be able to login without entering a password which can get tedious when switching between users. of course dont do this if your concerned about security and dont trust people in your house</p>
<p>and on another note you must make sure the .Virtualbox directory has sufficient permissions if your sharing it between users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/comment-page-1/#comment-466</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Wed, 22 Oct 2008 06:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=154#comment-466</guid>
		<description>Hey,

Thanks for the nice tip :-) It works on Ubuntu 8.10 Beta

Thanks again,
Amit</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Thanks for the nice tip <img src='http://www.quicktweaks.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  It works on Ubuntu 8.10 Beta</p>
<p>Thanks again,<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal Stone</title>
		<link>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/comment-page-1/#comment-443</link>
		<dc:creator>Neal Stone</dc:creator>
		<pubDate>Sun, 19 Oct 2008 00:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=154#comment-443</guid>
		<description>Ignore the part about the password that is lined out.   You only need this part:

#!/bin/bash
VirtualBox -startvm NameOfYourVirtualOS

FOllow the rest of the instructions and it works well.   The main reason to do a VM this way is you don&#039;t have the Gnome or KDE graphical interface using up resources and the system, runs better.

There is an addon that you can install with VirtualBox that contains additional drivers.  I had issues with the mouse lsoing the VM until I installed the addon.</description>
		<content:encoded><![CDATA[<p>Ignore the part about the password that is lined out.   You only need this part:</p>
<p>#!/bin/bash<br />
VirtualBox -startvm NameOfYourVirtualOS</p>
<p>FOllow the rest of the instructions and it works well.   The main reason to do a VM this way is you don&#8217;t have the Gnome or KDE graphical interface using up resources and the system, runs better.</p>
<p>There is an addon that you can install with VirtualBox that contains additional drivers.  I had issues with the mouse lsoing the VM until I installed the addon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal Stone</title>
		<link>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/comment-page-1/#comment-441</link>
		<dc:creator>Neal Stone</dc:creator>
		<pubDate>Sat, 18 Oct 2008 05:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=154#comment-441</guid>
		<description>I did this tip and it worked just fine.  great in fact.  As for security, I still had to enter my login and password at the GDM screen.</description>
		<content:encoded><![CDATA[<p>I did this tip and it worked just fine.  great in fact.  As for security, I still had to enter my login and password at the GDM screen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashokgelal</title>
		<link>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/comment-page-1/#comment-439</link>
		<dc:creator>ashokgelal</dc:creator>
		<pubDate>Sat, 18 Oct 2008 02:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=154#comment-439</guid>
		<description>@Stomfi: Great Idea! I was also trying to figure out if it was possible? Did it work for you? If yes, would you please explain it step-by-step and I will be more than happy to write a post mentioning you as a contributor.</description>
		<content:encoded><![CDATA[<p>@Stomfi: Great Idea! I was also trying to figure out if it was possible? Did it work for you? If yes, would you please explain it step-by-step and I will be more than happy to write a post mentioning you as a contributor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stomfi</title>
		<link>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/comment-page-1/#comment-438</link>
		<dc:creator>Stomfi</dc:creator>
		<pubDate>Sat, 18 Oct 2008 02:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=154#comment-438</guid>
		<description>On second thoughts the easy way (ie using this idea) is to create a user for each virtual box.

If you run VirtualBox as a user you may have to run Virtualbox for each user to create the required VM in their name and folder so it gets found.

Create a GDM Xsession entry (or if you are using KDM an /etc/X11/wmsession.d) entry for each VM and on second login select the session for the VM user name.

I used the command VBoxSDL -vm  to minimise resources even more.

Thanks for a handy tip.</description>
		<content:encoded><![CDATA[<p>On second thoughts the easy way (ie using this idea) is to create a user for each virtual box.</p>
<p>If you run VirtualBox as a user you may have to run Virtualbox for each user to create the required VM in their name and folder so it gets found.</p>
<p>Create a GDM Xsession entry (or if you are using KDM an /etc/X11/wmsession.d) entry for each VM and on second login select the session for the VM user name.</p>
<p>I used the command VBoxSDL -vm  to minimise resources even more.</p>
<p>Thanks for a handy tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.676 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-11-28 16:40:15 -->
<!-- Compression = gzip -->