<?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/tag/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>lftp connection : Access failed: 521 Data connections must be encrypted</title>
		<link>http://www.ecobuntu.org/uncategorized/lftp-connection-access-failed-521-data-connections-must-be-encrypted/</link>
		<comments>http://www.ecobuntu.org/uncategorized/lftp-connection-access-failed-521-data-connections-must-be-encrypted/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 09:14:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=206</guid>
		<description><![CDATA[<br/>If during an lftp session you get the error message: get: Access failed: 521 Data connections must be encrypted. (xxx.tar.gz) You will need to set this variable: lftp username@host.com:/> set ftp:ssl-protect-data true]]></description>
			<content:encoded><![CDATA[<br/><p>If during an lftp session you get the error message:</p>
<p><code>get: Access failed: 521 Data connections must be encrypted. (xxx.tar.gz)</code></p>
<p>You will need to set this variable:</p>
<p><code>lftp username@host.com:/> set ftp:ssl-protect-data true<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/uncategorized/lftp-connection-access-failed-521-data-connections-must-be-encrypted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>
