<?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>I sketch in code &#187; Sysadmin Tips</title>
	<atom:link href="http://blog.derakkilgo.com/category/sysadmin-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.derakkilgo.com</link>
	<description>Derak</description>
	<lastBuildDate>Tue, 24 Jan 2012 02:59:44 +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>XRDP is great</title>
		<link>http://blog.derakkilgo.com/2011/12/19/xrdp-is-great/</link>
		<comments>http://blog.derakkilgo.com/2011/12/19/xrdp-is-great/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 18:26:08 +0000</pubDate>
		<dc:creator>derak</dc:creator>
				<category><![CDATA[GNU\Linux]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Sysadmin Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[terminal server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xrdp]]></category>

		<guid isPermaLink="false">http://www.fistagon.us/?p=327</guid>
		<description><![CDATA[xrdp.org hosts an open-source implementation of Microsoft&#8217;s remote desktop protocol server. This is a great tool long overdue on GNU/Linux. Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a user with a graphical interface to another computer. Unlike VNC which simply forwards screen shots and keyboard input from another computer, [...]]]></description>
		<wfw:commentRss>http://blog.derakkilgo.com/2011/12/19/xrdp-is-great/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>O to Dev in 10 seconds with Ubuntu</title>
		<link>http://blog.derakkilgo.com/2011/07/18/o-to-dev-with-ubuntu/</link>
		<comments>http://blog.derakkilgo.com/2011/07/18/o-to-dev-with-ubuntu/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 14:52:23 +0000</pubDate>
		<dc:creator>derak</dc:creator>
				<category><![CDATA[GNU\Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sysadmin Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.fistagon.us/?p=270</guid>
		<description><![CDATA[The end result is to take a based install of ubuntu 10.x desktop and make it ready for php web development. These commands download about 500MB of software. Run it line by line as root or make a bash script out of it. #!/bin/bash #All of these steps must be done as root. if [ [...]]]></description>
		<wfw:commentRss>http://blog.derakkilgo.com/2011/07/18/o-to-dev-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP access to an ESXi datastore</title>
		<link>http://blog.derakkilgo.com/2011/06/24/ftp-access-to-an-esxi-datastore/</link>
		<comments>http://blog.derakkilgo.com/2011/06/24/ftp-access-to-an-esxi-datastore/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 03:46:51 +0000</pubDate>
		<dc:creator>derak</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[GNU\Linux]]></category>
		<category><![CDATA[Sysadmin Tips]]></category>
		<category><![CDATA[dirty-hack]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[static binary]]></category>
		<category><![CDATA[tips-tricks]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.fistagon.us/?p=257</guid>
		<description><![CDATA[Or how to get your stuff off an ESXi &#8216;free edition&#8217; box. There are many ways to get at your datastores on an ESXi box. The web interface. You could enable support mode and scp files around. Or you could even use the datastore browser in the vsphere client. I however was looking for a way to [...]]]></description>
		<wfw:commentRss>http://blog.derakkilgo.com/2011/06/24/ftp-access-to-an-esxi-datastore/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The complicated process for removing the &#8220;uncomplicated firewall&#8221;</title>
		<link>http://blog.derakkilgo.com/2011/01/22/the-complicated-process-for-removing-the-uncomplicated-firewall/</link>
		<comments>http://blog.derakkilgo.com/2011/01/22/the-complicated-process-for-removing-the-uncomplicated-firewall/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 06:00:25 +0000</pubDate>
		<dc:creator>derak</dc:creator>
				<category><![CDATA[GNU\Linux]]></category>
		<category><![CDATA[Sysadmin Tips]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ufw]]></category>

		<guid isPermaLink="false">http://www.fistagon.us/?p=229</guid>
		<description><![CDATA[If your new to linux, ufw is very useful tool. Really simple to install with ubuntu. However, should you choose to get rid of it for some reason, it leaves behind quite a mess. Here is a quick script to clean up the mess. Here is the whole process as a bash script: #!/usr/bin/bash iptables [...]]]></description>
		<wfw:commentRss>http://blog.derakkilgo.com/2011/01/22/the-complicated-process-for-removing-the-uncomplicated-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install errors from missing locales</title>
		<link>http://blog.derakkilgo.com/2011/01/09/install-errors-from-missing-locales/</link>
		<comments>http://blog.derakkilgo.com/2011/01/09/install-errors-from-missing-locales/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 11:51:45 +0000</pubDate>
		<dc:creator>derak</dc:creator>
				<category><![CDATA[GNU\Linux]]></category>
		<category><![CDATA[Sysadmin Tips]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[error_messages]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">/?p=194</guid>
		<description><![CDATA[While setting up a lamp stack in a VPS using ubuntu 10 LTR, I got the following error: Setting up php5-cli (5.3.2-1ubuntu4.5) ... perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US.utf8" are supported and installed on your system. perl: warning: Falling [...]]]></description>
		<wfw:commentRss>http://blog.derakkilgo.com/2011/01/09/install-errors-from-missing-locales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

