<?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>tales from the crypt( )</title>
	<atom:link href="http://org.against.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://org.against.org</link>
	<description>slightly biased and undoubtful pieces of random information</description>
	<lastBuildDate>Mon, 19 Mar 2012 23:14:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Father&#8217;s Day &#8211; Dia do Pai &#8211; 19/03</title>
		<link>http://org.against.org/fathers-day-dia-do-pai-1903/</link>
		<comments>http://org.against.org/fathers-day-dia-do-pai-1903/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 23:12:34 +0000</pubDate>
		<dc:creator>bruno</dc:creator>
				<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://org.against.org/?p=241</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://org.against.org/wp-content/uploads/1903.png" alt="" title="1903" width="543" height="441" class="aligncenter size-full wp-image-242" /></p>
]]></content:encoded>
			<wfw:commentRss>http://org.against.org/fathers-day-dia-do-pai-1903/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>February</title>
		<link>http://org.against.org/february/</link>
		<comments>http://org.against.org/february/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 10:50:20 +0000</pubDate>
		<dc:creator>bruno</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[me]]></category>

		<guid isPermaLink="false">http://org.against.org/?p=239</guid>
		<description><![CDATA[&#8230; has just begun and is turning out to be quite an awesome month&#8230;]]></description>
			<content:encoded><![CDATA[<p>&#8230; has just begun and is turning out to be quite an awesome month&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://org.against.org/february/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle XE on CentOS</title>
		<link>http://org.against.org/oracle-xe-on-centos/</link>
		<comments>http://org.against.org/oracle-xe-on-centos/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 20:35:12 +0000</pubDate>
		<dc:creator>bruno</dc:creator>
				<category><![CDATA[BOFH]]></category>
		<category><![CDATA[geek stuff]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://org.against.org/?p=235</guid>
		<description><![CDATA[Through all those years being a DBA, I never really managed to get on the Oracle train as I wanted to. Hours and hours of training went by (which told me countless things I would fail to apply on real use scenarios), several months of operation and support, an infinite amount of time wasted in [...]]]></description>
			<content:encoded><![CDATA[<p>Through all those years being a DBA, I never really managed to get on the Oracle train as I wanted to. Hours and hours of training went by (which told me countless things I would fail to apply on real use scenarios), several months of operation and support, an infinite amount of time wasted in front of ISQL sessions with Korn Shell (so 19th century) bindings. A nightmare. Third party management apps made it suck a little less (out of which <a href="http://org.against.org/r.php?http://www.sqltools.net">SQL Tools</a>, free software, is REALLY a find), but from the management point of view, even Microsoft SQL Server got it better. </p>
<p>I never liked Oracle. Their website. Their logic. The tnsnames bluntness. Their stupid (and yet deterministic) error messages. Their (I&#8217;m lacking negative adjectives here, help) range of products. Their attitude. A little piece of me died when Sun and MySQL got into the Oracle bucket. Sigh. I respect the enterprise database product. I do. It&#8217;s probably (eh) quite powerful, but it&#8217;s too fucking much.</p>
<p>It&#8217;s frigging 2012 and I have to deal with people saying Oracle is better than MySQL for whatever they&#8217;re building while a single MySQL by my side peacefully deals with several requests per second on a 30 Gb database and tables with hundred million records. Eh. Whatever. </p>
<p>&lt;/rant&gt;</p>
<p>So I&#8217;m stuck with these guys saying I have to install Oracle Database Express Edition somewhere.<br />
After getting through a considerably bad registration form (which I cheerfully filled with fake data) to download the .rpm file (&#8220;Linux&#8221;, they say. Either that or a Windows .exe) and end up failing to install it seamlessly on the first two systems I tried. The first Ubuntu Server virtual machine failed to satisfy the dependencies (oh, the joy of building packages for multiple distributions), then it had too little swap memory (and that&#8217;s it: too little, it wouldn&#8217;t help by saying &#8220;hey, you need 10G of swap). Then I tried it on CentOS. Installed fine without any complains about dependencies or swap space.</p>
<p>For a moment there, I thought I would be having a field trip to DBA land again. Then I got a pretty clear (not) “Database Configuration failed. Look into /u01/app/oracle/product/11.2.0/xe/config/log for details” error message. The given directory, carefully perused, showed a bazillion entries saying &#8220;ORACLE not available&#8221;. No shit, Sherlock?</p>
<p>It turns out that the blocking issue was just me not having an entry on /etc/hosts with the same hostname as the one on /etc/sysconfig/network. That simple. I lost an hour looking at log files when a simple Google search could point me to the right place. </p>
<p>Oracle can be a quite powerful tool, I have to admit. I&#8217;m glad I no longer have to use it on a daily basis now. But it was about time they got the installation procedures a little clearer, no?</p>
]]></content:encoded>
			<wfw:commentRss>http://org.against.org/oracle-xe-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011: a sudo odissey</title>
		<link>http://org.against.org/2011-a-sudo-odissey/</link>
		<comments>http://org.against.org/2011-a-sudo-odissey/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 09:31:54 +0000</pubDate>
		<dc:creator>bruno</dc:creator>
				<category><![CDATA[BOFH]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://org.against.org/?p=199</guid>
		<description><![CDATA[I know. It&#8217;s &#8220;old&#8221;. But this is not: When it comes to security, you can never be too careful&#8230;]]></description>
			<content:encoded><![CDATA[<p><center><a href="http://org.against.org/r.php?http://xkcd.com/149/"><img src="http://imgs.xkcd.com/comics/sandwich.png" alt="" /></a></center></p>
<p>I know. It&#8217;s &#8220;old&#8221;. But this is not:</p>
<p><img class="aligncenter" src="http://org.against.org/wp-content/uploads/security1012.png" alt="" title="security101" width="542" height="321" class="alignnone size-full wp-image-219" /></p>
<p>When it comes to security, you can never be too careful&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://org.against.org/2011-a-sudo-odissey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>more portugese for dummies</title>
		<link>http://org.against.org/more-portugese-for-dummies/</link>
		<comments>http://org.against.org/more-portugese-for-dummies/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 16:50:56 +0000</pubDate>
		<dc:creator>bruno</dc:creator>
				<category><![CDATA[BOFH]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[portugese]]></category>
		<category><![CDATA[cardboard]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[technicolor]]></category>
		<category><![CDATA[tg582n]]></category>

		<guid isPermaLink="false">http://org.against.org/?p=222</guid>
		<description><![CDATA[Too good not to share&#8230; but then again, the spanish version doesn&#8217;t get any better&#8230; Spotted on a technicolor gateway.]]></description>
			<content:encoded><![CDATA[<p>Too good not to share&#8230;</p>
<p><img src="http://org.against.org/wp-content/uploads/PT.jpg" alt="" title="tg582pt" width="400" height="271" class="aligncenter size-full wp-image-223" /></p>
<p>but then again, the spanish version doesn&#8217;t get any better&#8230;</p>
<p><img src="http://org.against.org/wp-content/uploads/es.jpg" alt="" title="tg582ES" width="400" height="127" class="aligncenter size-full wp-image-224" /></p>
<p>Spotted on a <a href="http://org.against.org/r.php?http://www.technicolor.com">technicolor</a> gateway.</p>
]]></content:encoded>
			<wfw:commentRss>http://org.against.org/more-portugese-for-dummies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

