<?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>Paul Brunt &#187; linux</title>
	<atom:link href="http://www.paulbrunt.co.uk/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulbrunt.co.uk</link>
	<description>faster, better; faster, better!</description>
	<lastBuildDate>Sun, 24 Jan 2010 13:57:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu VNC the Quick and Dirty Way</title>
		<link>http://www.paulbrunt.co.uk/2008/10/30/ubuntu-vnc-the-quick-and-dirty-way/</link>
		<comments>http://www.paulbrunt.co.uk/2008/10/30/ubuntu-vnc-the-quick-and-dirty-way/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 15:48:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://www.paulbrunt.co.uk/?p=110</guid>
		<description><![CDATA[Why they don&#8217;t have better VNC support built into Ubuntu yet I don&#8217;t know, still it way better then it used to be. In the mean time here is a quick and dirty way to get VNC working from before you login screen.

First off you need to make sure that you have x11vnc installed:
 sudo [...]]]></description>
			<content:encoded><![CDATA[<p>Why they don&#8217;t have better VNC support built into Ubuntu yet I don&#8217;t know, still it way better then it used to be. In the mean time here is a quick and dirty way to get VNC working from before you login screen.<span id="more-110"></span></p>
<ol>
<li>First off you need to make sure that you have x11vnc installed:<br />
<em><small> sudo apt-get install x11vnc</small></em></li>
<li>Now all you need to do is slap in the command to run the VNC server into the file &#8220;/etc/init.d/gdm&#8221;. Locate the start section of the script and just before the &#8220;;;&#8221; add the line:<br />
<em> <small>/usr/bin/x11vnc -safer -forever -nopw -loopbg -auth /var/lib/gdm/:0.Xauth -display :0</small></em></li>
<li>and your done you should now be able to access your Ubuntu with VNC with a login screen.</li>
</ol>
<p>Before any body comments I know you should do it though inetd, but I&#8217;ve often had problems with that in the past so this is just something to allow you access from login with out the hassle of installing and configuring inetd.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulbrunt.co.uk/2008/10/30/ubuntu-vnc-the-quick-and-dirty-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
