<?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; howto</title>
	<atom:link href="http://www.micheledallatorre.it/blog/tag/howto/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 change the size of the history in Linux</title>
		<link>http://www.micheledallatorre.it/blog/2009/05/12/how-to-change-the-size-of-the-history-in-linux/</link>
		<comments>http://www.micheledallatorre.it/blog/2009/05/12/how-to-change-the-size-of-the-history-in-linux/#comments</comments>
		<pubDate>Tue, 12 May 2009 09:58:10 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=494</guid>
		<description><![CDATA[Go to your home folder and open with a text editor (I will use vim) the .profile or the .bashrc_profile file.

# Go to your home folder, that is /home/username
cd ~ 
# Now edit your profile. 
# You can edit the file 
# .bashrc_profile if you prefer
vim .profile

Add the following line to your file, then save [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2009/05/12/how-to-change-the-size-of-the-history-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSV template for importing contacts in Gmail</title>
		<link>http://www.micheledallatorre.it/blog/2009/05/11/csv-template-for-importing-contacts-in-gmail/</link>
		<comments>http://www.micheledallatorre.it/blog/2009/05/11/csv-template-for-importing-contacts-in-gmail/#comments</comments>
		<pubDate>Mon, 11 May 2009 22:56:23 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=627</guid>
		<description><![CDATA[Yesterday I needed to import a lot of contacts in Gmail in order to create a group.
There is a simple and fast way to do this almost automatically, provided that you already have, or at least know how to create, a Comma Separated Values (CSV) file of contacts.
Here is the CSV layout:

Name,E-mail,Notes,Section 1 - Description,Section [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2009/05/11/csv-template-for-importing-contacts-in-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux bash: how to sort a file</title>
		<link>http://www.micheledallatorre.it/blog/2009/04/30/linux-bash-how-to-sort-a-file/</link>
		<comments>http://www.micheledallatorre.it/blog/2009/04/30/linux-bash-how-to-sort-a-file/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 21:33:53 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[delicious]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/2009/04/30/linux-bash-how-to-sort-a-file/</guid>
		<description><![CDATA[I just discovered that there is already one sort command in the linux bash!  
Simply use the following code to sort your dict.txt file and output the result to mydict.txt:

sort dict.txt &#62; mydict.txt





			Share this on del.icio.us
		

			Digg this!
		

			Share this on Reddit
		

			Stumble upon something good? Share it on StumbleUpon
		

			Share this on Technorati
		

			Post this to MySpace
		

			Share this [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2009/04/30/linux-bash-how-to-sort-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to export charts from a Calc spreadsheet to EPS</title>
		<link>http://www.micheledallatorre.it/blog/2009/04/26/how-to-export-charts-from-a-calc-spreadsheet-to-eps/</link>
		<comments>http://www.micheledallatorre.it/blog/2009/04/26/how-to-export-charts-from-a-calc-spreadsheet-to-eps/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 23:14:35 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[calc]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[eps]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[openoffice]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=589</guid>
		<description><![CDATA[If you need to export the chars you have in a Calc spreadsheet to EPS, for example to put them in a LaTeX file, you can use this macro in OpenOffice Calc:

' Export all charts from a Calc spreadsheet -- Jose Fonseca

Sub Main
   Dim oDoc, oDocCtrl, oDocFrame, oDispatchHelper
   oDoc = ThisComponent
 [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2009/04/26/how-to-export-charts-from-a-calc-spreadsheet-to-eps/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>Come creare un floppy disk di boot</title>
		<link>http://www.micheledallatorre.it/blog/2008/11/07/come-creare-un-floppy-disk-di-boot/</link>
		<comments>http://www.micheledallatorre.it/blog/2008/11/07/come-creare-un-floppy-disk-di-boot/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 23:48:24 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[floppy]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=411</guid>
		<description><![CDATA[Per aggiornare il BIOS della scheda madre è spesso richiesto un floppy disk di boot (in inglese: &#8220;bootable floppy disk&#8221;), che faccia cioè partire MSDOS all&#8217;avvio del PC.
Come farlo?
Due modi possibili:


semplicemente da Windows andate su
Esplora risorse
selezionate l&#8217;unità
A:\
cliccate con il tasto destro del mouse e formattatela (attenzione che perderete tutti i dati, copiateli prima!)
infine selezionate l&#8217;opzione
&#8220;Crea [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2008/11/07/come-creare-un-floppy-disk-di-boot/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installare website baker su Aruba</title>
		<link>http://www.micheledallatorre.it/blog/2008/11/06/installare-website-baker-su-aruba/</link>
		<comments>http://www.micheledallatorre.it/blog/2008/11/06/installare-website-baker-su-aruba/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 16:09:00 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[aruba]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[website baker]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=131</guid>
		<description><![CDATA[Istruzioni per installare il CMS website baker su hosting Aruba: 

acquistare hosting linux (website baker non funziona con server IIS sotto windows!)
installare website baker come da istruzioni
nel caso di errore 500 Internal Server Error, settare i permessi a 755 alla cartella pages ed alla sottocartella (vedi anche qui)
se pubblicando delle news queste compaiono, ma cliccando [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2008/11/06/installare-website-baker-su-aruba/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
