<?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>Linux T&#38;T</title>
	<atom:link href="http://linux.wxs.ro/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.wxs.ro</link>
	<description>WladyX’s collection of linux tips&#38;tricks</description>
	<lastBuildDate>Wed, 17 Mar 2010 14:49:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DKIM on Gentoo</title>
		<link>http://linux.wxs.ro/2010/03/17/dkim-on-gentoo/</link>
		<comments>http://linux.wxs.ro/2010/03/17/dkim-on-gentoo/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 06:18:13 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Mail]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=743</guid>
		<description><![CDATA[emerge -a dkim-milteremerge --config mail-filter/dkim-milter
/etc/mail/dkim-filter/dkim-filter.conf: Domain domain.tld KeyFile /etc/mail/dkim-filter/mydkim.private Selector mydkim UMask 000 
/var/bind/domain.tld.hosts:mydkim._domainkey.domain.tld. IN TXT &#34;v=DKIM1; g=*; k=rsa; p=yourkeyhere;&#34;/etc/postfix/main.cf:smtpd_milters = unix:/var/run/dkim-filter/dkim-filter.socknon_smtpd_milters = unix:/var/run/dkim-filter/dkim-filter.sock
rndc reloadpostfix reload/etc/init.d/dkim-filter start 
Test by sending email to autorespond+dkim@dk.elandsys.com.
source1source2
]]></description>
			<content:encoded><![CDATA[<p><code>emerge -a dkim-milter<br />emerge --config mail-filter/dkim-milter</code></p>
<p>/etc/mail/dkim-filter/dkim-filter.conf:<br /><code> Domain domain.tld<br /> KeyFile /etc/mail/dkim-filter/mydkim.private<br /> Selector mydkim<br /> UMask 000 </p>
<p></code>/var/bind/domain.tld.hosts:<br /><code>mydkim._domainkey.domain.tld. IN TXT &quot;v=DKIM1; g=*; k=rsa; p=yourkeyhere;&quot;<br /></code><br />/etc/postfix/main.cf:<br /><code>smtpd_milters = unix:/var/run/dkim-filter/dkim-filter.sock<br />non_smtpd_milters = unix:/var/run/dkim-filter/dkim-filter.sock</p>
<p>rndc reload<br />postfix reload<br />/etc/init.d/dkim-filter start </code></p>
<p>Test by sending email to autorespond+dkim@dk.elandsys.com.</p>
<p><a href="http://en.gentoo-wiki.com/wiki/Domainkeys_and_DKIM_with_Postfix">source1<br /></a><a href="http://www.howtoforge.com/postfix-dkim-with-dkim-milter-centos5.1">source2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/03/17/dkim-on-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find packages installed from overlays</title>
		<link>http://linux.wxs.ro/2010/03/17/find-packages-installed-from-overlays/</link>
		<comments>http://linux.wxs.ro/2010/03/17/find-packages-installed-from-overlays/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 06:08:33 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=741</guid>
		<description><![CDATA[eix -Jc
]]></description>
			<content:encoded><![CDATA[<p><code>eix -Jc</code></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/03/17/find-packages-installed-from-overlays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example user-dirs.dirs</title>
		<link>http://linux.wxs.ro/2010/03/17/example-user-dirs-dirs/</link>
		<comments>http://linux.wxs.ro/2010/03/17/example-user-dirs-dirs/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 05:43:58 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Files]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=737</guid>
		<description><![CDATA[cat $HOME/.config/user-dirs.dirs 
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format [...]]]></description>
			<content:encoded><![CDATA[<p><code>cat $HOME/.config/user-dirs.dirs </code></p>
<p><code># This file is written by xdg-user-dirs-update<br />
# If you want to change or add directories, just edit the line you're<br />
# interested in. All local changes will be retained on the next run<br />
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped<br />
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an<br />
# absolute path. No other format is supported.<br />
# </code></p>
<p><code>XDG_DESKTOP_DIR="$HOME/Desktop"<br />
XDG_DOWNLOAD_DIR="$HOME/Downloads"<br />
XDG_TEMPLATES_DIR="$HOME/Templates"<br />
XDG_PUBLICSHARE_DIR="$HOME/Public"<br />
XDG_DOCUMENTS_DIR="$HOME/Documents"<br />
XDG_MUSIC_DIR="$HOME/Music"<br />
XDG_PICTURES_DIR="$HOME/Pictures"<br />
XDG_VIDEOS_DIR="$HOME/Videos"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/03/17/example-user-dirs-dirs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pacman tips</title>
		<link>http://linux.wxs.ro/2010/03/16/pacman-tips/</link>
		<comments>http://linux.wxs.ro/2010/03/16/pacman-tips/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 08:11:03 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Arch]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=732</guid>
		<description><![CDATA[Find orphan packages:pacman -Qdt
Remove them with: pacman -Rns $(pacman -Qdtq)
Find explicit installed packages: pacman -Qh
Find AUR packages:pacman -Qm
]]></description>
			<content:encoded><![CDATA[<p>Find orphan packages:<br /><code>pacman -Qdt</code></p>
<p>Remove them with: <br /><code>pacman -Rns $(pacman -Qdtq)</code></p>
<p>Find explicit installed packages: <br /><code>pacman -Qh</code></p>
<p>Find AUR packages:<br /><code>pacman -Qm</code></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/03/16/pacman-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Huawei on Linux</title>
		<link>http://linux.wxs.ro/2010/03/15/huawei-on-linux/</link>
		<comments>http://linux.wxs.ro/2010/03/15/huawei-on-linux/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 10:12:39 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Arch]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=730</guid>
		<description><![CDATA[Ubuntu 9.10:
/etc/udev/rules.d/62-option-modem-modeswitch.rules:ATTRS{idVendor}==&#34;12d1&#34;, ATTRS{idProduct}==&#34;141b,RUN+=&#34;modem-modeswitch-v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd&#34;
sudo /etc/init.d/udev restart
source
Arch:
Install usb_modeswitch from AUR and create:
/etc/usb_modeswitch.conf.e1550/etc/udev/rules.d/55-e1550.rules/usr/share/hal/fdi/preprobe/20thirdparty/10-huawei-e1550.fdi
source1source2
]]></description>
			<content:encoded><![CDATA[<p><strong>Ubuntu 9.10:</strong></p>
<p>/etc/udev/rules.d/62-option-modem-modeswitch.rules:<br /><code>ATTRS{idVendor}==&quot;12d1&quot;, ATTRS{idProduct}==&quot;141b,RUN+=&quot;modem-modeswitch-v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd&quot;</p>
<p>sudo /etc/init.d/udev restart</code></p>
<p><a href="http://neildecapia.wordpress.com/2009/07/05/globe-tattoo-on-ubuntu-jaunty-9-04/">source</a></p>
<p><strong>Arch:</strong></p>
<p>Install usb_modeswitch from AUR and create:</p>
<p><a href="http://linux.wxs.ro/wp-content/uploads/2010/03/usb_modeswitch.conf_.e1550.txt">/</a><a href="http://linux.wxs.ro/wp-content/uploads/2010/03/usb_modeswitch.conf_.e1550.txt">etc/usb_modeswitch.conf.e1550<br /></a><a href="http://linux.wxs.ro/wp-content/uploads/2010/03/55-e1550.rules_.txt">/</a><a href="http://linux.wxs.ro/wp-content/uploads/2010/03/55-e1550.rules_.txt">etc/udev/rules.d/55-e1550.rules<br /></a><a href="http://linux.wxs.ro/wp-content/uploads/2010/03/10-huawei-e1550.fdi_.txt">/</a><a href="http://linux.wxs.ro/wp-content/uploads/2010/03/10-huawei-e1550.fdi_.txt">usr/share/hal/fdi/preprobe/20thirdparty/10-huawei-e1550.fdi</a></p>
<p><a href="http://bbs.archlinux.org/viewtopic.php?id=92026">source1<br /></a><a href="https://bugzilla.redhat.com/show_bug.cgi?id=508264">source2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/03/15/huawei-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load ssh Key at KDE Startup</title>
		<link>http://linux.wxs.ro/2010/03/10/load-ssh-key-at-kde-startup/</link>
		<comments>http://linux.wxs.ro/2010/03/10/load-ssh-key-at-kde-startup/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:54:05 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Ssh]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=686</guid>
		<description><![CDATA[aptitude install ksshaskpass

cat &#62;~/.kde/Autostart/ssh-add.sh &#60;&#60;_EOT_#!/bin/shexport SSH_ASKPASS=/usr/bin/ksshaskpassssh-add &#60;/dev/null_EOT_
chmod +x ~/.kde/Autostart/ssh-add.sh~/.kde/Autostart/ssh-add.sh

source
]]></description>
			<content:encoded><![CDATA[<p><code>aptitude install ksshaskpass</code></p>
</p>
<p><code>cat &gt;~/.kde/Autostart/ssh-add.sh &lt;&lt;_EOT_<br />#!/bin/sh<br />export SSH_ASKPASS=/usr/bin/ksshaskpass<br />ssh-add &lt;/dev/null<br />_EOT_</code></p>
<p><code>chmod +x ~/.kde/Autostart/ssh-add.sh<br />~/.kde/Autostart/ssh-add.sh</code></p>
</p>
<p><a href="http://www.unicom.com/blog/entry/612">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/03/10/load-ssh-key-at-kde-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix masquerading or changing outgoing SMTP email or mail address</title>
		<link>http://linux.wxs.ro/2010/03/10/postfix-masquerading-or-changing-outgoing-smtp-email-or-mail-address/</link>
		<comments>http://linux.wxs.ro/2010/03/10/postfix-masquerading-or-changing-outgoing-smtp-email-or-mail-address/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:51:46 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mail]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=684</guid>
		<description><![CDATA[/etc/postfix/main.cf:
smtp_generic_maps = hash:/etc/postfix/generic
/etc/postfix/generic:
tom-01@server01.hosting.com tom@domain.com
# postmap /etc/postfix/generic# /etc/init.d/postfix restart

source
]]></description>
			<content:encoded><![CDATA[<p>/etc/postfix/main.cf:</p>
<p><code>smtp_generic_maps = hash:/etc/postfix/generic</code></p>
<p>/etc/postfix/generic:</p>
<p>tom-01@server01.hosting.com tom@domain.com</p>
<p><code># postmap /etc/postfix/generic<br /># /etc/init.d/postfix restart</code></p>
</p>
<p><a href="http://www.cyberciti.biz/tips/howto-postfix-masquerade-change-email-mail-address.html">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/03/10/postfix-masquerading-or-changing-outgoing-smtp-email-or-mail-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zimbra: Transport Table for external servers</title>
		<link>http://linux.wxs.ro/2010/03/10/zimbra-transport-table-for-external-servers/</link>
		<comments>http://linux.wxs.ro/2010/03/10/zimbra-transport-table-for-external-servers/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:49:47 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=680</guid>
		<description><![CDATA[http://wiki.zimbra.com/index.php?title=Transport_Table_for_external_servers
]]></description>
			<content:encoded><![CDATA[<p><a href="http://wiki.zimbra.com/index.php?title=Transport_Table_for_external_servers">http://wiki.zimbra.com/index.php?title=Transport_Table_for_external_servers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/03/10/zimbra-transport-table-for-external-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dovecot convert plugin from mbox to Maildir</title>
		<link>http://linux.wxs.ro/2010/03/10/dovecot-convert-plugin-from-mbox-to-maildir/</link>
		<comments>http://linux.wxs.ro/2010/03/10/dovecot-convert-plugin-from-mbox-to-maildir/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:48:30 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mail]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=678</guid>
		<description><![CDATA[http://wiki.dovecot.org/Plugins/Convert
]]></description>
			<content:encoded><![CDATA[<p><a href="http://wiki.dovecot.org/Plugins/Convert">http://wiki.dovecot.org/Plugins/Convert</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/03/10/dovecot-convert-plugin-from-mbox-to-maildir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete Postfix Mail Queue</title>
		<link>http://linux.wxs.ro/2010/03/10/empty-postfix-mail-queue/</link>
		<comments>http://linux.wxs.ro/2010/03/10/empty-postfix-mail-queue/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:47:14 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mail]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=674</guid>
		<description><![CDATA[postsuper -d ALL
]]></description>
			<content:encoded><![CDATA[<p><code>postsuper -d ALL</code></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/03/10/empty-postfix-mail-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
