<?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>EcoBuntu.org &#187; Utilities</title>
	<atom:link href="http://www.ecobuntu.org/category/utilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ecobuntu.org</link>
	<description>Tech tips...</description>
	<lastBuildDate>Thu, 25 Jun 2009 09:14:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Grep text in PDF&#8217;s using pdftotext</title>
		<link>http://www.ecobuntu.org/utilities/grep-text-in-pdfs-using-pdftotext/</link>
		<comments>http://www.ecobuntu.org/utilities/grep-text-in-pdfs-using-pdftotext/#comments</comments>
		<pubDate>Thu, 14 May 2009 13:12:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[one liner]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=202</guid>
		<description><![CDATA[<br/>If you ever need to grep some specific tags in a bunch of pdf files, you can use the following one liner, e.g: for FILE in $(find /home/user/Desktop/downloads/ -name "*.pdf" 2>/dev/null -mtime -1 \! -type d -exec ls {} \;); do pdftotext $FILE - &#124; grep -o 'BZ [0-9]\{5\}';done]]></description>
			<content:encoded><![CDATA[<br/><p>If you ever need to grep some specific tags in a bunch of pdf files, you can use the following one liner, e.g:</p>
<p><code>for FILE in $(find /home/user/Desktop/downloads/ -name "*.pdf" 2>/dev/null -mtime -1 \! -type d -exec ls {} \;); do pdftotext $FILE - | grep -o 'BZ [0-9]\{5\}';done</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/utilities/grep-text-in-pdfs-using-pdftotext/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypt/Decrypt a file using openssl</title>
		<link>http://www.ecobuntu.org/utilities/encrypt_descrypt-a-file-using-openssl/</link>
		<comments>http://www.ecobuntu.org/utilities/encrypt_descrypt-a-file-using-openssl/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 14:47:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=188</guid>
		<description><![CDATA[<br/>Encrypt the file: openssl des3 -salt -in file.txt -out encrypted_file.txt Decrypt the file: openssl des3 -d -salt -in encrypted_file.txt -out decrypted_file.txt]]></description>
			<content:encoded><![CDATA[<br/><p><strong>Encrypt the file:</strong><br />
<code>openssl des3 -salt -in file.txt -out encrypted_file.txt</code><br />
<strong><br />
Decrypt the file:</strong><br />
<code>openssl des3 -d -salt -in encrypted_file.txt -out decrypted_file.txt</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/utilities/encrypt_descrypt-a-file-using-openssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Last.fm from the command line</title>
		<link>http://www.ecobuntu.org/utilities/lastfm-from-the-command-line/</link>
		<comments>http://www.ecobuntu.org/utilities/lastfm-from-the-command-line/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 11:57:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=148</guid>
		<description><![CDATA[<br/>If you are a command line addict, you can download shell-fm and start listening Last.fm from there. Links to customize it: http://jdin.blogspot.com http://shell-fm.wikidot.com/extending-shell-fm]]></description>
			<content:encoded><![CDATA[<br/><p>If you are a command line addict, you can download <a href="http://shell-fm.wikidot.com/installation">shell-fm</a> and start listening Last.fm from there.</p>
<p><em>Links to customize it:</em><br />
<a href="http://jdin.blogspot.com">http://jdin.blogspot.com</a><br />
<a href="http://shell-fm.wikidot.com/extending-shell-fm">http://shell-fm.wikidot.com/extending-shell-fm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/utilities/lastfm-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fsniper</title>
		<link>http://www.ecobuntu.org/utilities/fsniper/</link>
		<comments>http://www.ecobuntu.org/utilities/fsniper/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 12:36:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=123</guid>
		<description><![CDATA[<br/>fsniper allow to monitor your folders and trigger some actions based on the type of files you have there. Example: ~/.config/fsniper/config PDF files downloaded from Firefox on the desktop, get moved to ~/Desktop/pdf. watch { ~/Desktop { *.part { handler = echo ignoring file: %% } application/pdf { handler = mv %% ~/Desktop/pdf } } [...]]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://projects.l3ib.org/trac/fsniper">fsniper</a> allow to monitor your folders and trigger some actions based on the type of files you have there.</p>
<p><strong>Example: ~/.config/fsniper/config</strong><br />
PDF files downloaded from Firefox on the desktop, get moved to  ~/Desktop/pdf.</p>
<p>watch {<br />
~/Desktop {<br />
*.part {<br />
			 handler = echo ignoring file: %%<br />
}<br />
   application/pdf {</p>
<p>     handler = mv %% ~/Desktop/pdf<br />
}<br />
   }<br />
}</p>
<p>Fsniper can be run in <strong>daemon</strong> mode:</p>
<p><code>fsniper --daemon</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/utilities/fsniper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check process using strace</title>
		<link>http://www.ecobuntu.org/utilities/check-process-using-strace/</link>
		<comments>http://www.ecobuntu.org/utilities/check-process-using-strace/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 14:58:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=191</guid>
		<description><![CDATA[<br/>strace -f -r -o pid.out -p {PID}]]></description>
			<content:encoded><![CDATA[<br/><p><code>strace -f -r -o pid.out -p {PID}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/utilities/check-process-using-strace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
