<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://www.linuxweblog.com">
<channel>
 <title>LinuxWebLog.com - Tips, Tricks, Resources and Guides for Linux Users ;-P</title>
 <link>http://www.linuxweblog.com</link>
 <description>Blogging for Linux and Open Source Enthusiasts!!</description>
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/linuxweblog" /><feedburner:info uri="linuxweblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
 <title>php with mysqlnd support</title>
 <link>http://feedproxy.google.com/~r/linuxweblog/~3/VTuH4C88gwk/php-mysqlnd-support</link>
 <description>&lt;p&gt;You can now get the latest PHP with mysqlnd (MySQL Native Driver) support via remis' yum repository as mentioned in &lt;a href="http://blog.famillecollet.com/post/2009/11/14/PHP-5.3,-zts-and-mysqlnd"&gt;PHP-5.3,-zts-and-mysqlnd&lt;/a&gt;. The blog mentions that this is enabld in php-zts. However, no php-pecl extension are available and neither are some of the extensions thread safe. So I went about rebuilding php package from source for mysqlnd support.&lt;/p&gt;
&lt;ol&gt;
&lt;li /&gt;Download the source php rpm from &lt;a href="http://rpms.famillecollet.com/SRPMS/"&gt;http://rpms.famillecollet.com/SRPMS/&lt;/a&gt; . Note, I have used php-5.3.2 which is the latest as of this writing.&lt;br /&gt;
&lt;li /&gt;Install and apply the below diff patch to the spec file via `patch -p0 &lt; {new_patch_file}` where "new_patch_file" has the below contents:
&lt;p&gt;&lt;div class="codeblock"&gt;&lt;code&gt;--- php-5.3.2-remi.spec.orig	2010-03-11 23:07:04.000000000 -0600&lt;br /&gt;+++ php-5.3.2-remi.spec	2010-03-11 23:36:03.000000000 -0600&lt;br /&gt;@@ -24,6 +24,7 @@&lt;br /&gt; %global phpversion 5.3.2&lt;br /&gt; &lt;br /&gt; # Optional components; pass &amp;quot;--with mssql&amp;quot; etc to rpmbuild.&lt;br /&gt;+%define with_mysqlnd 	%{?_with_mysqlnd:1}%{!?_with_mysqlnd:0}&lt;br /&gt; %define with_oci8 	%{?_with_oci8:1}%{!?_with_oci8:0}&lt;br /&gt; %define with_ibase 	%{?_with_ibase:1}%{!?_with_ibase:0}&lt;br /&gt; %if %{?rhel}%{?fedora} &amp;gt; 4&lt;br /&gt;@@ -677,6 +678,11 @@&lt;br /&gt; %if %{?fedora}%{?rhel:99} &amp;gt;= 10&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-system-tzdata \&lt;br /&gt; %endif&lt;br /&gt;+%if %{with_mysqlnd}&lt;br /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-mysql=shared,mysqlnd \&lt;br /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-mysqli=shared,mysqlnd \&lt;br /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-pdo-mysql=shared,mysqlnd \&lt;br /&gt;+%endif&lt;br /&gt; 	$* &lt;br /&gt; if test $? != 0; then &lt;br /&gt;&amp;nbsp;&amp;nbsp; tail -500 config.log&lt;br /&gt;@@ -704,8 +710,13 @@&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --enable-dba=shared --with-db4=%{_prefix} \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-xmlrpc=shared \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-ldap=shared --with-ldap-sasl \&lt;br /&gt;+%if %{with_mysqlnd}&lt;br /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-mysql=shared,mysqlnd \&lt;br /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-mysqli=shared,mysqlnd \&lt;br /&gt;+%else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-mysql=shared,%{_prefix} \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-mysqli=shared,%{_bindir}/mysql_config \&lt;br /&gt;+%endif&lt;br /&gt; %ifarch x86_64&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %{?_with_oci8:--with-oci8=shared,instantclient,%{_libdir}/oracle/%{oraclever}/client64/lib,%{oraclever}} \&lt;br /&gt; %else&lt;br /&gt;@@ -725,7 +736,11 @@&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --enable-fastcgi \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --enable-pdo=shared \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-pdo-odbc=shared,unixODBC,%{_prefix} \&lt;br /&gt;+%if %{with_mysqlnd}&lt;br /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-pdo-mysql=shared,mysqlnd \&lt;br /&gt;+%else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-pdo-mysql=shared,%{_prefix} \&lt;br /&gt;+%endif&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-pdo-pgsql=shared,%{_prefix} \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-pdo-sqlite=shared,%{_prefix} \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-pdo-dblib=shared,%{_prefix} \&lt;br /&gt;@@ -756,6 +771,16 @@&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --with-recode=shared,%{_prefix}&lt;br /&gt; popd&lt;br /&gt; &lt;br /&gt;+%if %{with_mysqlnd}&lt;br /&gt;+without_shared=&amp;quot;--without-gd \&lt;br /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --disable-dom --disable-dba --without-unixODBC \&lt;br /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --disable-xmlreader --disable-xmlwriter \&lt;br /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --without-sqlite \&lt;br /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --disable-phar --disable-fileinfo \&lt;br /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --disable-json --without-pspell --disable-wddx \&lt;br /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --without-curl --disable-posix \&lt;br /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --disable-sysvmsg --disable-sysvshm --disable-sysvsem&amp;quot;&lt;br /&gt;+%else&lt;br /&gt; without_shared=&amp;quot;--without-mysql --without-gd \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --disable-dom --disable-dba --without-unixODBC \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --disable-pdo --disable-xmlreader --disable-xmlwriter \&lt;br /&gt;@@ -764,6 +789,7 @@&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --disable-json --without-pspell --disable-wddx \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --without-curl --disable-posix \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --disable-sysvmsg --disable-sysvshm --disable-sysvsem&amp;quot;&lt;br /&gt;+%endif&lt;br /&gt; &lt;br /&gt; # Build Apache module, and the CLI SAPI, /usr/bin/php&lt;br /&gt; pushd build-apache&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;li /&gt;Package with:&lt;br /&gt;
&lt;pre&gt;
rpmbuild -bb --with mysqlnd --define "rhel 5" SPECS/php-5.3.2-remi.spec
&lt;/pre&gt;&lt;li /&gt;To install via yum, change to the directory where rpms are located and recreate the repodata via:&lt;br /&gt;
&lt;div class="codeblock"&gt;&lt;code&gt;createrepo .&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;li /&gt;Note: you may need to install some of the missing dependent devel packages. I used a combination of base, epel and remi repository to install the dependencies.
&lt;/ol&gt;
&lt;p&gt;&lt;a href="http://www.linuxweblog.com/blogs/sandip/20100313/php-mysqlnd-support"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=VTuH4C88gwk:D4Nz6YUPmJY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=VTuH4C88gwk:D4Nz6YUPmJY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=VTuH4C88gwk:D4Nz6YUPmJY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=VTuH4C88gwk:D4Nz6YUPmJY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=VTuH4C88gwk:D4Nz6YUPmJY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=VTuH4C88gwk:D4Nz6YUPmJY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=VTuH4C88gwk:D4Nz6YUPmJY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=VTuH4C88gwk:D4Nz6YUPmJY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.linuxweblog.com/blogs/sandip/20100313/php-mysqlnd-support#comments</comments>
 <category domain="http://www.linuxweblog.com/blog-tags/database/mysql">MySQL</category>
 <category domain="http://www.linuxweblog.com/blog-tags/mysqli">mysqli</category>
 <category domain="http://www.linuxweblog.com/blog-tags/mysqlnd">mysqlnd</category>
 <category domain="http://www.linuxweblog.com/blog-tags/pdo">pdo</category>
 <category domain="http://www.linuxweblog.com/blog-tags/scripting/php">PHP</category>
 <pubDate>Sat, 13 Mar 2010 07:11:58 +0000</pubDate>
 <dc:creator>sandip</dc:creator>
 <guid isPermaLink="false">1020 at http://www.linuxweblog.com</guid>
