<?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>zonalivre.org</title>
	<atom:link href="http://www.zonalivre.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zonalivre.org</link>
	<description></description>
	<lastBuildDate>Thu, 28 Jan 2010 13:52:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Turn on query logging in MySQL</title>
		<link>http://www.zonalivre.org/2010/01/07/turn-on-query-logging-in-mysql/</link>
		<comments>http://www.zonalivre.org/2010/01/07/turn-on-query-logging-in-mysql/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 11:30:58 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=66</guid>
		<description><![CDATA[Add the following to /etc/my.cnf:
log=/var/log/queries.log
Then restart mysqld.
All queries will be logged to that file.  In MySQL 4.1 the log file must already exists beforehand.  Check /var/log/mysqld.log during startup in case it&#8217;s not logging anything.


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Add the following to /etc/my.cnf:</p>
<p><code>log=/var/log/queries.log</code></p>
<p>Then restart mysqld.</p>
<p>All queries will be logged to that file.  In MySQL 4.1 the log file must already exists beforehand.  Check /var/log/mysqld.log during startup in case it&#8217;s not logging anything.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.zonalivre.org/2010/01/07/turn-on-query-logging-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot start Microsoft Office Outlook. Cannot open the Outlook window.</title>
		<link>http://www.zonalivre.org/2009/12/03/cannot-start-microsoft-office-outlook-cannot-open-the-outlook-window/</link>
		<comments>http://www.zonalivre.org/2009/12/03/cannot-start-microsoft-office-outlook-cannot-open-the-outlook-window/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 11:42:31 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=64</guid>
		<description><![CDATA[Start->run..then type the following -> &#8220;Outlook.exe /resetnavpane&#8221;


Related posts:How to open a .eml file in Outlook 2007 If you try to open a .eml file in Outlook...
Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://www.zonalivre.org/2009/10/15/how-to-open-a-eml-file-in-outlook-2007/' rel='bookmark' title='Permanent Link: How to open a .eml file in Outlook 2007'>How to open a .eml file in Outlook 2007</a> <small>If you try to open a .eml file in Outlook...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Start->run..then type the following -> &#8220;Outlook.exe /resetnavpane&#8221;</p>


<p>Related posts:<ol><li><a href='http://www.zonalivre.org/2009/10/15/how-to-open-a-eml-file-in-outlook-2007/' rel='bookmark' title='Permanent Link: How to open a .eml file in Outlook 2007'>How to open a .eml file in Outlook 2007</a> <small>If you try to open a .eml file in Outlook...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.zonalivre.org/2009/12/03/cannot-start-microsoft-office-outlook-cannot-open-the-outlook-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem loading ssh keys remotely</title>
		<link>http://www.zonalivre.org/2009/11/16/problem-loading-ssh-keys-remotely/</link>
		<comments>http://www.zonalivre.org/2009/11/16/problem-loading-ssh-keys-remotely/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 09:53:27 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=61</guid>
		<description><![CDATA[When I try to load my ssh-key from a remote location I get the message:

Could not open a connection to your authentication agent.

The way to get around this is to load a shell session inside the ssh-agent:

ssh-agent bash
ssh-add
ssh-add ~/.ssh/somekeyfile



No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>When I try to load my ssh-key from a remote location I get the message:</p>
<blockquote><p>
Could not open a connection to your authentication agent.
</p></blockquote>
<p>The way to get around this is to load a shell session inside the ssh-agent:</p>
<p><code><br />
ssh-agent bash<br />
ssh-add<br />
ssh-add ~/.ssh/somekeyfile<br />
</code></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.zonalivre.org/2009/11/16/problem-loading-ssh-keys-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to force yum to uninstall a package when you change it&#8217;s name</title>
		<link>http://www.zonalivre.org/2009/10/29/how-to-force-yum-to-uninstall-a-package-when-you-change-its-name/</link>
		<comments>http://www.zonalivre.org/2009/10/29/how-to-force-yum-to-uninstall-a-package-when-you-change-its-name/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 17:37:01 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[specfiles]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=58</guid>
		<description><![CDATA[Use the obsoletes tag in the specfile.  This will cause &#8220;package-oldname&#8221; to be uninstalled before installing &#8220;package-renamed&#8221;.

Name: package-renamed
Obsoletes: package-oldname



No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Use the obsoletes tag in the specfile.  This will cause &#8220;package-oldname&#8221; to be uninstalled before installing &#8220;package-renamed&#8221;.</p>
<p><code><br />
Name: package-renamed<br />
Obsoletes: package-oldname<br />
</code></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.zonalivre.org/2009/10/29/how-to-force-yum-to-uninstall-a-package-when-you-change-its-name/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using dd to create large files</title>
		<link>http://www.zonalivre.org/2009/10/20/using-dd-to-create-large-files/</link>
		<comments>http://www.zonalivre.org/2009/10/20/using-dd-to-create-large-files/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 12:50:58 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=55</guid>
		<description><![CDATA[An example of using dd to create a 1GB file.

dd if=/dev/zero of=testfile bs=1M count=1024



No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>An example of using dd to create a 1GB file.<br />
<code><br />
dd if=/dev/zero of=testfile bs=1M count=1024<br />
</code></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.zonalivre.org/2009/10/20/using-dd-to-create-large-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to temporarly ignore foreign keys in MySQL InnoDB.</title>
		<link>http://www.zonalivre.org/2009/10/19/how-to-temporarly-ignore-foreign-keys-in-mysql-innodb/</link>
		<comments>http://www.zonalivre.org/2009/10/19/how-to-temporarly-ignore-foreign-keys-in-mysql-innodb/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 17:40:52 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[innodb]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=52</guid>
		<description><![CDATA[
SET FOREIGN_KEY_CHECKS = 0;
SELECT @@FOREIGN_KEY_CHECKS;
SET FOREIGN_KEY_CHECKS = 1;

Alexander Stetsenko blog has more info about it.


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><code><br />
SET FOREIGN_KEY_CHECKS = 0;<br />
SELECT @@FOREIGN_KEY_CHECKS;<br />
SET FOREIGN_KEY_CHECKS = 1;<br />
</code></p>
<p><a href='http://www.stetsenko.net/2008/10/mysql-how-to-ignore-checking-of-foreign-key-constraints-for-innodb-tables/'>Alexander Stetsenko blog</a> has more info about it.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.zonalivre.org/2009/10/19/how-to-temporarly-ignore-foreign-keys-in-mysql-innodb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to open a .eml file in Outlook 2007</title>
		<link>http://www.zonalivre.org/2009/10/15/how-to-open-a-eml-file-in-outlook-2007/</link>
		<comments>http://www.zonalivre.org/2009/10/15/how-to-open-a-eml-file-in-outlook-2007/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 13:26:39 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[eml]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=47</guid>
		<description><![CDATA[If you try to open a .eml file in Outlook 2007, it will create a new message containing the .eml file as an attachment.
In order to read .eml files from Outlook 2007, you need to pass the /eml argument to outlook.exe . This Microsoft kb article describes how to tweak the windows registry to accomplish [...]


Related posts:<ol><li><a href='http://www.zonalivre.org/2009/12/03/cannot-start-microsoft-office-outlook-cannot-open-the-outlook-window/' rel='bookmark' title='Permanent Link: Cannot start Microsoft Office Outlook. Cannot open the Outlook window.'>Cannot start Microsoft Office Outlook. Cannot open the Outlook window.</a> <small>Start->run..then type the following -> &#8220;Outlook.exe /resetnavpane&#8221; ...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you try to open a .eml file in Outlook 2007, it will create a new message containing the .eml file as an attachment.</p>
<p>In order to read .eml files from Outlook 2007, you need to pass the /eml argument to outlook.exe . <a href="http://support.microsoft.com/kb/956693">This Microsoft kb article</a> describes how to tweak the windows registry to accomplish this.</p>
<p>Essentially you need to edit the HKEY_CLASSES_ROOT/Microsoft Internet Mail Message\shell\open\command default value to :<br />
&#8220;%ProgramFiles%\Microsoft Office\Office12\OUTLOOK.EXE&#8221; /eml &#8220;%1&#8243;</p>
<p>To revert back to using Outlook Express, set the value of the same key to:<br />
&#8220;%ProgramFiles%\Outlook Express\msimn.exe&#8221; /eml:%1</p>


<p>Related posts:<ol><li><a href='http://www.zonalivre.org/2009/12/03/cannot-start-microsoft-office-outlook-cannot-open-the-outlook-window/' rel='bookmark' title='Permanent Link: Cannot start Microsoft Office Outlook. Cannot open the Outlook window.'>Cannot start Microsoft Office Outlook. Cannot open the Outlook window.</a> <small>Start->run..then type the following -> &#8220;Outlook.exe /resetnavpane&#8221; ...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.zonalivre.org/2009/10/15/how-to-open-a-eml-file-in-outlook-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find largest files</title>
		<link>http://www.zonalivre.org/2009/10/13/find-largest-files/</link>
		<comments>http://www.zonalivre.org/2009/10/13/find-largest-files/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 15:01:58 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=43</guid>
		<description><![CDATA[A little code snippet to show files ordered by size:
find . -type f -printf "%k %p\n" &#124; sort -rn &#124; head


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A little code snippet to show files ordered by size:</p>
<p><code>find . -type f -printf "%k %p\n" | sort -rn | head</code></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.zonalivre.org/2009/10/13/find-largest-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache2::Request rpm</title>
		<link>http://www.zonalivre.org/2009/10/13/apache2request-rpm/</link>
		<comments>http://www.zonalivre.org/2009/10/13/apache2request-rpm/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:58:04 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=41</guid>
		<description><![CDATA[Not immediately obvious, but if you&#8217;re looking for an rpm to install the Apache2::Request module you need perl-libapreq2 (this works in CentOS 5 and I imagine others as well).
yum install perl-libapreq2


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Not immediately obvious, but if you&#8217;re looking for an rpm to install the Apache2::Request module you need perl-libapreq2 (this works in CentOS 5 and I imagine others as well).</p>
<p><code>yum install perl-libapreq2</code></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.zonalivre.org/2009/10/13/apache2request-rpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common yum commands</title>
		<link>http://www.zonalivre.org/2009/10/13/common-yum-commands/</link>
		<comments>http://www.zonalivre.org/2009/10/13/common-yum-commands/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 13:35:56 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=36</guid>
		<description><![CDATA[List available repositores
yum repolist
Search by package name (case insensitive)
yum list "*package*"
List files inside a repository package (regardless if that package has been installed)
repoquery --list &#60;PACKAGE_NAME&#62;


Related posts:Common RPM commands This is my commonly used rpm command reference Install/Upgrade a...
Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://www.zonalivre.org/2009/10/12/common-rpm-commands/' rel='bookmark' title='Permanent Link: Common RPM commands'>Common RPM commands</a> <small>This is my commonly used rpm command reference Install/Upgrade a...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>List available repositores<br />
<code>yum repolist</code><br />
Search by package name (case insensitive)<br />
<code>yum list "*package*"</code><br />
List files inside a repository package (regardless if that package has been installed)<br />
<code>repoquery --list &lt;PACKAGE_NAME&gt;</code></p>


<p>Related posts:<ol><li><a href='http://www.zonalivre.org/2009/10/12/common-rpm-commands/' rel='bookmark' title='Permanent Link: Common RPM commands'>Common RPM commands</a> <small>This is my commonly used rpm command reference Install/Upgrade a...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.zonalivre.org/2009/10/13/common-yum-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
