<?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>AquilaX's development blog &#187; Linux</title>
	<atom:link href="http://dev.horemag.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.horemag.net</link>
	<description>code and so on...</description>
	<lastBuildDate>Sun, 25 Apr 2010 07:48:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux batch encoding convert one liner</title>
		<link>http://dev.horemag.net/2008/11/27/linux-batch-encoding-convert-one-liner/</link>
		<comments>http://dev.horemag.net/2008/11/27/linux-batch-encoding-convert-one-liner/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 08:48:31 +0000</pubDate>
		<dc:creator>AquilaX</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[iconv]]></category>

		<guid isPermaLink="false">http://dev.horemag.net/?p=65</guid>
		<description><![CDATA[&#160;
find -name '*.php' -exec iconv -f cp1251 -t utf8 '{}' -o '{}'.utf8 \;
&#160;
Idea taken from here.
]]></description>
			<content:encoded><![CDATA[<pre class="bash">&nbsp;
find -name <span style="color: #ff0000;">'*.php'</span> -<span style="color: #000066;">exec</span> iconv -f cp1251 -t utf8 <span style="color: #ff0000;">'{}'</span> -o <span style="color: #ff0000;">'{}'</span>.utf8 \;
&nbsp;</pre>
<p>Idea taken from <a href="http://frosas.net/blog/entrades/batch-file-encoding-conversion-with-vim" onclick="javascript:urchinTracker('/outbound/article/http://frosas.net/blog/entrades/batch-file-encoding-conversion-with-vim');">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.horemag.net/2008/11/27/linux-batch-encoding-convert-one-liner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RT73 on Hardy Heron</title>
		<link>http://dev.horemag.net/2008/05/03/rt73-and-hardy-heron/</link>
		<comments>http://dev.horemag.net/2008/05/03/rt73-and-hardy-heron/#comments</comments>
		<pubDate>Sat, 03 May 2008 09:00:01 +0000</pubDate>
		<dc:creator>AquilaX</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[hardy heron]]></category>
		<category><![CDATA[rt73]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://dev.horemag.net/?p=58</guid>
		<description><![CDATA[If you happen to use rt73 wireless with serial monkey drivers, and after upgrading the wireless stopped to work, take a look at this thread on how to fix it. The good news is that rt73 adapters now work out of the box with Hardy. 
]]></description>
			<content:encoded><![CDATA[<p>If you happen to use rt73 wireless with serial monkey drivers, and after upgrading the wireless stopped to work, take a look at <a href="http://ubuntuforums.org/showthread.php?t=687450" onclick="javascript:urchinTracker('/outbound/article/http://ubuntuforums.org/showthread.php?t=687450');">this thread</a> on how to fix it. The good news is that rt73 adapters now work out of the box with Hardy. </p>
]]></content:encoded>
			<wfw:commentRss>http://dev.horemag.net/2008/05/03/rt73-and-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle with PHP5 on Linux</title>
		<link>http://dev.horemag.net/2007/11/21/oracle-with-php5-on-linux/</link>
		<comments>http://dev.horemag.net/2007/11/21/oracle-with-php5-on-linux/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 12:24:24 +0000</pubDate>
		<dc:creator>AquilaX</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://dev.horemag.net/2007/11/21/oracle-with-php5-on-linux/</guid>
		<description><![CDATA[Very nice and useful tutorial on how to run Oracle with PHP5 support on Linux (Debian) can be found on http://remorse.nl/weblog/debian_oracle_xe_and_php5/
Note Also be sure to set the NLS_LANG environment variable to the www-data user.
]]></description>
			<content:encoded><![CDATA[<p>Very nice and useful tutorial on how to run Oracle with PHP5 support on Linux (Debian) can be found on <a href="http://remorse.nl/weblog/debian_oracle_xe_and_php5/" onclick="javascript:urchinTracker('/outbound/article/http://remorse.nl/weblog/debian_oracle_xe_and_php5/');">http://remorse.nl/weblog/debian_oracle_xe_and_php5/</a></p>
<p><strong>Note</strong> Also be sure to set the NLS_LANG environment variable to the www-data user.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.horemag.net/2007/11/21/oracle-with-php5-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