<feedburner:origLink>http://www.linuxweblog.com/blogs/sandip/20100313/php-mysqlnd-support</feedburner:origLink></item>
<item>
 <title>FBReader - e-book reader for Linux desktops</title>
 <link>http://feedproxy.google.com/~r/linuxweblog/~3/-hRBcll13pI/fbreader-e-book-reader-linux-desktops</link>
 <description>&lt;p&gt;FBReader is an e-book reader. It currently works on the Sharp Zaurus, Siemens Simpad with Opensimpad ROM, Nokia&lt;br /&gt;
Internet Tablet (Maemo platform), Archos PMA430, Motorola E680i/A780/A1200 smartphones, PepperPad 3, Asus Eee PC, IRex iLiad, UMPC, and desktop computers running Linux, Windows XP/Vista, or FreeBSD. It supports several e-book formats: epub, plucker, palmdoc, zTXT, HTML, CHM, fb2, TCR (psion text), OEB, OpenReader, RTF, non-DRM'ed Mobipocket, and plain text. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ubuntugeek.com/fbreader-e-book-reader-for-linux-desktops.html" title="Go to the original news source."&gt;Original news source&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=-hRBcll13pI:EkS6R3PGtL0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=-hRBcll13pI:EkS6R3PGtL0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=-hRBcll13pI:EkS6R3PGtL0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=-hRBcll13pI:EkS6R3PGtL0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=-hRBcll13pI:EkS6R3PGtL0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=-hRBcll13pI:EkS6R3PGtL0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=-hRBcll13pI:EkS6R3PGtL0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=-hRBcll13pI:EkS6R3PGtL0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.linuxweblog.com/links/david23/20100308/fbreader-e-book-reader-linux-desktops#comments</comments>
 <pubDate>Mon, 08 Mar 2010 08:40:28 +0000</pubDate>
 <dc:creator>david23</dc:creator>
 <guid isPermaLink="false">1019 at http://www.linuxweblog.com</guid>
