<?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>Smemorando &#187; Work in progress</title>
	<atom:link href="http://www.smemorando.com/category/workinp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smemorando.com</link>
	<description>la libertà non esiste, siamo tutti schiavi</description>
	<lastBuildDate>Wed, 02 Jun 2010 08:10:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Estate</title>
		<link>http://www.smemorando.com/2010/06/02/estate/</link>
		<comments>http://www.smemorando.com/2010/06/02/estate/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 08:10:48 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Work in progress]]></category>

		<guid isPermaLink="false">http://www.smemorando.com/?p=487</guid>
		<description><![CDATA[l&#8217;estate è finalmente arrivata quindi ci risentiamo a settembre.]]></description>
			<content:encoded><![CDATA[<p>l&#8217;estate è finalmente arrivata quindi ci risentiamo a settembre.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smemorando.com/2010/06/02/estate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools per creare file vuoti di tutte le dimensioni</title>
		<link>http://www.smemorando.com/2010/01/28/tools-per-creare-file-vuoti-di-tutte-le-dimensioni/</link>
		<comments>http://www.smemorando.com/2010/01/28/tools-per-creare-file-vuoti-di-tutte-le-dimensioni/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 17:34:41 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Work in progress]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[fsutil]]></category>

		<guid isPermaLink="false">http://www.smemorando.com/?p=392</guid>
		<description><![CDATA[Capita a volte di aver bisogno di file di grandi dimensioni per i motivi più disparati, in queste occasioni tornano utili due tools uno da usare sotto Linux ed uno sotto Windows che ci permettono di farlo in modo molto semplice e rapido. Sotto Linux per questo scopo possiamo avvalerci del dd nel modo riportato [...]]]></description>
			<content:encoded><![CDATA[<p>Capita a volte di aver bisogno di file di grandi dimensioni per i motivi più disparati, in queste occasioni tornano utili due tools uno da usare sotto Linux ed uno sotto Windows che ci permettono di farlo in modo molto semplice e rapido.</p>
<p>Sotto Linux per questo scopo possiamo avvalerci del <strong>dd</strong> nel modo riportato di seguito:</p>
<p><strong>dd if=/dev/zero of=/home/fileditest bs=4k count=125000</strong></p>
<p>il valore finale 12500 identifica le dimensioni che in questo caso coincidono con 512MB.<br />
Il comando dd può essere utilizzato per svariati scopi quindi vi rimando al man.</p>
<p>Su Windows il tool è <strong>fsutil</strong> e va lanciato dal prompt dei comandi come segue:</p>
<p><strong>fsutil file createnew C:\fileditest.txt 536870912</strong></p>
<p>il valore 536870912 in byte corrisponde a 512MB.<br />
Se stiamo usando Vista dobbiamo ricordarci di avviare il prompt dei comandi con l&#8217;utente amministratore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smemorando.com/2010/01/28/tools-per-creare-file-vuoti-di-tutte-le-dimensioni/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scaricare i video da Youtube con Firefox</title>
		<link>http://www.smemorando.com/2009/12/13/scaricare-i-video-da-youtube-da-firefox/</link>
		<comments>http://www.smemorando.com/2009/12/13/scaricare-i-video-da-youtube-da-firefox/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 10:30:53 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Work in progress]]></category>
		<category><![CDATA[download]]></category>

		<guid isPermaLink="false">http://www.smemorando.com/?p=308</guid>
		<description><![CDATA[Grazie al plugin (Fast YouTube Download) è possibile scaricare con un click tutti i video presenti su youtube scegliendo il formato preferito.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Grazie al plugin <a href="https://addons.mozilla.org/it/firefox/addon/15002" target="_blank" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/it/firefox/addon/15002?referer=');">(Fast YouTube Download)</a> è possibile scaricare con un click tutti i video presenti su youtube scegliendo il formato preferito.</p>
<p style="text-align: center;"><a href="http://www.smemorando.com/wp-content/uploads/2009/12/plugin-firefox1.jpg"><img class="aligncenter size-full wp-image-312" title="plugin-firefox" src="http://www.smemorando.com/wp-content/uploads/2009/12/plugin-firefox1.jpg" alt="plugin-firefox" width="557" height="412" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.smemorando.com/2009/12/13/scaricare-i-video-da-youtube-da-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installare Gnome 3 Shell su Ubuntu 9.10</title>
		<link>http://www.smemorando.com/2009/12/07/installare-gnome-3-shell-su-ubuntu-9-10/</link>
		<comments>http://www.smemorando.com/2009/12/07/installare-gnome-3-shell-su-ubuntu-9-10/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 23:38:37 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Work in progress]]></category>
		<category><![CDATA[gnome shell]]></category>

		<guid isPermaLink="false">http://www.smemorando.com/?p=270</guid>
		<description><![CDATA[si mormora che uscirà solo nel settembre del 2010 ma si può già installare sudo apt-get install gnome-shell per lanciare Gnome 3 Shell gnome-shell &#8211;replace]]></description>
			<content:encoded><![CDATA[<p>si mormora che uscirà solo nel settembre del 2010 ma si può già installare<br />
<strong>sudo apt-get install gnome-shell</strong></p>
<p>per lanciare Gnome 3 Shell<br />
<strong>gnome-shell &#8211;replace</strong></p>
<p><a href="http://www.smemorando.com/wp-content/uploads/2009/12/gnome-shell1.png"><img src="http://www.smemorando.com/wp-content/uploads/2009/12/gnome-shell1-1024x640.png" alt="Gnome 3 Shell" title="Gnome Shell" width="512" height="320" class="aligncenter size-large wp-image-280" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.smemorando.com/2009/12/07/installare-gnome-3-shell-su-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installare RDAC su RedHat EN per ds4800</title>
		<link>http://www.smemorando.com/2009/08/13/installare-rdac-su-redhat-en-3-up-4-per-ds4800/</link>
		<comments>http://www.smemorando.com/2009/08/13/installare-rdac-su-redhat-en-3-up-4-per-ds4800/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 17:58:54 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Work in progress]]></category>
		<category><![CDATA[ds4800]]></category>
		<category><![CDATA[rdac]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[san]]></category>

		<guid isPermaLink="false">http://www.smemorando.com/?p=86</guid>
		<description><![CDATA[decomprimere il file rdac-LINUX-09.00.A5.22-source.tar.gz o comunque la versione che avete trovato con: tar -xvfz rdac-LINUX-09.00.A5.22-source.tar.gz per proseguire è necessario che nel vostro sistema sia gà isntallato gcc. posizionarsi all&#8217;interno della cartella: cd /linuxrdac poi lanciare i seguenti comandi: make clean make make install se tutto è andato bene ora bisogna modificata la riga initrd /initrd-x.x.xx-xx.xxmp.img [...]]]></description>
			<content:encoded><![CDATA[<p>decomprimere il file rdac-LINUX-09.00.A5.22-source.tar.gz o comunque la versione che avete trovato con:</p>
<p><strong>tar -xvfz rdac-LINUX-09.00.A5.22-source.tar.gz</strong><br />
<span style="font-size: 78%;">per proseguire è necessario che nel vostro sistema sia gà isntallato gcc.</span></p>
<p>posizionarsi all&#8217;interno della cartella:<em><strong><br />
</strong></em><strong>cd /linuxrdac</strong></p>
<p>poi lanciare i seguenti comandi:<br />
<strong>make clean<br />
make<br />
make install</strong><br />
<em><br />
</em>se tutto è andato bene ora bisogna modificata la riga initrd /initrd-x.x.xx-xx.xxmp.img al’interno del file di configurazione di GRUB come segue tenendo presente che sicuramente il file grub.conf sarà diverso da quello che riporto di seguito e non si deve assolutamente fare un copia/incolla di tutto ma è necessario modificarlo come riportato nell’esempio <em><strong>===contenuto del file grub.conf modificato===</strong></em>, aggiungendo solo la riga initrd /mpp-x.x.xx-xx.xxsmp.img e commentando la riga che nel mio caso è initrd /initrd-2.4.21-27.ELsmp.img con #.</p>
<p>La versione del file mpp-x.x.xx-xx.ELsmp.img presente nel sistema è sotto <strong>/boot/</strong>.</p>
<p><strong>vi /etc/grub.conf</strong></p>
<p># ====contenuto del file grub.conf iniziale===</p>
<p><em>title Red Hat Enterprise Linux AS (2.4.21-27.ELsmp)<br />
root (hd0,0)<br />
kernel /vmlinuz-2.4.21-27.ELsmp ro root=LABEL=/<br />
</em><em>initrd /initrd-2.4.21-27.ELsmp.img<br />
title Red Hat Enterprise Linux AS-up (2.4.21-27.EL)<br />
root (hd0,0)<br />
kernel /vmlinuz-2.4.21-27.EL ro root=LABEL=/<br />
initrd /initrd-2.4.21-27.EL.img<br />
</em><br />
# ====fine contenuto del file grub.conf iniziale===</p>
<p># ===inizio contenuto del file grub.conf modificato===</p>
<p>title Red Hat Enterprise Linux AS (2.4.21-27.ELsmp) MPP<br />
root (hd0,0)<br />
kernel /vmlinuz-2.4.21-27.ELsmp ro root=LABEL=/<br />
<em># initrd /initrd-2.4.21-27.ELsmp.img<br />
<strong>initrd /mpp-2.4.21-27.ELsmp.img</strong></em><br />
title Red Hat Enterprise Linux AS-up (2.4.21-27.EL)<br />
root (hd0,0)<br />
kernel /vmlinuz-2.4.21-27.EL ro root=LABEL=/<br />
initrd /initrd-2.4.21-27.EL.img</p>
<p># ===fine contenuto del file grub.conf modificato===</p>
<p>Riavviare e tutto dovrebbe andare.<br />
In alternativa al riavvio posso usare <strong>hot_add </strong>x aggiungere dischi su rdac.</p>
<p>Per fare qualche verifica sul funzionamento di quanto instalalto sotto <strong><em>/linuxrdac/utility</em></strong> ci sono alcuni tool tipo <em><strong>mppUtil</strong></em> che risultano molto utile per verificare ad esempio i canali che vengono visti dalla macchina, <strong><em>mppUtil -g 0.</em></strong></p>
<p><strong><span style="font-size: 78%;">NON SI GARANTISCE IN ALCUN MODO IL CORRETTO FUNZIONAMENTO DELLE PROCEDURE DESCRITTE ANCHE SE DA ME TESTATE. SE LE SEGUITE LO FATE A VOSTRO RISCHIO E PERICOLO</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.smemorando.com/2009/08/13/installare-rdac-su-redhat-en-3-up-4-per-ds4800/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
