<?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>Gnuton's Blog</title>
	<atom:link href="http://www.gnuton.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gnuton.org/blog</link>
	<description>A little blog of a little dreamer</description>
	<lastBuildDate>Sun, 08 Aug 2010 11:31:38 +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>Setting up a personal remote git repository</title>
		<link>http://www.gnuton.org/blog/2010/08/setting-up-a-personal-remote-git-repository/</link>
		<comments>http://www.gnuton.org/blog/2010/08/setting-up-a-personal-remote-git-repository/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 11:31:38 +0000</pubDate>
		<dc:creator>gnuton</dc:creator>
				<category><![CDATA[myDocs]]></category>
		<category><![CDATA[myLinux]]></category>

		<guid isPermaLink="false">http://www.gnuton.org/blog/?p=458</guid>
		<description><![CDATA[Even if Forum Nokia gives public git repositories for free, in some cases coders want to keep their work in a &#8220;more secret&#8221; place. So I set up a git remote repository on my home server. Here are the steps I followed to have it in place: On the server side: 1. apt-get install apache2 [...]]]></description>
			<content:encoded><![CDATA[<p>Even if Forum Nokia gives public git repositories for free, in some cases coders want to keep their work in a &#8220;more secret&#8221; place. So I set up a git remote repository on my home server.</p>
<p>Here are the steps I followed to have it in place:</p>
<p>On the server side:</p>
<p>1. apt-get install apache2 git-core gitweb</p>
<p>2. mkdir  /var/cache/git</p>
<p>Now we can create our first remote repository:</p>
<p>1. cd /var/cache/git/repository-name.git</p>
<p>2. git &#8211;bare init</p>
<p>3. chown﻿﻿ your _ssh_username ﻿/var/cache/git/repository-name.git -R</p>
<p>4. chgrp﻿﻿ your _ssh_username ﻿/var/cache/git/repository-name.git -R</p>
<p>So we have initialized an empty git repository  and we are now ready to use it!</p>
<p>On your local machine:</p>
<p>1. ﻿ git clone ssh://your_ssh_username@remote_server/var/cache/git/repository-name.git</p>
<p>2. cd repository-name</p>
<p>Let&#8217;s now try to do a simple basic operation, like adding a file to the repository</p>
<p>1. touch HELLO</p>
<p>2. git add HELLO</p>
<p>3. git commit -a -m &#8220;Add HELLO&#8221;</p>
<p>4. git push origin master</p>
<p>Moreover, since we installed gitweb, it shows our commits. Gitweb is available at  http://remote_server/gitweb</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuton.org/blog/2010/08/setting-up-a-personal-remote-git-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to translate PDFs using Google Translator</title>
		<link>http://www.gnuton.org/blog/2010/05/how-to-translate-pdfs-using-google-translator/</link>
		<comments>http://www.gnuton.org/blog/2010/05/how-to-translate-pdfs-using-google-translator/#comments</comments>
		<pubDate>Fri, 28 May 2010 20:09:45 +0000</pubDate>
		<dc:creator>gnuton</dc:creator>
				<category><![CDATA[myDocs]]></category>

		<guid isPermaLink="false">http://www.gnuton.org/blog/?p=454</guid>
		<description><![CDATA[So far this is the best way I know to translate PDFs using google translator without losing images and text formatting. What you have to do is: 1) Upload the PDF to http://viewer.zoho.com/ 2) Get the URL of the uploaded document 3) paste the URL in http://translate.google.com Enjoy!]]></description>
			<content:encoded><![CDATA[<p>So far this is the best way I know to translate PDFs using google translator without losing images and text formatting.<br />
What you have to do is:<br />
1) Upload the PDF to http://viewer.zoho.com/<br />
2) Get the URL of the uploaded document<br />
3) paste the URL in http://translate.google.com<br />
Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuton.org/blog/2010/05/how-to-translate-pdfs-using-google-translator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacBook  PRO 4.1 and poor wireless antenna</title>
		<link>http://www.gnuton.org/blog/2010/03/macbook-pro-4-1-and-poor-wireless-antenna/</link>
		<comments>http://www.gnuton.org/blog/2010/03/macbook-pro-4-1-and-poor-wireless-antenna/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 12:39:11 +0000</pubDate>
		<dc:creator>gnuton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gnuton.org/blog/2010/03/macbook-pro-4-1-and-poor-wireless-antenna/</guid>
		<description><![CDATA[I&#8217;m back to Italy and I&#8217;m using an Alice Pirelli router as internet gateway. This kind of router is unfortunately pretty standard here although it&#8217;s very crappy. The Pirelli wireless router is a very basic device and looks that its signal strength is not enough for my macbook pro. The Pirelli device is placed in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back to Italy and I&#8217;m using an Alice Pirelli router as internet gateway. This kind of router is unfortunately pretty standard here although it&#8217;s very crappy.<br />
The Pirelli wireless router is a very basic device and looks that its signal strength is not enough for my macbook pro.<br />
The Pirelli device is placed in the living room and between me and the router there is just a wall. Despite all my devices (Phones/PCs) in this room are able to get a good signal strength, my macbook pro doesn&#8217;t.<br />
One time more, I would like to know what makes this laptop cool.. except the brand..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuton.org/blog/2010/03/macbook-pro-4-1-and-poor-wireless-antenna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing KUbuntu Linux from USB drive</title>
		<link>http://www.gnuton.org/blog/2010/03/installing-kubuntu-linux-from-usb-drive/</link>
		<comments>http://www.gnuton.org/blog/2010/03/installing-kubuntu-linux-from-usb-drive/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 08:08:07 +0000</pubDate>
		<dc:creator>gnuton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gnuton.org/blog/2010/03/installing-kubuntu-linux-from-usb-drive/</guid>
		<description><![CDATA[Since my new barebone doesn&#8217;t have any CD/DVD reader, I had to install linux via USB HDD. I hadn&#8217;t find a good documentation about this topic, then I&#8217;ve decided to write this little post. Well&#8230; things are pretty simple: 1) Install &#8220;unetbootin&#8221; with &#8220;apt-get&#8221; or from http://unetbootin.sourceforge.net/ 2) Download latest version of KUbuntu from KUbuntu.org [...]]]></description>
			<content:encoded><![CDATA[<p>Since my new barebone doesn&#8217;t have any CD/DVD reader, I had to install linux via USB HDD.<br />
I hadn&#8217;t find a good documentation about this topic, then I&#8217;ve decided to write this little post.<br />
Well&#8230; things are pretty simple:<br />
1) Install &#8220;unetbootin&#8221; with &#8220;apt-get&#8221; or  from http://unetbootin.sourceforge.net/<br />
2) Download latest version of KUbuntu from KUbuntu.org<br />
3) plug your usb mass storage device (usb dongle or HDD)<br />
4) format it with mkfs.ex3 /dev/sdX where X is the letter of your device<br />
    (to know that letter you could read last dmesg lines)<br />
5) run unetbootin<br />
6) select the image<br />
7) click &#8220;Create&#8221; <img src='http://www.gnuton.org/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> unplug the usb device from the first linux box and plug it in to the barebone.<br />
9) Switch the barebone on.<br />
10) Press F8 (If you have an ASUS motherboard) to boot from USB<br />
11) grub will say that it can&#8217;t load &#8220;linux&#8221; kernel<br />
12) to run your image write this: &#8220;ubnkern ubninit boot=casper BOOT=casper nopersistent rw</p>
<p>That&#8217;s all. Good installation! ;D</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuton.org/blog/2010/03/installing-kubuntu-linux-from-usb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling a custom Ubuntu Kernel step by step</title>
		<link>http://www.gnuton.org/blog/2009/12/compiling-a-custom-ubuntu-kernel-step-by-step/</link>
		<comments>http://www.gnuton.org/blog/2009/12/compiling-a-custom-ubuntu-kernel-step-by-step/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 11:30:59 +0000</pubDate>
		<dc:creator>gnuton</dc:creator>
				<category><![CDATA[myLinux]]></category>

		<guid isPermaLink="false">http://www.gnuton.org/blog/?p=424</guid>
		<description><![CDATA[I want to list here brefly all steps to compile a custom Ubuntu kernel sudo -s apt-get install kernel-source kernel-package libncurses5-dev fakeroot cd /usr/src tar xvjf tar xjvf linux-source-`uname -r`.tar.bz2 ln -s /usr/src/linux-source-2.6.31 linux cd /usr/src/linux cp /boot/config-`uname -r` /usr/src/linux/.config make menuconfig Now you can modify the kernel configuration&#8230; make-kpkg clean fakeroot make-kpkg –initrd –append-to-version=-custom [...]]]></description>
			<content:encoded><![CDATA[<p>I want to list here brefly all steps to compile a custom Ubuntu kernel</p>
<ul>
<li>sudo -s</li>
<li>apt-get install kernel-source kernel-package libncurses5-dev fakeroot</li>
<li>cd /usr/src</li>
<li>tar xvjf tar xjvf linux-source-`uname -r`.tar.bz2</li>
<li>ln -s /usr/src/linux-source-2.6.31 linux</li>
<li>cd /usr/src/linux</li>
<li>cp /boot/config-`uname -r` /usr/src/linux/.config</li>
<li>make menuconfig</li>
<li>Now you can modify the kernel configuration&#8230;</li>
<li>make-kpkg clean</li>
<li>fakeroot make-kpkg –initrd –append-to-version=-custom kernel_image kernel_headers</li>
</ul>
<p>After some time you will have debian packages like: linux-image-xxx.deb linux-headers-xxx.deb in /usr/src</p>
<p>Use dpkg -i *.deb to install it, reboot your machine and select them in grub/lilo.</p>
<div><a href="http://www.wordreference.com/enit/files#Otbl" target="_blank">Translate</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuton.org/blog/2009/12/compiling-a-custom-ubuntu-kernel-step-by-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text Adventures or Interactive Fiction</title>
		<link>http://www.gnuton.org/blog/2009/12/text-adventures-or-interactive-fiction/</link>
		<comments>http://www.gnuton.org/blog/2009/12/text-adventures-or-interactive-fiction/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 13:22:06 +0000</pubDate>
		<dc:creator>gnuton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gnuton.org/blog/2009/12/text-adventures-or-interactive-fiction/</guid>
		<description><![CDATA[Today I found an Interactive fiction interpreter running in several platforms&#8230; and of course Linux is one of them&#8230;After trying it in my linux box I tried to compile it for my N900. Still there are some issues compiling JAM (a replacement for make) for X86 target&#8230; The interpreter is called Gargoyle and it claims [...]]]></description>
			<content:encoded><![CDATA[<p>Today I found an Interactive fiction interpreter running in several platforms&#8230; and of course Linux is one of them&#8230;<br />After trying it in my linux box I tried to compile it for my N900. Still there are some issues compiling JAM (a replacement for make) for X86 target&#8230;</p>
<p>The interpreter is called Gargoyle and it claims to be able read all kind of IF file types.</p>
<p> Ubuntu packages are available here: https://launchpad.net/~radix/+archive/ppa<br />A lot of Quests are available&#8230; use google to find them&#8230;</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=f596d65f-1526-83bb-b24d-11edc9736787" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuton.org/blog/2009/12/text-adventures-or-interactive-fiction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acquistare un account megavideo premium a 30% in meno dall Europa</title>
		<link>http://www.gnuton.org/blog/2009/11/acquistare-un-account-megavideo-premium-a-30-in-meno-dall-europa/</link>
		<comments>http://www.gnuton.org/blog/2009/11/acquistare-un-account-megavideo-premium-a-30-in-meno-dall-europa/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 09:53:08 +0000</pubDate>
		<dc:creator>gnuton</dc:creator>
				<category><![CDATA[myDocs]]></category>
		<category><![CDATA[myFunStuff]]></category>

		<guid isPermaLink="false">http://www.gnuton.org/blog/2009/11/acquistare-un-account-megavideo-premium-a-30-in-meno-dall-europa/</guid>
		<description><![CDATA[Grazie a questo video apparso su youtube, son venuto a conoscenza di un trucchetto carino per salvare qualche euro durante l&#8217;acquisto di un account megavideo premium. In pratica tale &#8220;procedura&#8221; ti consente di acquistare un account megavideo/megaupload premium pagando in dollari l&#8217;importo che avresti pagato in euro. Per esempio invece di pagare 79,99 Euro un [...]]]></description>
			<content:encoded><![CDATA[<p>Grazie a <a href="http://www.youtube.com/watch?v=2ZiMnksBBKc">questo</a> video apparso su youtube, son venuto a conoscenza di un trucchetto carino per salvare qualche euro durante l&#8217;acquisto di un account megavideo premium.<br />
In pratica tale &#8220;procedura&#8221; ti consente di acquistare un account megavideo/megaupload premium pagando in dollari l&#8217;importo che avresti pagato in euro.<br />
Per esempio invece di pagare 79,99 Euro un account di 2 anni, lo paghi 79,99 dollari (=53 euro circa).</p>
<p>Sfortunatamente i proxy americani sono difficili da reperire. Ce ne sono di gratuiti, ma non permettono la connessione a Paypal o son lentissimi.</p>
<p>Io ho usato questo:  <strong>planetlab03.cs.washington.edu:3128</strong> e questa e&#8217; la procedura da seguire.<br />
1. mi registro a megavideo.com<br />
2. attivo il proxy americano<br />
3. essendo ancora loggato nel sito, vado sul tab &#8220;premium&#8221; e clicco sull icona di paypal per acuistare l opzione premium desiderata<br />
4. la connessione si interrompe e&#8217; viene mostrata un pagina di errore, questo accade  perche il proxy non mi permette l acquisto. (NO PROBLEM!)<br />
5. disattivo il proxy<br />
6. aggiorno la pagina che mostra l errore di connessione, cliccando su SI quando la finestra di dialogo chiede se si vuole<br />
inviare i dati nuovamente.<br />
7. Posso ora accedere a paypal. L importo da pagare viene mostrato nella schermata subito o dopo il login.</p>
<p>8. Pochi minuti dopo il pagamento una mail di notifica ci conferma l&#8217;attivazione del nostro account premium.</p>
<p>Sharing di un Account Megavideo tra utenti:</p>
<p>L account megavideo dovrebbe permettere la connessione contemporanea di max 5 utenti. L&#8217;account viene disattivato per 6 ore nel caso in cui + di 5 IP diversi sono connessi con lo stesso account premium.<br />
Dopo le 6 ore, la password dell account viene resettata ed inviata alla mail usata al momento della registrazione dell account.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=16171923-736c-87b4-8b7b-5f87054950ee" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuton.org/blog/2009/11/acquistare-un-account-megavideo-premium-a-30-in-meno-dall-europa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first post written with ScribeFire</title>
		<link>http://www.gnuton.org/blog/2009/11/my-first-post-written-with-scribefire/</link>
		<comments>http://www.gnuton.org/blog/2009/11/my-first-post-written-with-scribefire/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 08:53:34 +0000</pubDate>
		<dc:creator>gnuton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gnuton.org/blog/2009/11/my-first-post-written-with-scribefire/</guid>
		<description><![CDATA[This is a test post written with a Firefox add-on..]]></description>
			<content:encoded><![CDATA[<p>This is a test post written with a Firefox add-on.. </p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=d324fb8a-d884-8746-97de-f138a7e5421f" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuton.org/blog/2009/11/my-first-post-written-with-scribefire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DD-WRT: Remove SSH login banner</title>
		<link>http://www.gnuton.org/blog/2009/11/dd-wrt-remove-ssh-login-banner/</link>
		<comments>http://www.gnuton.org/blog/2009/11/dd-wrt-remove-ssh-login-banner/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 22:15:49 +0000</pubDate>
		<dc:creator>gnuton</dc:creator>
				<category><![CDATA[myDocs]]></category>
		<category><![CDATA[myLinux]]></category>

		<guid isPermaLink="false">http://www.gnuton.org/blog/?p=413</guid>
		<description><![CDATA[Despite DD-WRT is a cool firmware there are some default things that looks very crap from a security point of view. One of these is the ssh login banner used by sshd. To remove it use Web interface &#62; Administration &#62; Commands &#62; paste echo "Unauthorized access is prohibited." &#62; /tmp/loginprompt killall dropbear dropbear -b [...]]]></description>
			<content:encoded><![CDATA[<p>Despite DD-WRT is a cool firmware there are some default things that looks very crap from a security point of view. One of these is the ssh login banner used by sshd.</p>
<p>To remove it use Web interface &gt; Administration &gt; Commands &gt; paste</p>
<pre><em>
<pre id="startup">echo "Unauthorized access is prohibited." &gt; /tmp/loginprompt
killall dropbear
dropbear -b /tmp/loginprompt -r /tmp/root/.ssh/ssh_host_rsa_key -d /tmp</pre>
<pre id="startup"></pre>
<p></em></pre>
<pre>and press "<em>Save Startup"</em> button<em>.
Power light will blink for 30 seconds. After that sshd will show new banner.

</em>gnuton@iron:~$ ssh root@192.168.1.1
Unauthorized access is prohibited.
root@192.168.1.1's password:</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuton.org/blog/2009/11/dd-wrt-remove-ssh-login-banner/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Edit webpages with in your web browser</title>
		<link>http://www.gnuton.org/blog/2009/06/edit-webpage-with-a-browser/</link>
		<comments>http://www.gnuton.org/blog/2009/06/edit-webpage-with-a-browser/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 19:08:57 +0000</pubDate>
		<dc:creator>gnuton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gnuton.org/blog/?p=410</guid>
		<description><![CDATA[There are some javascript tricks able to enable the hidden design mode. To do that you just need to put this: &#8220;javascript:document.body.contentEditable%20=%20&#8242;true&#8217;;%20document.designMode=&#8217;on&#8217;;%20void%200&#8243; in your address bar and you can switch it off with &#8220;javascript:document.body.contentEditable%20=%20&#8242;false&#8217;;%20document.designMode=&#8217;off&#8217;;%20void%200&#8243; The latest command doesn&#8217;t work in Firefox3. These commands should instead should work in Firefox3 too: &#8220;javascript:document.body.contentEditable=&#8221;true&#8221;;void0&#8243; and &#8220;javascript:document.body.contentEditable=&#8221;false&#8221;;void0&#8243;]]></description>
			<content:encoded><![CDATA[<p>There are some javascript tricks able to enable the hidden design mode.<br />
To do that you just need to put this: &#8220;javascript:document.body.contentEditable%20=%20&#8242;true&#8217;;%20document.designMode=&#8217;on&#8217;;%20void%200&#8243; in your address bar and you can switch it off with &#8220;javascript:document.body.contentEditable%20=%20&#8242;false&#8217;;%20document.designMode=&#8217;off&#8217;;%20void%200&#8243;</p>
<p>The latest command doesn&#8217;t work in Firefox3.<br />
These commands should instead should work in Firefox3 too:<br />
&#8220;javascript:document.body.contentEditable=&#8221;true&#8221;;void0&#8243; and &#8220;javascript:document.body.contentEditable=&#8221;false&#8221;;void0&#8243;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuton.org/blog/2009/06/edit-webpage-with-a-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