<feedburner:origLink>http://www.linuxweblog.com/links/david23/20100308/fbreader-e-book-reader-linux-desktops</feedburner:origLink></item>
<item>
 <title>Advance Linux Programming</title>
 <link>http://feedproxy.google.com/~r/linuxweblog/~3/d2JgYMJT5Ws/advance-linux-programming</link>
 <description>&lt;p&gt;Advanced Linux Programming is published under the Open Publication License, Version 1, no options exercised.&lt;/p&gt;
&lt;p&gt;If you're a developer already experienced with programming for the GNU/Linux system, are experienced with another UNIX-like system and are interested in developing GNU/Linux software, or want to make the transition for a non-UNIX environment and are already familiar with the general principles of writing good software, this book is for you...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.advancedlinuxprogramming.com/" title="Go to the original news source."&gt;Original news source&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=d2JgYMJT5Ws:9VOqx854_Vs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=d2JgYMJT5Ws:9VOqx854_Vs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=d2JgYMJT5Ws:9VOqx854_Vs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=d2JgYMJT5Ws:9VOqx854_Vs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=d2JgYMJT5Ws:9VOqx854_Vs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=d2JgYMJT5Ws:9VOqx854_Vs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=d2JgYMJT5Ws:9VOqx854_Vs:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=d2JgYMJT5Ws:9VOqx854_Vs:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.linuxweblog.com/links/sandip/20100303/advance-linux-programming#comments</comments>
 <category domain="http://www.linuxweblog.com/link-tags/linux">linux</category>
 <category domain="http://www.linuxweblog.com/link-tags/programming">programming</category>
 <pubDate>Wed, 03 Mar 2010 21:37:40 +0000</pubDate>
 <dc:creator>sandip</dc:creator>
 <guid isPermaLink="false">1018 at http://www.linuxweblog.com</guid>
