<?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>the thinkpod &#187; Tips and Tricks</title>
	<atom:link href="http://blog.mmnaseri.ir/category/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mmnaseri.ir</link>
	<description>where I cast my thoughts ...</description>
	<lastBuildDate>Sun, 13 Nov 2011 18:06:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Setting up SSH keys</title>
		<link>http://blog.mmnaseri.ir/2011/07/setting-up-ssh-keys-2/</link>
		<comments>http://blog.mmnaseri.ir/2011/07/setting-up-ssh-keys-2/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 08:20:30 +0000</pubDate>
		<dc:creator>Milad Naseri</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.mmnaseri.ir/2011/07/setting-up-ssh-keys-2/</guid>
		<description><![CDATA[<p>Here's a short tutorial showing how to set up SSH authorized keys.</p>]]></description>
		<wfw:commentRss>http://blog.mmnaseri.ir/2011/07/setting-up-ssh-keys-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>THE Blog Client for Mac?</title>
		<link>http://blog.mmnaseri.ir/2010/09/the-blog-client-for-mac/</link>
		<comments>http://blog.mmnaseri.ir/2010/09/the-blog-client-for-mac/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 12:58:21 +0000</pubDate>
		<dc:creator>Milad Naseri</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://blog.mmnaseri.ir/?p=263</guid>
		<description><![CDATA[The past few days have been a very critical time for my blogging experience. I have been trying different blog clients for Mac, and I was slowly, albeit surely, coming to the conclusion that there is no good blogging client for Mac. On my Windows 7 PC, I used to blog with Microsoft Windows Live [...]]]></description>
		<wfw:commentRss>http://blog.mmnaseri.ir/2010/09/the-blog-client-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Cleaner Firefox</title>
		<link>http://blog.mmnaseri.ir/2010/08/a-cleaner-firefox/</link>
		<comments>http://blog.mmnaseri.ir/2010/08/a-cleaner-firefox/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 10:54:33 +0000</pubDate>
		<dc:creator>Milad Naseri</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[glass]]></category>
		<category><![CDATA[omnibar]]></category>
		<category><![CDATA[taskbar]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://blog.mmnaseri.ir/2010/08/a-cleaner-firefox/</guid>
		<description><![CDATA[If you are as obsessive as me about having a clear desktop, a clean browser is an essential for you, too. Today, I finally got what I desired out of Firefox. As a bonus, I also got around integrating Firefox with Windows Seven as much as possible without installing any external applications, like Winfox.]]></description>
		<wfw:commentRss>http://blog.mmnaseri.ir/2010/08/a-cleaner-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Linux Shell to Add a User</title>
		<link>http://blog.mmnaseri.ir/2010/01/using-linux-shell-to-add-a-user/</link>
		<comments>http://blog.mmnaseri.ir/2010/01/using-linux-shell-to-add-a-user/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 13:35:22 +0000</pubDate>
		<dc:creator>Milad Naseri</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[add user]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[bash command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[user management]]></category>

		<guid isPermaLink="false">http://blog.mmnaseri.ir/2010/01/12/using-linux-shell-to-add-a-user/</guid>
		<description><![CDATA[Adding a user with bash command is simple: "useradd username"]]></description>
		<wfw:commentRss>http://blog.mmnaseri.ir/2010/01/using-linux-shell-to-add-a-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kill users in Linux shell</title>
		<link>http://blog.mmnaseri.ir/2010/01/kill-users-in-linux-shell/</link>
		<comments>http://blog.mmnaseri.ir/2010/01/kill-users-in-linux-shell/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 09:03:14 +0000</pubDate>
		<dc:creator>Milad Naseri</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[bash command]]></category>
		<category><![CDATA[logout]]></category>
		<category><![CDATA[procps]]></category>
		<category><![CDATA[skill]]></category>
		<category><![CDATA[user management]]></category>

		<guid isPermaLink="false">http://blog.mmnaseri.ir/2010/01/08/kill-users-in-linux-shell/</guid>
		<description><![CDATA[You are not evil, you just want to log your enemy out of your system. It is only natural, you need not be ashamed. Okay, morally justified, you can now read this post.]]></description>
		<wfw:commentRss>http://blog.mmnaseri.ir/2010/01/kill-users-in-linux-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

