<?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>linuxgravity.com &#187; Microtips</title>
	<atom:link href="http://linuxgravity.com/category/microtips/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxgravity.com</link>
	<description>Linux tutorials, guides, howtos, tips, tricks and hacks</description>
	<lastBuildDate>Mon, 31 May 2010 17:43:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Find and connect to Windows (Samba) shares from Linux</title>
		<link>http://linuxgravity.com/find-and-connect-to-windows-samba-shares-from-linux</link>
		<comments>http://linuxgravity.com/find-and-connect-to-windows-samba-shares-from-linux#comments</comments>
		<pubDate>Thu, 03 Sep 2009 19:23:44 +0000</pubDate>
		<dc:creator>amjad</dc:creator>
				<category><![CDATA[Microtips]]></category>

		<guid isPermaLink="false">http://linuxgravity.com/?p=294</guid>
		<description><![CDATA[There are times when we have to interact with Windows machines in our environment and we need to access Windows shares from our Linux PC. This guide tells you how to find and connect to Windows shares from your Linux machine.
First we need to install smbclient
On Debian
sudo aptitude install smbclient
It will ask  
1. for [...]]]></description>
		<wfw:commentRss>http://linuxgravity.com/find-and-connect-to-windows-samba-shares-from-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create an ISO image from Linux commandline</title>
		<link>http://linuxgravity.com/how-to-create-an-iso-image-from-linux-commandline</link>
		<comments>http://linuxgravity.com/how-to-create-an-iso-image-from-linux-commandline#comments</comments>
		<pubDate>Thu, 03 Sep 2009 14:14:36 +0000</pubDate>
		<dc:creator>amjad</dc:creator>
				<category><![CDATA[Microtips]]></category>

		<guid isPermaLink="false">http://linuxgravity.com/?p=290</guid>
		<description><![CDATA[mkisofs -J -R -o file_name.iso target_directory
]]></description>
		<wfw:commentRss>http://linuxgravity.com/how-to-create-an-iso-image-from-linux-commandline/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove all empty lines from text</title>
		<link>http://linuxgravity.com/how-to-remove-all-empty-lines-from-text</link>
		<comments>http://linuxgravity.com/how-to-remove-all-empty-lines-from-text#comments</comments>
		<pubDate>Wed, 02 Sep 2009 21:41:21 +0000</pubDate>
		<dc:creator>amjad</dc:creator>
				<category><![CDATA[Microtips]]></category>

		<guid isPermaLink="false">http://linuxgravity.com/?p=278</guid>
		<description><![CDATA[grep . file_name
]]></description>
		<wfw:commentRss>http://linuxgravity.com/how-to-remove-all-empty-lines-from-text/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to double space lines in a file</title>
		<link>http://linuxgravity.com/how-to-double-space-lines-in-a-file</link>
		<comments>http://linuxgravity.com/how-to-double-space-lines-in-a-file#comments</comments>
		<pubDate>Wed, 02 Sep 2009 21:40:19 +0000</pubDate>
		<dc:creator>amjad</dc:creator>
				<category><![CDATA[Microtips]]></category>

		<guid isPermaLink="false">http://linuxgravity.com/?p=276</guid>
		<description><![CDATA[pr -d -t file_name
]]></description>
		<wfw:commentRss>http://linuxgravity.com/how-to-double-space-lines-in-a-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to break a large file into small parts</title>
		<link>http://linuxgravity.com/how-to-break-a-large-file-into-small-parts</link>
		<comments>http://linuxgravity.com/how-to-break-a-large-file-into-small-parts#comments</comments>
		<pubDate>Wed, 02 Sep 2009 21:38:20 +0000</pubDate>
		<dc:creator>amjad</dc:creator>
				<category><![CDATA[Microtips]]></category>

		<guid isPermaLink="false">http://linuxgravity.com/?p=274</guid>
		<description><![CDATA[split large_file prefix -b size_of_each_part
]]></description>
		<wfw:commentRss>http://linuxgravity.com/how-to-break-a-large-file-into-small-parts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find synonyms of a word from Linux command line</title>
		<link>http://linuxgravity.com/how-to-find-synonyms-of-a-word-from-linux-command-line</link>
		<comments>http://linuxgravity.com/how-to-find-synonyms-of-a-word-from-linux-command-line#comments</comments>
		<pubDate>Wed, 02 Sep 2009 21:35:06 +0000</pubDate>
		<dc:creator>amjad</dc:creator>
				<category><![CDATA[Microtips]]></category>

		<guid isPermaLink="false">http://linuxgravity.com/?p=272</guid>
		<description><![CDATA[ wordnet  stupid -synsn
]]></description>
		<wfw:commentRss>http://linuxgravity.com/how-to-find-synonyms-of-a-word-from-linux-command-line/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change twitter status from Linux commandline</title>
		<link>http://linuxgravity.com/how-to-change-twitter-status-from-linux-commandline</link>
		<comments>http://linuxgravity.com/how-to-change-twitter-status-from-linux-commandline#comments</comments>
		<pubDate>Wed, 02 Sep 2009 21:30:21 +0000</pubDate>
		<dc:creator>amjad</dc:creator>
				<category><![CDATA[Microtips]]></category>

		<guid isPermaLink="false">http://linuxgravity.com/?p=270</guid>
		<description><![CDATA[curl -u user:pass -d status=&#8221;status message&#8221; http://twitter.com/statuses/update.xml

]]></description>
		<wfw:commentRss>http://linuxgravity.com/how-to-change-twitter-status-from-linux-commandline/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to combine two files</title>
		<link>http://linuxgravity.com/how-to-combine-two-files</link>
		<comments>http://linuxgravity.com/how-to-combine-two-files#comments</comments>
		<pubDate>Wed, 02 Sep 2009 21:16:38 +0000</pubDate>
		<dc:creator>amjad</dc:creator>
				<category><![CDATA[Microtips]]></category>

		<guid isPermaLink="false">http://linuxgravity.com/?p=268</guid>
		<description><![CDATA[cat file1 file2 > file3
]]></description>
		<wfw:commentRss>http://linuxgravity.com/how-to-combine-two-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a default gateway</title>
		<link>http://linuxgravity.com/adding-a-default-gateway</link>
		<comments>http://linuxgravity.com/adding-a-default-gateway#comments</comments>
		<pubDate>Wed, 02 Sep 2009 21:14:59 +0000</pubDate>
		<dc:creator>amjad</dc:creator>
				<category><![CDATA[Microtips]]></category>

		<guid isPermaLink="false">http://linuxgravity.com/?p=266</guid>
		<description><![CDATA[route add default gw eth0 OR route add default gw 192.168.1.1 
]]></description>
		<wfw:commentRss>http://linuxgravity.com/adding-a-default-gateway/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to rename a file in Linux</title>
		<link>http://linuxgravity.com/how-to-rename-a-file-in-linux</link>
		<comments>http://linuxgravity.com/how-to-rename-a-file-in-linux#comments</comments>
		<pubDate>Wed, 02 Sep 2009 21:09:43 +0000</pubDate>
		<dc:creator>amjad</dc:creator>
				<category><![CDATA[Microtips]]></category>

		<guid isPermaLink="false">http://linuxgravity.com/?p=264</guid>
		<description><![CDATA[mv old_file_name new_file_name
]]></description>
		<wfw:commentRss>http://linuxgravity.com/how-to-rename-a-file-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
