<?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>Ashley G Lee</title>
	<atom:link href="http://ashleyglee.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ashleyglee.com</link>
	<description>Portfolio &#38; Blog of Ashley Lee</description>
	<lastBuildDate>Sun, 08 May 2011 14:32:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Accessing my computer via VNC</title>
		<link>http://ashleyglee.com/accessing-my-computer-via-vnc/</link>
		<comments>http://ashleyglee.com/accessing-my-computer-via-vnc/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 14:15:17 +0000</pubDate>
		<dc:creator>Ashley Lee</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://ashleyglee.com/?p=282</guid>
		<description><![CDATA[Applications needed on Android device: ConnectBot &#8211; SSH Client androidVNC &#8211; VNC app Since I have more than 1 computer that I can access through ssh behind an external IP, then I need to use a different ssh port for each computer. Find the file /etc/ssh/sshd_config and change the line reading &#8220;Port 22&#8243; to &#8220;Port [...]]]></description>
			<content:encoded><![CDATA[<p>Applications needed on Android device:</p>
<ul>
<li>ConnectBot &#8211; SSH Client</li>
<li>androidVNC &#8211; VNC app</li>
</ul>
<p>Since I have more than 1 computer that I can access through ssh behind an external IP, then I need to use a different ssh port for each computer.  Find the file /etc/ssh/sshd_config and change the line reading &#8220;Port 22&#8243; to &#8220;Port 2222&#8243;.</p>
<pre class="brush: bash; title: ;">
# What ports, IPs and protocols we listen for
Port 2222
</pre>
<p>Stop and restart SSH:</p>
<pre class="brush: bash; gutter: false; title: ;">
$ sudo /etc/init.d/ssh restart
</pre>
<p>I then added this port to my firewall on my dsl router.</p>
<p>Run X11VNC:</p>
<pre class="brush: bash; gutter: false; title: ;">
$ x11vnc -safer -localhost -rfbport 5902 -nopw -once -noxfixes -auth ~/x11auth -display :0
</pre>
]]></content:encoded>
			<wfw:commentRss>http://ashleyglee.com/accessing-my-computer-via-vnc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up my Ubuntu Server</title>
		<link>http://ashleyglee.com/test/</link>
		<comments>http://ashleyglee.com/test/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 22:38:14 +0000</pubDate>
		<dc:creator>Ashley Lee</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://ashleyglee.com/?p=259</guid>
		<description><![CDATA[When I wanted to setup a home server, I had several things I wanted to accomplish. Media Server &#8211; wanted to access my movies and music Webserver Testing code to see if it displays properly: function test() : String { return 10; } Another test: sudo apt-get mediatomb sudo apt-get vlc sudo apt-get install imagemagick]]></description>
			<content:encoded><![CDATA[<p>When I wanted to setup a home server, I had several things I wanted to accomplish.</p>
<ul>
<li>Media Server &#8211; wanted to access my movies and music</li>
<li>Webserver</li>
</ul>
<p>Testing code to see if it displays properly:</p>
<pre class="brush: csharp; title: ;">
function test() : String
{
	return 10;
}
</pre>
<p>Another test:</p>
<pre class="brush: bash; title: ;">
sudo apt-get mediatomb
sudo apt-get vlc
sudo apt-get install imagemagick
</pre>
]]></content:encoded>
			<wfw:commentRss>http://ashleyglee.com/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://ashleyglee.com/welcome/</link>
		<comments>http://ashleyglee.com/welcome/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 14:39:48 +0000</pubDate>
		<dc:creator>Ashley Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ashleyglee.com/?p=55</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://ashleyglee.com/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

