<?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>Oscar Olim &#187; home</title>
	<atom:link href="http://oscarolim.com/tag/home/feed/" rel="self" type="application/rss+xml" />
	<link>http://oscarolim.com</link>
	<description>My home on the web</description>
	<lastBuildDate>Sun, 05 Feb 2012 13:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Latest updates</title>
		<link>http://oscarolim.com/2010/02/latest-updates/</link>
		<comments>http://oscarolim.com/2010/02/latest-updates/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 17:05:57 +0000</pubDate>
		<dc:creator>Oscar Olim</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Writing my mind]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[panasonic]]></category>
		<category><![CDATA[playstation]]></category>
		<category><![CDATA[studio]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://oscarolim.com/?p=363</guid>
		<description><![CDATA[Its been a couple of days since my last post, and yes, I really need to keep up with this, even if it is to write meaningless stuff :p Well, we can start with a nice update: got a new LCD TV, a 26 inches Panasonic Viera. PlayStation games have gained a new life now, ]]></description>
			<content:encoded><![CDATA[<p>Its been a couple of days since my last post, and yes, I really need to keep up with this, even if it is to write meaningless stuff :p</p>
<p>Well, we can start with a nice update: got a new LCD TV, a 26 inches Panasonic Viera. PlayStation games have gained a new life now, and I can play without bothering anyone else :p By the way, if you have a PS2 and a LCD TV, get a composite cable. The difference is amazingly substantial. If you got a PS3, well, just get a HDMI cable <img src='http://oscarolim.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Speaking of PlayStation games, I got to the 50% barrier on Gran Turismo 4. Just hopping to get to 100% before GT5 gets out, tough something tells me I still have plenty of time to do that.</p>
<p>I&#8217;m now looking for a new place as well. With the recession and all that one would expect prices to go down, but if anything they went up. So for now I&#8217;m on the lookout for a nice self contained studio.</p>
<p>Well, that&#8217;s it for now. Time to go back to GT4 and get up the ladder a little more.</p>
]]></content:encoded>
			<wfw:commentRss>http://oscarolim.com/2010/02/latest-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Having a domain (or subdomain) pointing to your home server</title>
		<link>http://oscarolim.com/2009/07/having-a-domain-or-subdomain-pointing-to-your-home-server/</link>
		<comments>http://oscarolim.com/2009/07/having-a-domain-or-subdomain-pointing-to-your-home-server/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 07:29:04 +0000</pubDate>
		<dc:creator>Oscar Olim</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[dyndns]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://oscarolim.com/?p=252</guid>
		<description><![CDATA[For quite some time I&#8217;ve always had a home server, and to access it, the better way, for the people who have a dynamic IP, like me, is to use a free service like DynDns or no-ip. The problem with this services is that it only gives you a subdomain, like server.dyndns.org. What if you ]]></description>
			<content:encoded><![CDATA[<p>For quite some time I&#8217;ve always had a home server, and to access it, the better way, for the people who have a dynamic IP, like me, is to use a free service like <a title="DynDns Website" href="http://www.dyndns.com/" target="_blank">DynDns</a> or <a title="no-ip website" href="http://www.no-ip.com/" target="_blank">no-ip</a>.</p>
<p>The problem with this services is that it only gives you a subdomain, like server.dyndns.org. What if you want to run a couple of virtual hosts in apache at your home server? You would need to pay this free services a fee, so that you could use your own top level domain, like something.com.</p>
<p>Well, if you already have a domain, and have a control panel to edit the DNS entries of it (if you don&#8217;t have a control panel, you should, so change your registrar), you could create as many subdomains as you want, and pointing them with a CNAME to the subdomain you created on dyndns or no-ip.</p>
<p>This way, your real subdomains are always up to date with the correct ip of your home server.</p>
<p>To recap:</p>
<p>On dyndns, create a domain: server.dyndns.org</p>
<p>On your domain control panel for something.com, create a subdomain server.something.com and point it with a CNAME registry to server.dyndns.org.</p>
<p>Now, when you use server.something.com, you will be redirected to your home server. If you have different subdomains on something.com pointing to the dyndns subdomain, you can control on apache which websites will be active for each subdomain using virtual hosts.</p>
<p>Hope this was usefull for all of you <img src='http://oscarolim.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://oscarolim.com/2009/07/having-a-domain-or-subdomain-pointing-to-your-home-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

