<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Life, Work and Technology</title>
	<link>http://blog.francispereira.com</link>
	<description>Francis Pereira&#039;s blog</description>
	<lastBuildDate>Tue, 27 Apr 2010 05:01:53 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>how to &#8211; enable spell check in firefox on fedora 12</title>
		<description><![CDATA[Quick fix:
$sudo yum install hunspell-en
Further reading:
Firefox does not spell check at Redhat&#8217;s Bugzilla
]]></description>
		<link>http://blog.francispereira.com/how-to-enable-spell-check-in-firefox-on-fedora12</link>
			</item>
	<item>
		<title>Aurora (webdev server) gets a  breath of new life</title>
		<description><![CDATA[Another day, another server that needs special attention. I keep moving operating systems from old hardware to new, from bare metal to virtual and vice-versa every now and then, but today was different.
What makes Aurora so special is &#8211; its the first server I setup at my current workplace while I was four months into [...]]]></description>
		<link>http://blog.francispereira.com/aurora-webdev-server-gets-a-breath-of-new-life</link>
			</item>
	<item>
		<title></title>
		<description><![CDATA[]]></description>
		<link>http://blog.francispereira.com/198</link>
			</item>
	<item>
		<title>/lib/ld-linux.so.2: bad ELF interpreter</title>
		<description><![CDATA[Running apps/binaries compiled for 32bit enviornments seems to throw up &#8220;/lib/ld-linux.so.2: bad ELF interpreter&#8221; on a 64bit platform.
Quick note  &#8211; glibc provides the libraries required to run 32bit apps on 64bit platform, so the next time you come across this on a distro that uses the rpm package manager simply:
$sudo yum install glibc.i686
]]></description>
		<link>http://blog.francispereira.com/libld-linux-so-2-bad-elf-interpreter</link>
			</item>
	<item>
		<title>How-to: Flash Player 10 for 64-bit Linux ( in 4 easy steps )</title>
		<description><![CDATA[Adobe&#8217;s newly released 64bit flash plugin for Firefox running on GNU+Linux makes installation on 64-bit operating systems a walk in the park ( like I said &#8211; 4 easy steps )

Download the plugin from http://labs.adobe.com/downloads/flashplayer10_64bit.html . Direct download link
Extract libflashplayer.so from the downloaded file
copy libflashplayer.so to /home/&#60;username&#62;/.mozilla/plugins/
restart Firefox !

]]></description>
		<link>http://blog.francispereira.com/how-to-flash-player-10-for-64bit-linux-4-easy-steps</link>
			</item>
	<item>
		<title>dhclient triggers / hooks with dhclient-script</title>
		<description><![CDATA[dhclient overwrites custom network configuration (read routes) with the defaults provided from the dhcp server. dhclient-script can be used to set custom rules for dhclient. It provides a way to hook into dhclient before and after updating network configuration.
Application specific DHCP options can be handled by creating a script with two functions and placing it [...]]]></description>
		<link>http://blog.francispereira.com/dhclient-triggers-hooks-with-dhclient-script</link>
			</item>
	<item>
		<title>phplist 2.10.10 : fixing FCK editor&#8217;s image upload problem</title>
		<description><![CDATA[I spent the last hour fixing this trivial bug. Posting it so that it helps save someone&#8217;s time
Open file :
PHPListRoot/admin/FCKeditor/editor/filemanager/connectors/phplist/config.php 
on line number 28 change:
} elseif (is_file('../../../../../../../../config/config.php')) {  
to:
} elseif (is_file('../../../../../../config/config.php')) { 
and on line number 29, change: 
  include "../../../../../../../../config/config.php"; 
to
  include "../../../../../../config/config.php"; 
Thats it! Save the file and you should [...]]]></description>
		<link>http://blog.francispereira.com/phplist-2-10-10-fixing-fck-editors-image-upload-problem</link>
			</item>
</channel>
</rss>