<feedburner:origLink>http://www.linuxweblog.com/links/sandip/20100303/advance-linux-programming</feedburner:origLink></item>
<item>
 <title>Cinecutie - New Video editor and composer for Linux</title>
 <link>http://feedproxy.google.com/~r/linuxweblog/~3/ByXe9gaMKwc/cinecutie-new-video-editor-and-composer-linux</link>
 <description>&lt;p&gt;After lot of time spent to learn the cinelerra code, I want to move an other step on the opensource contribute. I’m started from tangolerra project made by Franco Iacomella and after an hard job with svg I made my personal mochup&lt;br /&gt;
of Cinelerra called Cutiehd. But when I started to work on the mochup of Cinelerra 2.1cv I tryed to enable again&lt;br /&gt;
the support of font antialias (xft), write a draft of Utf-8 support, rewrite some parts of titler code and adapt&lt;br /&gt;
the svg plugin from the Cinelerrasv by “Simeon Völkel”. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ubuntugeek.com/cinecutie-new-video-editor-and-composer-for-linux.html" title="Go to the original news source."&gt;Original news source&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=ByXe9gaMKwc:x3gk8teGUJI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=ByXe9gaMKwc:x3gk8teGUJI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=ByXe9gaMKwc:x3gk8teGUJI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=ByXe9gaMKwc:x3gk8teGUJI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=ByXe9gaMKwc:x3gk8teGUJI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=ByXe9gaMKwc:x3gk8teGUJI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=ByXe9gaMKwc:x3gk8teGUJI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=ByXe9gaMKwc:x3gk8teGUJI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.linuxweblog.com/links/david23/20100215/cinecutie-new-video-editor-and-composer-linux#comments</comments>
 <pubDate>Mon, 15 Feb 2010 10:19:01 +0000</pubDate>
 <dc:creator>david23</dc:creator>
 <guid isPermaLink="false">1017 at http://www.linuxweblog.com</guid>
<feedburner:origLink>http://www.linuxweblog.com/links/david23/20100215/cinecutie-new-video-editor-and-composer-linux</feedburner:origLink></item>
<item>
 <title>In place variable substitution with AWK</title>
 <link>http://feedproxy.google.com/~r/linuxweblog/~3/IQ75aHzn2XM/place-variable-substitution-awk</link>
 <description>&lt;p&gt;The content of the input file becomes stdin for rm and awk. rm ignores the input and removes the file, but its file descriptor remains open until both commands, rm and awk is complete. AWK process this "nameless" file and creates a new file:&lt;/p&gt;
