<?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>fugaz &#187; Utilities</title>
	<atom:link href="http://www.fugaz.net/category/utilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fugaz.net</link>
	<description>stateless version</description>
	<lastBuildDate>Sat, 14 Aug 2010 13:26:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Classici sotto l&#8217;ombrellone</title>
		<link>http://www.fugaz.net/2010/08/14/classici-sotto-lombrellone/</link>
		<comments>http://www.fugaz.net/2010/08/14/classici-sotto-lombrellone/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 12:55:37 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://www.fugaz.net/2010/08/14/classici-sotto-lombrellone/">fugaz</span></dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[classici]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[kindle]]></category>

		<guid isPermaLink="false">http://www.fugaz.net/?p=357</guid>
		<description><![CDATA[Su Liber Liber sono disponibili i classici Iliade (nella traduzione di Vincenzo Monti) e Odissea (nella traduzione di Ippolito Pindemonte) in formato .txt. Questi gli script calibre per convertire in formato .mobi, compatibile con Amazon Kindle: ebook-convert iliade.txt iliade.mobi \ --input-encoding=iso8859-1 \ --output-profile=kindle \ --single-line-paras \ --authors=Omero \ --title=Iliade \ --isbn=978-88-17-12969-0 \ --chapter="//h:p[re:test(., 'LIBRO ')]" [...]]]></description>
			<content:encoded><![CDATA[<p>Su <a href="http://www.liberliber.it/biblioteca/h/homerus/index.htm">Liber Liber</a> sono disponibili i classici Iliade (nella traduzione di Vincenzo Monti) e Odissea (nella traduzione di Ippolito Pindemonte) in formato .txt.</p>
<p>Questi gli script calibre per convertire in formato .mobi, compatibile con Amazon Kindle:</p>
<pre>ebook-convert iliade.txt iliade.mobi \
    --input-encoding=iso8859-1 \
    --output-profile=kindle \
    --single-line-paras \
    --authors=Omero \
    --title=Iliade \
    --isbn=978-88-17-12969-0 \
    --chapter="//h:p[re:test(., 'LIBRO ')]"</pre>
<pre>ebook-convert odissea.txt odissea.mobi \
    --input-encoding=iso8859-1 \
    --output-profile=kindle \
    --single-line-paras \
    --authors=Omero \
    --title=Odissea \
    --isbn=978-88-17-02071-8 \
    --chapter="//h:p[re:test(., 'LIBRO ')]"</pre>
<p>Bonus:</p>
<pre>ebook-convert principe.txt principe.mobi \
    --input-encoding=iso8859-1 \
    --output-profile=kindle \
    --authors="Niccolo Machiavelli" \
    --title="Il Principe"  \
    --chapter="//h:p[re:test(., 'Cap.')]/following-sibling::*[1]"</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.fugaz.net/2010/08/14/classici-sotto-lombrellone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acer Aspire 5315 fan issue on Ubuntu (solved)</title>
		<link>http://www.fugaz.net/2010/01/23/acer-aspire-fan-issue-solved/</link>
		<comments>http://www.fugaz.net/2010/01/23/acer-aspire-fan-issue-solved/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 11:03:47 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://www.fugaz.net/2010/01/23/acer-aspire-fan-issue-solved/">fugaz</span></dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[5315]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.fugaz.net/?p=283</guid>
		<description><![CDATA[There is a (well known) (design) problem with the Acer Aspire 5315 preventing the fan to work properly and eventually shutting down the computer to protect from overheating. Solution comes from here and here: install mempat binary and acer_fancontrol script into /usr/bin. You have to find out the correct memory address for mmap(). For the [...]]]></description>
			<content:encoded><![CDATA[<p>There is a (<a href="http://www.bing.com/search?q=acer+5315+shutdown&amp;form=OSDSRC">well known</a>) (<a href="http://ubuntuforums.org/showpost.php?p=4925392&amp;postcount=117">design</a>) problem with the Acer Aspire 5315 preventing the fan to work properly and eventually shutting down the computer to protect from overheating.</p>
<p><span id="more-283"></span>Solution comes from <a href="http://ubuntuforums.org/showpost.php?p=4651436&amp;postcount=99">here</a> and <a href="http://www.mail-archive.com/acpi-bugzilla@lists.sourceforge.net/msg14582.html">here</a>:</p>
<ol>
<li>install mempat binary</li>
<li>and acer_fancontrol script</li>
</ol>
<p>into /usr/bin.</p>
<p>You have to find out the correct memory address for mmap().</p>
<p>For the 5315 wit 1.5G RAM PATCH_ADDRESS=x5F6BCEAF.</p>
<p>Add acer_fancontrol to /etc/rc.local and restart.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fugaz.net/2010/01/23/acer-aspire-fan-issue-solved/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Remote encrypted backup using gpg and rsync</title>
		<link>http://www.fugaz.net/2009/10/29/remote-encrypted-backup-using-gpg-and-rsync/</link>
		<comments>http://www.fugaz.net/2009/10/29/remote-encrypted-backup-using-gpg-and-rsync/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 20:38:55 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://www.fugaz.net/2009/10/29/remote-encrypted-backup-using-gpg-and-rsync/">fugaz</span></dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://www.fugaz.net/?p=149</guid>
		<description><![CDATA[Bare bones script to encrypt and copy all .pdf, .xls and .csv files in current directory to a remote server using rsync (I recommend rsync.net) #! /bin/bash R_USER="&#60;your_user&#62;" R_HOST="&#60;your_host&#62;" BASENAME=`basename "$PWD"` echo "Your destination:" read GPG_DEST find . -iname '*[pdf&#124;xls&#124;csv]' -exec echo '{}' \; &#124; while read f do if [ ! -f "$f".gpg ]; [...]]]></description>
			<content:encoded><![CDATA[<p>Bare bones script to encrypt and copy all .pdf, .xls and .csv files in current directory to a remote server using rsync (I recommend <a href="http://rsync.net">rsync.net</a>)</p>
<pre>#! /bin/bash
R_USER="&lt;your_user&gt;"
R_HOST="&lt;your_host&gt;"
BASENAME=`basename "$PWD"`

echo "Your destination:"

read GPG_DEST

find . -iname '*[pdf|xls|csv]' -exec echo '{}' \; | while read f
do
    if [ ! -f "$f".gpg ]; then
        gpg -e -r $GPG_DEST "$f"
    fi
done

rsync -r --exclude=*.pdf --exclude=*.xls --exclude=*.csv --include=*.pdf.gpg . "$R_USER@$R_HOST:Documents/$BASENAME"</pre>
<div><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: small;"><span style="line-height: 18px; white-space: pre;"><br />
</span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fugaz.net/2009/10/29/remote-encrypted-backup-using-gpg-and-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
