<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>zonalivre.org</title>
	<link>http://www.zonalivre.org</link>
	<description></description>
	<lastBuildDate>Wed, 07 Sep 2011 17:00:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Using tcpdump to capture network traffic on the command line</title>
		<description>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't convert host addresses to names (avoid dns resolution)
-A Print packets in ASCII, excluding link level headers. Use -X ...</description>
		<link>http://www.zonalivre.org/2011/09/07/using-tcpdump-to-capture-network-traffic-on-the-command-line/</link>
			</item>
	<item>
		<title>Sendmail from/to example</title>
		<description>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. </description>
		<link>http://www.zonalivre.org/2011/08/16/sendmail-fromto-example/</link>
			</item>
	<item>
		<title>Turn off blinking/visual bell in gnome 3</title>
		<description>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 "visual_bell", or change "visual_bell_type" from "fullscreen" to "frame_flash"

No related posts.
Related posts brought to you by Yet Another Related Posts Plugin. </description>
		<link>http://www.zonalivre.org/2011/07/18/turn-off-blinkingvisual-bell-in-gnome-3/</link>
			</item>
	<item>
		<title>winetricks fails when installing vcrun2010</title>
		<description>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
------------------------------------------------------
Executing wget -O msxml3.msi -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi
--2011-03-12 23:10:19--  http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi
Resolving download.microsoft.com... 213.199.149.141, 213.199.149.144
Connecting to download.microsoft.com&#124;213.199.149.141&#124;:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-03-12 23:10:20 ERROR 404: Not Found.

------------------------------------------------------
Note: command 'wget -O ...</description>
		<link>http://www.zonalivre.org/2011/03/13/winetricks-fails-when-installing-vcrun2010/</link>
			</item>
	<item>
		<title>Adding a signatures to all messages in Microsoft Outlook</title>
		<description>Signature options are under:

Tools->Options->"Mail Format"->Signatures

No related posts.
Related posts brought to you by Yet Another Related Posts Plugin. </description>
		<link>http://www.zonalivre.org/2011/01/06/adding-a-signatures-to-all-messages-in-microsoft-outlook/</link>
			</item>
	<item>
		<title>Query which files are installed by an RPM package</title>
		<description>rpm --query --filesbypkg techrx

No related posts.
Related posts brought to you by Yet Another Related Posts Plugin. </description>
		<link>http://www.zonalivre.org/2010/11/18/query-which-files-are-installed-by-an-rpm-package/</link>
			</item>
	<item>
		<title>Converting .flac to .mp3 in Linux</title>
		<description>flac -cd sourcefile.flac &#124; lame -h - destfile.mp3

No related posts.
Related posts brought to you by Yet Another Related Posts Plugin. </description>
		<link>http://www.zonalivre.org/2010/05/21/converting-flac-to-mp3-in-linux/</link>
			</item>
	<item>
		<title>Turn on query logging in MySQL</title>
		<description>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's not logging anything.


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin. </description>
		<link>http://www.zonalivre.org/2010/01/07/turn-on-query-logging-in-mysql/</link>
			</item>
	<item>
		<title>Cannot start Microsoft Office Outlook. Cannot open the Outlook window.</title>
		<description>Start->run..then type the following -> "Outlook.exe /resetnavpane"

No related posts.
Related posts brought to you by Yet Another Related Posts Plugin. </description>
		<link>http://www.zonalivre.org/2009/12/03/cannot-start-microsoft-office-outlook-cannot-open-the-outlook-window/</link>
			</item>
	<item>
		<title>Problem loading ssh keys remotely</title>
		<description>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 ...</description>
		<link>http://www.zonalivre.org/2009/11/16/problem-loading-ssh-keys-remotely/</link>
			</item>
</channel>
</rss>

