<?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>Wed, 07 Sep 2011 17:00:41 +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>Using tcpdump to capture network traffic on the command line</title>
		<link>http://www.zonalivre.org/2011/09/07/using-tcpdump-to-capture-network-traffic-on-the-command-line/</link>
		<comments>http://www.zonalivre.org/2011/09/07/using-tcpdump-to-capture-network-traffic-on-the-command-line/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 17:00:24 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=83</guid>
		<description><![CDATA[To listen for traffic and write to stdout:
tcpdump -i  -n -A expression

-i The interface id to listen on ( run tcpdump -D to get a list of available interfaces )
-n Don&#8217;t convert host addresses to names (avoid dns resolution)
-A Print packets in ASCII, excluding link level headers. Use -X for both hex and ASCII [...]


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>To listen for traffic and write to stdout:<br />
<code>tcpdump -i <interface_id> -n -A expression</code></p>
<ul>
<li>-i The interface id to listen on ( run tcpdump -D to get a list of available interfaces )</li>
<li>-n Don&#8217;t convert host addresses to names (avoid dns resolution)</li>
<li>-A Print packets in ASCII, excluding link level headers. Use -X for both hex and ASCII printout.</li>
</ul>
<p>See man pcap-filter for a full description of &#8216;expression&#8217;<br />
Examples include:<br />
<code>tcpdump -i 11 -n -A -s 65535 port 80<br />
tcpdump -i 11 -n -A -s 65535 dst host 10.0.0.1</code></p>
<p>Other usefull flags:<br />
-w write packets to a file which can later be replayed with -r</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/2011/09/07/using-tcpdump-to-capture-network-traffic-on-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sendmail from/to example</title>
		<link>http://www.zonalivre.org/2011/08/16/sendmail-fromto-example/</link>
		<comments>http://www.zonalivre.org/2011/08/16/sendmail-fromto-example/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 11:10:25 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=80</guid>
		<description><![CDATA[Sending an email from the command line using sendmail with the send/to fields set:

sendmail -v -f sender@zonalivre.org recipient@zonalivre.org
Subject: Test Email
Email content here
.



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>Sending an email from the command line using sendmail with the send/to fields set:</p>
<p><code></p>
<p>sendmail -v -f sender@zonalivre.org recipient@zonalivre.org<br />
Subject: Test Email<br />
Email content here</p>
<p>.<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/2011/08/16/sendmail-fromto-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn off blinking/visual bell in gnome 3</title>
		<link>http://www.zonalivre.org/2011/07/18/turn-off-blinkingvisual-bell-in-gnome-3/</link>
		<comments>http://www.zonalivre.org/2011/07/18/turn-off-blinkingvisual-bell-in-gnome-3/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 09:07:33 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux gnome3]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/2011/07/18/turn-off-blinkingvisual-bell-in-gnome-3/</guid>
		<description><![CDATA[When using a terminal, tab auto completion makes the whole screen blink (aka visual bell). I find this annoying as hell. To work around it:
Start gconf-editor
Navigate to /apps/metacity/general
Either turn off &#8220;visual_bell&#8221;, or change &#8220;visual_bell_type&#8221; from &#8220;fullscreen&#8221; to &#8220;frame_flash&#8221;


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 using a terminal, tab auto completion makes the whole screen blink (aka visual bell). I find this annoying as hell. To work around it:</p>
<p>Start gconf-editor<br />
Navigate to /apps/metacity/general<br />
Either turn off &#8220;visual_bell&#8221;, or change &#8220;visual_bell_type&#8221; from &#8220;fullscreen&#8221; to &#8220;frame_flash&#8221;</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/2011/07/18/turn-off-blinkingvisual-bell-in-gnome-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>winetricks fails when installing vcrun2010</title>
		<link>http://www.zonalivre.org/2011/03/13/winetricks-fails-when-installing-vcrun2010/</link>
		<comments>http://www.zonalivre.org/2011/03/13/winetricks-fails-when-installing-vcrun2010/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 23:15:27 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=75</guid>
		<description><![CDATA[Problem:
You run
winetricks vcrun2010
But get the message:

Using native,builtin override for following DLLs: msvcr100
Executing early_wine regedit c:\winetrickstmp\override-dll.reg
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
Executing wget -O msxml3.msi -nd -c &#8211;read-timeout=300 &#8211;retry-connrefused &#8211;header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi
&#8211;2011-03-12 23:10:19&#8211;  http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi
Resolving download.microsoft.com&#8230; 213.199.149.141, 213.199.149.144
Connecting to download.microsoft.com&#124;213.199.149.141&#124;:80&#8230; connected.
HTTP request sent, awaiting response&#8230; 404 Not Found
2011-03-12 23:10:20 ERROR 404: Not Found.
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
Note: command &#8216;wget -O msxml3.msi -nd -c &#8211;read-timeout=300 &#8211;retry-connrefused [...]


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>Problem:<br />
You run<br />
<code>winetricks vcrun2010</code></p>
<p>But get the message:</p>
<blockquote>
<p>Using native,builtin override for following DLLs: msvcr100<br />
Executing early_wine regedit c:\winetrickstmp\override-dll.reg<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Executing wget -O msxml3.msi -nd -c &#8211;read-timeout=300 &#8211;retry-connrefused &#8211;header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi<br />
&#8211;2011-03-12 23:10:19&#8211;  http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi<br />
Resolving download.microsoft.com&#8230; 213.199.149.141, 213.199.149.144<br />
Connecting to download.microsoft.com|213.199.149.141|:80&#8230; connected.<br />
HTTP request sent, awaiting response&#8230; 404 Not Found<br />
2011-03-12 23:10:20 ERROR 404: Not Found.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Note: command &#8216;wget -O msxml3.msi -nd -c &#8211;read-timeout=300 &#8211;retry-connrefused &#8211;header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi&#8217; returned status 8.  Aborting.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
vcrun2010 failed<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
</p></blockquote>
<p>The VC2010 runtime redistributable setup needs to load msxml3. winetricks tries to download it from a location in the microsoft.com website where it is no longer available.  Instead, search the web for the file &#8220;msxml3.msi&#8221; and edit winetricks to point to it, eg:</p>
<p><code><br />
vi winetricks<br />
</code><br />
Find the load_msxml3 function, and replace the download location:</p>
<p>From:<br />
<code><br />
w_download msxml3 http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi d4c2178dfb807e1a0267fce0fd06b8d51106d913<br />
</code><br />
To:<br />
<code><br />
w_download msxml3 ftp://ftp.uni-rostock.de/pub/tools/microsoft/XML/US/msxml3.msi<br />
</code><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/2011/03/13/winetricks-fails-when-installing-vcrun2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding a signatures to all messages in Microsoft Outlook</title>
		<link>http://www.zonalivre.org/2011/01/06/adding-a-signatures-to-all-messages-in-microsoft-outlook/</link>
		<comments>http://www.zonalivre.org/2011/01/06/adding-a-signatures-to-all-messages-in-microsoft-outlook/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 11:52:17 +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=73</guid>
		<description><![CDATA[Signature options are under:
Tools->Options->&#8221;Mail Format&#8221;->Signatures


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>Signature options are under:</p>
<p>Tools->Options->&#8221;Mail Format&#8221;->Signatures</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/2011/01/06/adding-a-signatures-to-all-messages-in-microsoft-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Query which files are installed by an RPM package</title>
		<link>http://www.zonalivre.org/2010/11/18/query-which-files-are-installed-by-an-rpm-package/</link>
		<comments>http://www.zonalivre.org/2010/11/18/query-which-files-are-installed-by-an-rpm-package/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 15:58:02 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=71</guid>
		<description><![CDATA[rpm --query --filesbypkg techrx


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>rpm --query --filesbypkg techrx</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/2010/11/18/query-which-files-are-installed-by-an-rpm-package/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Converting .flac to .mp3 in Linux</title>
		<link>http://www.zonalivre.org/2010/05/21/converting-flac-to-mp3-in-linux/</link>
		<comments>http://www.zonalivre.org/2010/05/21/converting-flac-to-mp3-in-linux/#comments</comments>
		<pubDate>Fri, 21 May 2010 22:39:47 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[mp3 flac linux]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=69</guid>
		<description><![CDATA[flac -cd sourcefile.flac &#124; lame -h - destfile.mp3


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>flac -cd sourcefile.flac | lame -h - destfile.mp3</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/2010/05/21/converting-flac-to-mp3-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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;


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>Start->run..then type the following -> &#8220;Outlook.exe /resetnavpane&#8221;</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/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>
	</channel>
</rss>

