<?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>[blog.rayfoo] &#187; Ubuntu</title>
	<atom:link href="http://blog.rayfoo.info/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rayfoo.info</link>
	<description>Here&#039;s where I write stuff, and you read what I wrote.</description>
	<lastBuildDate>Fri, 30 Jul 2010 04:30:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Doing geolocation lookups in command line</title>
		<link>http://blog.rayfoo.info/2010/07/doing-geolocation-lookups-in-command-line</link>
		<comments>http://blog.rayfoo.info/2010/07/doing-geolocation-lookups-in-command-line#comments</comments>
		<pubDate>Thu, 08 Jul 2010 09:41:40 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[APT]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.rayfoo.info/?p=624</guid>
		<description><![CDATA[Did you know that it&#8217;s possible to do your own geoip lookups from the linux command line? You need to install the geoip-bin package in Ubuntu/Debian&#8217;s APT system: $ sudo apt-get install geoip-bin Then after which, lookups can be done as simply as: $ geoiplookup 8.8.8.8 GeoIP Country Edition: US, United States Note that the [...]]]></description>
		<wfw:commentRss>http://blog.rayfoo.info/2010/07/doing-geolocation-lookups-in-command-line/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting IDNs in Ubuntu</title>
		<link>http://blog.rayfoo.info/2010/07/converting-idns-in-ubuntu</link>
		<comments>http://blog.rayfoo.info/2010/07/converting-idns-in-ubuntu#comments</comments>
		<pubDate>Wed, 07 Jul 2010 15:56:06 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[APT]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[ICANN]]></category>
		<category><![CDATA[IDN]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[punycode]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.rayfoo.info/?p=613</guid>
		<description><![CDATA[With the start of Internationalized domain names (IDNs) it sparked my interest since it requires conversion to punycode in order to continue working with existing DNS systems/applications, which work with ASCII. Taking a search through Ubuntu&#8217;s APT system, to see whether any IDN related tools are available&#8230; $ apt-cache search punycode libidn11 &#8211; GNU Libidn library, [...]]]></description>
		<wfw:commentRss>http://blog.rayfoo.info/2010/07/converting-idns-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metasploitable!</title>
		<link>http://blog.rayfoo.info/2010/05/metasploitable</link>
		<comments>http://blog.rayfoo.info/2010/05/metasploitable#comments</comments>
		<pubDate>Fri, 21 May 2010 14:14:23 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[practice]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vulnerable]]></category>

		<guid isPermaLink="false">http://blog.rayfoo.info/?p=559</guid>
		<description><![CDATA[Metasploit now has a utility to allow people to practise pentesting on a controlled environment.  Termed &#8220;Metasploitable&#8221;, I&#8217;m guessing it is because it is &#8220;pwnable&#8221; It&#8217;s basically an Ubuntu 8.04 server on a VMware 6.5 image, running plenty of old and vulnerable services.  Yummy! It is available to Metasploit Express customers from the Customer Center, [...]]]></description>
		<wfw:commentRss>http://blog.rayfoo.info/2010/05/metasploitable/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Terminal) Easter Eggs</title>
		<link>http://blog.rayfoo.info/2010/02/terminal-easter-eggs</link>
		<comments>http://blog.rayfoo.info/2010/02/terminal-easter-eggs#comments</comments>
		<pubDate>Mon, 08 Feb 2010 09:07:57 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[APT]]></category>
		<category><![CDATA[easter egg]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.rayfoo.info/?p=419</guid>
		<description><![CDATA[Friend of mine showed me a link to this video (http://www.youtube.com/watch?v=b-OhjAD937s) showing some easter eggs that can be done within Ubuntu&#8217;s terminal. Apparently it can be done on any linux terminal, as long as you have the correct version of apt or aptitude installed, so give it a try and enjoy! The commands that can [...]]]></description>
		<wfw:commentRss>http://blog.rayfoo.info/2010/02/terminal-easter-eggs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu 7.04 server in VirtualBox</title>
		<link>http://blog.rayfoo.info/2010/02/installing-ubuntu-7-04-server-in-virtualbox</link>
		<comments>http://blog.rayfoo.info/2010/02/installing-ubuntu-7-04-server-in-virtualbox#comments</comments>
		<pubDate>Fri, 05 Feb 2010 07:55:53 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Metasploit]]></category>
		<category><![CDATA[Offensive Security]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[VMware Player]]></category>

		<guid isPermaLink="false">http://blog.rayfoo.info/?p=413</guid>
		<description><![CDATA[As part of the fiddling around with Metasploit, there came the need to install a victim box to test things on (we don&#8217;t want to be attacking a live site don&#8217;t we?  Especially one that we don&#8217;t own&#8230;), so here&#8217;s a modification of the instructions found at Offensive Security&#8217;s walkthrough for our needs. I wanted [...]]]></description>
		<wfw:commentRss>http://blog.rayfoo.info/2010/02/installing-ubuntu-7-04-server-in-virtualbox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating APT&#8217;s trusted keys</title>
		<link>http://blog.rayfoo.info/2009/11/updating-apts-trusted-keys</link>
		<comments>http://blog.rayfoo.info/2009/11/updating-apts-trusted-keys#comments</comments>
		<pubDate>Sat, 28 Nov 2009 14:16:37 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[APT]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.rayfoo.info/?p=384</guid>
		<description><![CDATA[If you&#8217;re running an apt-get install or aptitude install command, and you get WARNING: The following packages cannot be authenticated!, running sudo aptitude reinstall ubuntu-keyring might do the trick~ [via Fool's Wisdom] Related posts that you might be interested in...July 8, 2010 -- Doing geolocation lookups in command line (0)July 7, 2010 -- Converting IDNs [...]]]></description>
		<wfw:commentRss>http://blog.rayfoo.info/2009/11/updating-apts-trusted-keys/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVPN client fails after running update-resolv-conf</title>
		<link>http://blog.rayfoo.info/2009/11/openvpn-client-fails-after-running-update-resolv-conf</link>
		<comments>http://blog.rayfoo.info/2009/11/openvpn-client-fails-after-running-update-resolv-conf#comments</comments>
		<pubDate>Tue, 17 Nov 2009 02:46:17 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[OpenVPN]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.rayfoo.info/?p=352</guid>
		<description><![CDATA[OpenVPN client on Ubuntu &#8220;suddenly&#8221; stopped working.  A look through the logs showed that the update-resolv-conf script seems to be failing&#8230; ovpn-openvpn[3552]: /etc/openvpn/update-resolv-conf tun0 1500 1542 x.x.x.x x.x.x.x init ovpn-openvpn[3552]: script failed: external program exited with error status: 1 A quick trace of the update-resolv-conf script shows that the problem&#8217;s with resolvconf: resolvconf: Error: /etc/resolv.conf [...]]]></description>
		<wfw:commentRss>http://blog.rayfoo.info/2009/11/openvpn-client-fails-after-running-update-resolv-conf/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