&lt;p&gt;&lt;div class="codeblock"&gt;&lt;code&gt;&amp;nbsp; { rm $CSV_FILE &amp;amp;&amp;amp; awk -F&amp;#039;,&amp;#039; -v stid=&amp;quot;$ST_ID&amp;quot; &amp;#039;$1 ~ stid {gsub(/&amp;amp;/,&amp;quot;&amp;quot;,$7)}1&amp;#039; &amp;gt; $CSV_FILE; } &amp;lt; $CSV_FILE&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li /&gt;"-v" sets the awk variable that is passed in via shell script variable.&lt;br /&gt;
&lt;li /&gt;"gsub" replaces with "" all occurrence of &amp;amp; in the 7th field. Use "sub" for single/first occurrence substitution or GNU Awk's gensub for more articulated substitutions.&lt;br /&gt;
&lt;li /&gt;"1" is a shortcut which means print the current record:
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://www.linuxweblog.com/blogs/sandip/20100204/place-variable-substitution-awk"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=IQ75aHzn2XM:qVrkBv4wSSA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=IQ75aHzn2XM:qVrkBv4wSSA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=IQ75aHzn2XM:qVrkBv4wSSA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=IQ75aHzn2XM:qVrkBv4wSSA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=IQ75aHzn2XM:qVrkBv4wSSA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=IQ75aHzn2XM:qVrkBv4wSSA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=IQ75aHzn2XM:qVrkBv4wSSA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=IQ75aHzn2XM:qVrkBv4wSSA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.linuxweblog.com/blogs/sandip/20100204/place-variable-substitution-awk#comments</comments>
 <category domain="http://www.linuxweblog.com/blog-tags/programming/awk">AWK</category>
 <category domain="http://www.linuxweblog.com/blog-tags/gsub">gsub</category>
 <pubDate>Thu, 04 Feb 2010 17:21:23 +0000</pubDate>
 <dc:creator>sandip</dc:creator>
 <guid isPermaLink="false">1016 at http://www.linuxweblog.com</guid>
<feedburner:origLink>http://www.linuxweblog.com/blogs/sandip/20100204/place-variable-substitution-awk</feedburner:origLink></item>
<item>
 <title>pecl runkit with php-5.2.x</title>
 <link>http://feedproxy.google.com/~r/linuxweblog/~3/IRrD6omFGeA/pecl-runkit-php-52x</link>
 <description>&lt;p&gt;As of writing, the current pecl runkit-0.9 package does not compile with PHP 5.2+ . Below is how I got the latest installed from svn trunk on CentOS-5.4 with php-5.2.9.&lt;/p&gt;
&lt;ul&gt;
&lt;li /&gt;Install runkit:&lt;br /&gt;
&lt;div class="codeblock"&gt;&lt;code&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; svn co http://svn.php.net/repository/pecl/runkit/trunk/&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cd trunk&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; phpize&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ./configure&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; make&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; make install&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;li /&gt;Create "/etc/php.d/runkit.ini":&lt;br /&gt;
&lt;div class="codeblock"&gt;&lt;code&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; extension=runkit.so&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;li /&gt; Restart apache and validate with phpinfo.
&lt;/ul&gt;
&lt;p&gt;Note: you would need php-pear and php-devel installed already.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.linuxweblog.com/blogs/sandip/20100121/pecl-runkit-php-52x"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=IRrD6omFGeA:jUJzXaVdbVo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=IRrD6omFGeA:jUJzXaVdbVo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=IRrD6omFGeA:jUJzXaVdbVo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=IRrD6omFGeA:jUJzXaVdbVo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=IRrD6omFGeA:jUJzXaVdbVo:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=IRrD6omFGeA:jUJzXaVdbVo:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=IRrD6omFGeA:jUJzXaVdbVo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=IRrD6omFGeA:jUJzXaVdbVo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.linuxweblog.com/blogs/sandip/20100121/pecl-runkit-php-52x#comments</comments>
 <category domain="http://www.linuxweblog.com/blog-tags/pecl">pecl</category>
 <category domain="http://www.linuxweblog.com/blog-tags/scripting/php">PHP</category>
 <category domain="http://www.linuxweblog.com/blog-tags/runkit">runkit</category>
 <pubDate>Thu, 21 Jan 2010 21:11:57 +0000</pubDate>
 <dc:creator>sandip</dc:creator>
 <guid isPermaLink="false">1015 at http://www.linuxweblog.com</guid>
<feedburner:origLink>http://www.linuxweblog.com/blogs/sandip/20100121/pecl-runkit-php-52x</feedburner:origLink></item>
<item>
 <title>Create Custom Ubuntu Live-CD With Remastersys in Karmic</title>
 <link>http://feedproxy.google.com/~r/linuxweblog/~3/NjNS14FN6UM/create-custom-ubuntu-live-cd-remastersys-karmic</link>
 <description>&lt;p&gt;Remastersys is a tool that can be used to do 2 things with an existing Klikit or Ubuntu or derivative installation.It can make a full system backup including personal data to a live cd or dvd that you can use anywhere and install. It can make a distributable copy you can share with friends. This will not have any of your personal user data in it.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ubuntugeek.com/create-custom-ubuntu-live-cd-with-remastersys-in-karmic.html" title="Go to the original news source."&gt;Original news source&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=NjNS14FN6UM:8ftd6FdTrC0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=NjNS14FN6UM:8ftd6FdTrC0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=NjNS14FN6UM:8ftd6FdTrC0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=NjNS14FN6UM:8ftd6FdTrC0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=NjNS14FN6UM:8ftd6FdTrC0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=NjNS14FN6UM:8ftd6FdTrC0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=NjNS14FN6UM:8ftd6FdTrC0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=NjNS14FN6UM:8ftd6FdTrC0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.linuxweblog.com/links/david23/20100120/create-custom-ubuntu-live-cd-remastersys-karmic#comments</comments>
 <pubDate>Wed, 20 Jan 2010 11:27:39 +0000</pubDate>
 <dc:creator>david23</dc:creator>
 <guid isPermaLink="false">1014 at http://www.linuxweblog.com</guid>
<feedburner:origLink>http://www.linuxweblog.com/links/david23/20100120/create-custom-ubuntu-live-cd-remastersys-karmic</feedburner:origLink></item>
<item>
 <title> y2k10 bug in SpamAssassin </title>
 <link>http://feedproxy.google.com/~r/linuxweblog/~3/FW7Uy2-G_po/y2k10-bug-spamassassin</link>
 <description>&lt;p&gt;If running 3.2.x version of SpamAssassin... (check with `spamassassin -V`) there is a y2k10 bug in the FH_DATE_PAST_20XX rule, causing all mails getting an extra 3.4 points:&lt;/p&gt;
&lt;p&gt;Reference: &lt;a href="https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6269"&gt;SA Bugzilla – Bug 6269&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The fix mentioned is to update the rules using `sa-update` and restart spamd. The rules in the update directory at /var/lib/spamasassin will get updated.&lt;/p&gt;
&lt;p&gt;With the fix applied you should no longer see FH_DATE_PAST_20XX in the logs.&lt;/p&gt;
&lt;p&gt;For a manual fix, update /usr/share/spamassassin/72_active.cf and change:&lt;/p&gt;
&lt;p&gt;&lt;div class="codeblock"&gt;&lt;code&gt;header&amp;nbsp;&amp;nbsp; FH_DATE_PAST_20XX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date =~ /20[1-9][0-9]/ [if-unset: 2006]&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;to:&lt;/p&gt;
&lt;p&gt;&lt;div class="codeblock"&gt;&lt;code&gt;header&amp;nbsp;&amp;nbsp; FH_DATE_PAST_20XX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date =~ /20[2-9][0-9]/ [if-unset: 2006]&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Related reading on sa-update: &lt;a href="http://wiki.apache.org/spamassassin/RuleUpdates"&gt;SpamAssassin RuleUpdates&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.linuxweblog.com/blogs/sandip/20100119/y2k10-bug-spamassassin"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=FW7Uy2-G_po:w-d6qjg4e3Y:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=FW7Uy2-G_po:w-d6qjg4e3Y:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=FW7Uy2-G_po:w-d6qjg4e3Y:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=FW7Uy2-G_po:w-d6qjg4e3Y:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=FW7Uy2-G_po:w-d6qjg4e3Y:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=FW7Uy2-G_po:w-d6qjg4e3Y:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=FW7Uy2-G_po:w-d6qjg4e3Y:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=FW7Uy2-G_po:w-d6qjg4e3Y:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.linuxweblog.com/blogs/sandip/20100119/y2k10-bug-spamassassin#comments</comments>
 <category domain="http://www.linuxweblog.com/blog-tags/spamassasin">spamassasin</category>
 <category domain="http://www.linuxweblog.com/blog-tags/y2k">y2k</category>
 <pubDate>Tue, 19 Jan 2010 16:29:37 +0000</pubDate>
 <dc:creator>sandip</dc:creator>
 <guid isPermaLink="false">1013 at http://www.linuxweblog.com</guid>
<feedburner:origLink>http://www.linuxweblog.com/blogs/sandip/20100119/y2k10-bug-spamassassin</feedburner:origLink></item>
<item>
 <title>Permanent SSH Tunnel Between Linux Servers</title>
 <link>http://feedproxy.google.com/~r/linuxweblog/~3/_wvujXp5Q78/permanent-ssh-tunnel-between-linux-servers</link>
 <description>&lt;p&gt;I recently had a need to create a permanent SSH tunnel between Linux servers. My need was to allow regular non-encrypted MySQL connections over an encrypted tunnel, but there could be many other uses as well. Google can identify plenty of resources regarding the fundamental SSH commands for port forwarding but I didn’t ever find a good resource for setting up a connection and ensuring that it remains active, which is what I hope to provide here...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.brandonchecketts.com/archives/creating-a-permanent-ssh-tunnel-between-linux-servers" title="Go to the original news source."&gt;Original news source&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=_wvujXp5Q78:SKUHwVavfH4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=_wvujXp5Q78:SKUHwVavfH4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=_wvujXp5Q78:SKUHwVavfH4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=_wvujXp5Q78:SKUHwVavfH4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=_wvujXp5Q78:SKUHwVavfH4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=_wvujXp5Q78:SKUHwVavfH4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=_wvujXp5Q78:SKUHwVavfH4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=_wvujXp5Q78:SKUHwVavfH4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.linuxweblog.com/links/sandip/20100116/permanent-ssh-tunnel-between-linux-servers#comments</comments>
 <category domain="http://www.linuxweblog.com/link-tags/ssh">ssh</category>
 <category domain="http://www.linuxweblog.com/link-tags/tunnel">tunnel</category>
 <pubDate>Sun, 17 Jan 2010 03:36:39 +0000</pubDate>
 <dc:creator>sandip</dc:creator>
 <guid isPermaLink="false">1012 at http://www.linuxweblog.com</guid>
<feedburner:origLink>http://www.linuxweblog.com/links/sandip/20100116/permanent-ssh-tunnel-between-linux-servers</feedburner:origLink></item>
<item>
 <title>MySQL Persistent vs Non-Persistent Connections</title>
 <link>http://feedproxy.google.com/~r/linuxweblog/~3/6HGfK67Mvdw/mysql-persistent-vs-non-persistent-connections</link>
 <description>&lt;p&gt;This post will be about benchmarking of MySQL Persistent Connections vs Non-Persistent Connections -- what always seems to be a hot topic among PHPers about what connection type to use when connection to a MySQL database...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.robertswarthout.com/2008/08/benchmarking-of-mysql-persistent-connections-vs-non-persistent-connections/" title="Go to the original news source."&gt;Original news source&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=6HGfK67Mvdw:s_tWktI6PbU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=6HGfK67Mvdw:s_tWktI6PbU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=6HGfK67Mvdw:s_tWktI6PbU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=6HGfK67Mvdw:s_tWktI6PbU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=6HGfK67Mvdw:s_tWktI6PbU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=6HGfK67Mvdw:s_tWktI6PbU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/linuxweblog?a=6HGfK67Mvdw:s_tWktI6PbU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/linuxweblog?i=6HGfK67Mvdw:s_tWktI6PbU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.linuxweblog.com/links/sandip/20100114/mysql-persistent-vs-non-persistent-connections#comments</comments>
 <category domain="http://www.linuxweblog.com/link-tags/connect">connect</category>
 <category domain="http://www.linuxweblog.com/link-tags/mysql">mysql</category>
 <category domain="http://www.linuxweblog.com/link-tags/pconnect">pconnect</category>
 <pubDate>Thu, 14 Jan 2010 23:38:22 +0000</pubDate>
 <dc:creator>sandip</dc:creator>
 <guid isPermaLink="false">1011 at http://www.linuxweblog.com</guid>
<feedburner:origLink>http://www.linuxweblog.com/links/sandip/20100114/mysql-persistent-vs-non-persistent-connections</feedburner:origLink></item>
</channel>
</rss>
