<?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>Chronicles from Edinburgh &#187; ubuntu</title>
	<atom:link href="http://www.micheledallatorre.it/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.micheledallatorre.it/blog</link>
	<description>[.::MDT::.] on the Internet</description>
	<lastBuildDate>Sun, 20 Dec 2009 00:04:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu: splash option in grub</title>
		<link>http://www.micheledallatorre.it/blog/2009/05/15/ubuntu-splash-option-in-grub/</link>
		<comments>http://www.micheledallatorre.it/blog/2009/05/15/ubuntu-splash-option-in-grub/#comments</comments>
		<pubDate>Fri, 15 May 2009 22:14:10 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[splash]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=475</guid>
		<description><![CDATA[Do you want to have something like that:
when your boot your Ubuntu, instead of having a black screen full of lines? 
Here you can find the instructions!
First, open the menu.lst file with your favourite editor. Remember that you need to be root user (this is way we use the sudo option):

sudo gedit /boot/grub/menu.lst

Then, remove the [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2009/05/15/ubuntu-splash-option-in-grub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert EPS to PDF</title>
		<link>http://www.micheledallatorre.it/blog/2009/04/24/how-to-convert-eps-to-pdf/</link>
		<comments>http://www.micheledallatorre.it/blog/2009/04/24/how-to-convert-eps-to-pdf/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 15:49:27 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[eps]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=594</guid>
		<description><![CDATA[In Ubuntu the simplest way to convert EPS files to PDF is to use the epstopdf command.
To install it, type this command into your terminal:

sudo apt-get install texlive-extra-utils

Then simply use this command to convert any EPS file to a PDF:

epstopdf &#60;filename&#62;





			Share this on del.icio.us
		

			Digg this!
		

			Share this on Reddit
		

			Stumble upon something good? Share it on StumbleUpon
		

			Share [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2009/04/24/how-to-convert-eps-to-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to save SSH passwords in Terminal (on linux Ubuntu)</title>
		<link>http://www.micheledallatorre.it/blog/2009/01/10/how-to-save-ssh-passwords-in-terminal-on-linux-ubuntu/</link>
		<comments>http://www.micheledallatorre.it/blog/2009/01/10/how-to-save-ssh-passwords-in-terminal-on-linux-ubuntu/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 09:29:34 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=454</guid>
		<description><![CDATA[This simple tutorial explains you how to save a SSH password using one simple alias.

Open the terminal and edit with your favourite text editor (vim in this case) the file .bashrc:

vim ~/.bashrc


Add the new alias to the file (obviously change &#8220;user&#8221; with your SSH username and &#8220;host.com&#8221; with your SSH address host):

alias s='ssh -2 -p [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2009/01/10/how-to-save-ssh-passwords-in-terminal-on-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install Java SDK on ubuntu</title>
		<link>http://www.micheledallatorre.it/blog/2009/01/09/how-to-install-java-sdk-on-ubuntu/</link>
		<comments>http://www.micheledallatorre.it/blog/2009/01/09/how-to-install-java-sdk-on-ubuntu/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 18:04:09 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=445</guid>
		<description><![CDATA[
Open a terminal and type:

sudo apt-get install java6-sdk


You will get a message similar to:

Lettura della lista dei pacchetti in corso... Fatto
Generazione dell'albero delle dipendenze in corso       
Lettura delle informazioni di stato... Fatto     
Il pacchetto java6-sdk è un pacchetto virtuale fornito da:
  sun-java6-jdk 6-07-3ubuntu2
  [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2009/01/09/how-to-install-java-sdk-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update ad Ubuntu 8.04 LTS</title>
		<link>http://www.micheledallatorre.it/blog/2008/05/02/update-ad-ubuntu-804-lts/</link>
		<comments>http://www.micheledallatorre.it/blog/2008/05/02/update-ad-ubuntu-804-lts/#comments</comments>
		<pubDate>Thu, 01 May 2008 23:58:54 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=56</guid>
		<description><![CDATA[Ho appena finito di aggiornare il mio sistema operativo linux all&#8217;ultima versione di Ubuntu ma è stato più difficile del previsto. Dopo circa 5 ore tra scaricamento ed installazione pacchetti, mi trovo davanti una schermata nera!!!
Grazie a Napo che mi ha aiutato ad installare la famigerata scheda NVIDIA così:

all&#8217;avvio, quando compare la schermata nera, digitare [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2008/05/02/update-ad-ubuntu-804-lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
