<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Linux T&#38;T</title>
	<link>http://linux.wxs.ro</link>
	<description>WladyX’s collection of linux tips&#38;tricks</description>
	<lastBuildDate>Tue, 16 Mar 2010 10:11:09 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Pacman tips</title>
		<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>
		<link>http://linux.wxs.ro/2010/03/16/pacman-tips/</link>
			</item>
	<item>
		<title>Huawei on Linux</title>
		<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>
		<link>http://linux.wxs.ro/2010/03/15/huawei-on-linux/</link>
			</item>
	<item>
		<title>Load ssh Key at KDE Startup</title>
		<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>
		<link>http://linux.wxs.ro/2010/03/10/load-ssh-key-at-kde-startup/</link>
			</item>
	<item>
		<title>Postfix masquerading or changing outgoing SMTP email or mail address</title>
		<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>
		<link>http://linux.wxs.ro/2010/03/10/postfix-masquerading-or-changing-outgoing-smtp-email-or-mail-address/</link>
			</item>
	<item>
		<title>Zimbra: Transport Table for external servers</title>
		<description><![CDATA[http://wiki.zimbra.com/index.php?title=Transport_Table_for_external_servers
]]></description>
		<link>http://linux.wxs.ro/2010/03/10/zimbra-transport-table-for-external-servers/</link>
			</item>
	<item>
		<title>Dovecot convert plugin from mbox to Maildir</title>
		<description><![CDATA[http://wiki.dovecot.org/Plugins/Convert
]]></description>
		<link>http://linux.wxs.ro/2010/03/10/dovecot-convert-plugin-from-mbox-to-maildir/</link>
			</item>
	<item>
		<title>Delete Postfix Mail Queue</title>
		<description><![CDATA[postsuper -d ALL
]]></description>
		<link>http://linux.wxs.ro/2010/03/10/empty-postfix-mail-queue/</link>
			</item>
	<item>
		<title>Remove Duplicate Emails with Mutt</title>
		<description><![CDATA[Just do a tag-pattern (bound to T here), put in ~= as the pattern, then all duplicates will be tagged. After that, you can delete tagged messages (bound to ;d, or just d if you have $auto_tag=yes).

source
]]></description>
		<link>http://linux.wxs.ro/2010/03/10/remove-duplicate-emails-with-mutt/</link>
			</item>
	<item>
		<title>Creating bulk users in linux</title>
		<description><![CDATA[/root/bulk-user-add.txt:
sanjay:mypass99:555:555:Sanjay Singh:/home/Sanjay:/bin/bashframpton:mypass99n:556:556:Frampton Martin:/home/Frampton:/bin/bash&#8212;-&#8211;&#8212;barun:mypass99:560:560:Barun Ghosh:/home/Barun:/bin/bash# newusers /root/bulk-user-add.txt
source
]]></description>
		<link>http://linux.wxs.ro/2010/03/10/creating-bulk-users-in-linux/</link>
			</item>
	<item>
		<title>Sed &amp; Awk oneliners</title>
		<description><![CDATA[awk1line.txtsed1line.txt
source
]]></description>
		<link>http://linux.wxs.ro/2010/03/10/sed-awk-oneliners/</link>
			</item>
</channel>
</rss>
