<?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"
	>

<channel>
	<title>arearelax.org</title>
	<atom:link href="http://www.arearelax.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arearelax.org</link>
	<description>Solo un altro weblog targato WordPress</description>
	<pubDate>Mon, 16 Feb 2009 22:22:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Remove wicd</title>
		<link>http://www.arearelax.org/2009/02/16/remove-wicd/</link>
		<comments>http://www.arearelax.org/2009/02/16/remove-wicd/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 22:22:17 +0000</pubDate>
		<dc:creator>acido</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[wicd]]></category>

		<category><![CDATA[wifi]]></category>

		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.arearelax.org/?p=60</guid>
		<description><![CDATA[
If you read this message when you try to remove wicd
invoke-rc.d: initscript wicd, action "stop" failed.
do this:
~# mv /var/lib/dpkg/info/wicd.prerm /some/directory/
~# apt-get remove --purge wicd linux,  debian,  wireless,  wifi,  wicd
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.arearelax.org/blog/wp-content/uploads/2009/02/wicd_client_logo.png"><img class="aligncenter size-medium wp-image-61" title="wicd_client_logo" src="http://www.arearelax.org/blog/wp-content/uploads/2009/02/wicd_client_logo.png" alt="" width="128" height="128" /></a></p>
<p>If you read this message when you try to remove <em><strong><a href="http://wicd.sourceforge.net/">wicd</a></strong></em></p>
<p><code>invoke-rc.d: initscript wicd, action "stop" failed.</code></p>
<p>do this:</p>
<p><code>~# mv /var/lib/dpkg/info/wicd.prerm /some/directory/<br />
~# apt-get remove --purge wicd</code><br /><p class="technorati_tags"> <a href="http://technorati.com/tag/linux" rel="tag">linux</a>, <a href="http://technorati.com/tag/debian" rel="tag"> debian</a>, <a href="http://technorati.com/tag/wireless" rel="tag"> wireless</a>, <a href="http://technorati.com/tag/wifi" rel="tag"> wifi</a>, <a href="http://technorati.com/tag/wicd" rel="tag"> wicd</a></p><br>
]]></content:encoded>
			<wfw:commentRss>http://www.arearelax.org/2009/02/16/remove-wicd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wl-167g with WPA network</title>
		<link>http://www.arearelax.org/2008/11/25/wl-167g-with-wpa-network/</link>
		<comments>http://www.arearelax.org/2008/11/25/wl-167g-with-wpa-network/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 18:41:19 +0000</pubDate>
		<dc:creator>acido</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[ralink]]></category>

		<category><![CDATA[wifi]]></category>

		<category><![CDATA[wireless]]></category>

		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://www.arearelax.org/?p=51</guid>
		<description><![CDATA[HowTo config a wireless ASUS WL-167G (ralink chipset) to use a WPA wireless network. With ralink chipset we don&#8217;t have to use the wpasupplicant package.

Download the last driver:
root:~# wget http://rt2x00.serialmonkey.com/rt73-cvs-daily.tar.gz
Decompress it:
root:~# tar -xvzf rt73-cvs-daily.tar.gz
Stop the modules that are used by the wireless interface:
root:~# ifconfig wlan0 down
root:~# modprobe -r rt73usb
root:~# modprobe -r rt2570
root:~# modprobe -r rt2500usb
root:~# [...]]]></description>
			<content:encoded><![CDATA[<p>HowTo config a wireless <a href="http://www.asus.com" target="_blank">ASUS</a> WL-167G (<a href="http://rt2x00.serialmonkey.com/" target="_blank"><em>ralink</em></a> chipset) to use a WPA wireless network. With <em>ralink</em> chipset we don&#8217;t have to use the wpasupplicant package.</p>
<p style="text-align: center;"><a href="http://www.arearelax.org/blog/wp-content/uploads/2008/11/wl167g.jpeg"><img class="size-medium wp-image-53 aligncenter" title="wl167g" src="http://www.arearelax.org/blog/wp-content/uploads/2008/11/wl167g.jpeg" alt="" width="200" height="200" /></a></p>
<p>Download the last driver:<br />
<code>root:~# wget http://rt2x00.serialmonkey.com/rt73-cvs-daily.tar.gz</code><br />
Decompress it:<br />
<code>root:~# tar -xvzf rt73-cvs-daily.tar.gz</code></p>
<p>Stop the modules that are used by the wireless interface:<br />
<code>root:~# ifconfig wlan0 down<br />
root:~# modprobe -r rt73usb<br />
root:~# modprobe -r rt2570<br />
root:~# modprobe -r rt2500usb<br />
root:~# modprobe -r rt2x00lib</code><br />
Insert the modules that we have stopped into a blacklist so they can&#8217;t compromise the usage of new module<br />
<code>root:~# echo '\nblacklist rt73usb\nblacklist rt2570\nblacklist rt2500usb\nblacklist rt2x00lib' &gt;&gt; /etc/modprobe.d/blacklist</code></p>
<p>Download the essentials packages to compile the driver, compile it and install it:<br />
<code>root:~# apt-get install build-essential linux-headers-`uname -r`<br />
root:~# cd rt73-cvs-*/Module<br />
root:~# make<br />
root:~# make install</code></p>
<p>Load the new module and let it start automatically at boot<br />
<code>root:~# modprobe -v rt73<br />
root:~# echo 'rt73' &gt;&gt; /etc/modules</code></p>
<p>Now edit the interfaces&#8217; file and modify it like this<br />
<code>root:~# nano /etc/network/interfaces</code></p>
<p><code>auto wlan0<br />
iface wlan0 inet static<br />
address 192.168.1.250<br />
netmask 255.255.255.0<br />
gateway 192.168.1.1<br />
dns-nameservers 151.99.125.2 151.99.250.2<br />
pre-up ifconfig eth0 down<br />
pre-up ifconfig wlan0 up<br />
pre-up iwpriv wlan0 set AuthMode=WPAPSK<br />
pre-up iwpriv wlan0 set EncrypType=TKIP<br />
pre-up iwconfig wlan0 essid nome_rete<br />
pre-up iwpriv wlan0 set WPAPSK="password"</code></p>
<p>If you would use a DHCP, substitute the first six rows with the following<br />
<code>auto wlan0<br />
iface wlan0 inet dhcp</code></p>
<p>Save the file and restart the network service<br />
<code>root:~# /etc/init.d/networking restart</code></p>
<p class="technorati_tags"> <a href="http://technorati.com/tag/linux" rel="tag">linux</a>, <a href="http://technorati.com/tag/debian" rel="tag"> debian</a>, <a href="http://technorati.com/tag/wireless" rel="tag"> wireless</a>, <a href="http://technorati.com/tag/ralink" rel="tag"> ralink</a>, <a href="http://technorati.com/tag/wpa" rel="tag"> wpa</a>, <a href="http://technorati.com/tag/wifi" rel="tag"> wifi</a></p><br>
]]></content:encoded>
			<wfw:commentRss>http://www.arearelax.org/2008/11/25/wl-167g-with-wpa-network/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pidgin 2.5 on Debian</title>
		<link>http://www.arearelax.org/2008/11/20/pidgin-25-on-debian/</link>
		<comments>http://www.arearelax.org/2008/11/20/pidgin-25-on-debian/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 07:17:55 +0000</pubDate>
		<dc:creator>acido</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[pidgin]]></category>

		<guid isPermaLink="false">http://www.arearelax.org/?p=45</guid>
		<description><![CDATA[It&#8217;s easy: we would use the Ubuntu package&#8217;s!

HERE you can find all Pidgin packages. The exential packages are:

pidgin
pidgin-data
libpurple

download it and exec like superuser:
root:# dpkg -i *.deb
Have Fun!
 debian,  linux,  pidgin
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s easy: we would use the <a href="http://www.ubuntu.com" target="_blank">Ubuntu</a> package&#8217;s!</p>
<p><a href="http://www.arearelax.org/blog/wp-content/uploads/2008/11/pidgin.jpg"><img class="aligncenter size-full wp-image-46" title="pidgin" src="http://www.arearelax.org/blog/wp-content/uploads/2008/11/pidgin.jpg" alt="" width="299" height="388" /></a></p>
<p><a href="http://packages.ubuntu.com/search?keywords=pidgin&amp;searchon=names&amp;suite=intrepid&amp;section=all" target="_blank">HERE</a> you can find all <a href="http://www.pidgin.im" target="_blank">Pidgin</a> packages. The exential packages are:</p>
<ol>
<li><a href="http://packages.ubuntu.com/intrepid/pidgin" target="_blank">pidgin</a></li>
<li><a href="http://packages.ubuntu.com/intrepid/pidgin-data" target="_blank">pidgin-data</a></li>
<li><a href="http://packages.ubuntu.com/intrepid/libpurple0" target="_blank">libpurple</a></li>
</ol>
<p>download it and exec like <em>superuser</em>:<br />
<code>root:# dpkg -i *.deb</code></p>
<p>Have Fun!</p>
<p class="technorati_tags"> <a href="http://technorati.com/tag/debian" rel="tag">debian</a>, <a href="http://technorati.com/tag/linux" rel="tag"> linux</a>, <a href="http://technorati.com/tag/pidgin" rel="tag"> pidgin</a></p><br>
]]></content:encoded>
			<wfw:commentRss>http://www.arearelax.org/2008/11/20/pidgin-25-on-debian/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wireless in terminal (WPA / WEP)</title>
		<link>http://www.arearelax.org/2008/11/17/wireless-in-terminal-wpa-wep/</link>
		<comments>http://www.arearelax.org/2008/11/17/wireless-in-terminal-wpa-wep/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 09:58:24 +0000</pubDate>
		<dc:creator>acido</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[wep]]></category>

		<category><![CDATA[wifi]]></category>

		<category><![CDATA[wireless]]></category>

		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://www.arearelax.org/2008/11/17/wireless-in-terminal-wpa-wep/</guid>
		<description><![CDATA[HowTo config a wireless network via terminal.
Some usefull commands:
root:# iwlist &#60;interfaccia&#62; scan
show the wireless networks near you
root:# dhclient &#60;interfaccia&#62;
setup an automatic IP address
root:# ifconfig &#60;interfaccia&#62; &#60;IP address&#62; netmask &#60;subnetmask&#62;
setup a static IP address
root:# echo nameserver &#60;IP_DNS&#62; &#62;&#62; /etc/resolv.conf
add a DNS server
WEP
HowTo connect to a wireless network with WEP protection
root:# iwconfig &#60;interface&#62; essid "network_name"
and after (choose [...]]]></description>
			<content:encoded><![CDATA[<p>HowTo config a wireless network via terminal.</p>
<p>Some usefull commands:</p>
<p><code>root:# iwlist &lt;interfaccia&gt; scan</code><br />
show the wireless networks near you</p>
<p><code>root:# dhclient &lt;interfaccia&gt;</code><br />
setup an automatic IP address</p>
<p><code>root:# ifconfig &lt;interfaccia&gt; &lt;IP address&gt; netmask &lt;subnetmask&gt;</code><br />
setup a static IP address</p>
<p><code>root:# echo nameserver &lt;IP_DNS&gt; &gt;&gt; /etc/resolv.conf</code><br />
add a DNS server</p>
<p><strong>WEP</strong></p>
<p>HowTo connect to a wireless network with WEP protection</p>
<p><code>root:# iwconfig &lt;interface&gt; essid "network_name"</code><br />
and after (choose your case)<br />
<code>root:# iwconfig &lt;interface&gt; key 1111-1111-1111-1111 (128bit key)<br />
root:# iwconfig &lt;interface&gt; key 11111111 (64bit key)<br />
root:# iwconfig &lt;interface&gt; key s:key(ASCII key)</code></p>
<p>Now you can config your static or dynamic IP address.</p>
<p><strong>WPA</strong></p>
<p>HowTo connect to a wireless network with WPA protection</p>
<p><code>root:# iwconfig &lt;interface&gt; essid "network_name"</code></p>
<p>If the network is protected by a password you need to install the <em>wpasupplicant</em> package<br />
<code>root:# apt-get install wpasupplicant</code></p>
<p>after that, start this command<br />
<code>root:# wpa_passphrase network_name key_wpa &gt;&gt; /etc/wpa_supplicant.conf</code></p>
<p>open the file and you&#8217;ll see something like this:</p>
<p><code>network={<br />
ssid="network_name"<br />
#psk="key_wpa"<br />
psk=7d20d1e0391b4d59dc22314476a838b0f33aa488da776206a7d59ec30592c2da<br />
}</code></p>
<p>modify it like this:</p>
<p><code>ctrl_interface=/var/run/wpa_supplicant<br />
fast_reauth=1<br />
network={<br />
scan_ssid=0<br />
ssid="network_name"<br />
proto=WPA<br />
key_mgmt=WPA-PSK<br />
pairwise=CCMP TKIP<br />
group=CCMP TKIP WEP104 WEP40<br />
#psk="key_wpa"<br />
psk=7d20d1e0391b4d59dc22314476a838b0f33aa488da776206a7d59ec30592c2da<br />
}</code></p>
<p>Now it&#8217;s better if you make a little script that connect you to the network each time</p>
<p><code>root:# nano start_wireless</code><br />
and write (suppose that your <em>network interface</em> is wlan0)</p>
<p><code>#!/bin/bash<br />
/sbin/wpa_supplicant -B -Dwext -iwlan0 -c/etc/wpa_supplicant.conf &amp;<br />
dhclient wlan0&amp;</code></p>
<p>Substitute the last row with the follow, if you would a satic address instead a dynamic one<br />
<code>ifconfig wlan0 192.168.1.2 netmask 255.255.255.0&amp;</code><br />
<em>(suppose that your IP is 192.168.1.2)</em></p>
<p>To execute the script<br />
<code>root:# ./start_wireless</code></p>
<p><strong>Link</strong><br />
<a href="http://wirelessdefence.org/Contents/LinuxWirelessCommands.htm" target="_blank">Wireless Commands</a></p>
<p class="technorati_tags"> <a href="http://technorati.com/tag/linux" rel="tag">linux</a>, <a href="http://technorati.com/tag/wireless" rel="tag"> wireless</a>, <a href="http://technorati.com/tag/wifi" rel="tag"> wifi</a>, <a href="http://technorati.com/tag/wpa" rel="tag"> wpa</a>, <a href="http://technorati.com/tag/wep" rel="tag"> wep</a></p><br>
]]></content:encoded>
			<wfw:commentRss>http://www.arearelax.org/2008/11/17/wireless-in-terminal-wpa-wep/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Diablo 3 is coming.</title>
		<link>http://www.arearelax.org/2008/08/30/diablo-3-sta-arrivando/</link>
		<comments>http://www.arearelax.org/2008/08/30/diablo-3-sta-arrivando/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 16:44:28 +0000</pubDate>
		<dc:creator>acido</dc:creator>
		
		<category><![CDATA[giochi]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[blizzard]]></category>

		<category><![CDATA[diablo]]></category>

		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://www.arearelax.org/2008/08/30/diablo-3-sta-arrivando/</guid>
		<description><![CDATA[I&#8217;ve lost hope! Diablo was the only one games that steal my heart: Diablo, Hellfire, Diablo 2, Lord of Destruction! It was a lot of time that some rumors runs around Diablo 3 but they were only dreams. Finally the Blizzard have announced the development about Diablo 3! We have to wait until 2009 to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve lost hope! Diablo was the only one games that steal my heart: Diablo, Hellfire, Diablo 2, Lord of Destruction! It was a lot of time that some rumors runs around Diablo 3 but they were only dreams. Finally the Blizzard have announced the development about Diablo 3! We have to wait until 2009 to play it!</p>
<p><center><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/EgbUSsblCSQ&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/EgbUSsblCSQ&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/CtLivjYjdtg&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/CtLivjYjdtg&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Az4MZBa9v2Y&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/Az4MZBa9v2Y&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><br />
</center></p>
<p><strong>Links:</strong><br />
<a href="http://www.blizzard.com/diablo3/" target="_blank">Diablo 3 (official site)</a></p>
<p class="technorati_tags"> <a href="http://technorati.com/tag/games" rel="tag">games</a>, <a href="http://technorati.com/tag/diablo" rel="tag"> diablo</a>, <a href="http://technorati.com/tag/blizzard" rel="tag"> blizzard</a></p><br>
]]></content:encoded>
			<wfw:commentRss>http://www.arearelax.org/2008/08/30/diablo-3-sta-arrivando/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IRC channel for Arearelax.org</title>
		<link>http://www.arearelax.org/2008/08/27/canale-irc-per-arearelaxorg/</link>
		<comments>http://www.arearelax.org/2008/08/27/canale-irc-per-arearelaxorg/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 13:42:22 +0000</pubDate>
		<dc:creator>acido</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[chat]]></category>

		<category><![CDATA[irc]]></category>

		<guid isPermaLink="false">http://www.arearelax.org/2008/08/27/canale-irc-per-arearelaxorg/</guid>
		<description><![CDATA[
I&#8217;ve opened an irc channel to use it like a meeting point, like a chat room, in the sparetime&#8230; you can do what you want.
See you there. Have fun. 
server: irc.quakenet.org
channel: #arearelax
 news,  irc,  chat,  fun
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.arearelax.org/blog/wp-content/uploads/2008/08/irc1.png" alt="irc_white" /></p>
<p>I&#8217;ve opened an irc channel to use it like a meeting point, like a chat room, in the sparetime&#8230; you can do what you want.</p>
<p>See you there. Have fun. </p>
<p><code>server: irc.quakenet.org<br />
channel: #arearelax</code></p>
<p class="technorati_tags"> <a href="http://technorati.com/tag/news" rel="tag">news</a>, <a href="http://technorati.com/tag/irc" rel="tag"> irc</a>, <a href="http://technorati.com/tag/chat" rel="tag"> chat</a>, <a href="http://technorati.com/tag/fun" rel="tag"> fun</a></p><br>
]]></content:encoded>
			<wfw:commentRss>http://www.arearelax.org/2008/08/27/canale-irc-per-arearelaxorg/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Illusion of Progress - New Staind&#8217;s Album</title>
		<link>http://www.arearelax.org/2008/08/26/the-illusion-of-progress-new-stainds-album/</link>
		<comments>http://www.arearelax.org/2008/08/26/the-illusion-of-progress-new-stainds-album/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 16:04:07 +0000</pubDate>
		<dc:creator>acido</dc:creator>
		
		<category><![CDATA[musica]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[rock]]></category>

		<category><![CDATA[staind]]></category>

		<guid isPermaLink="false">http://www.arearelax.org/2008/08/26/the-illusion-of-progress-new-stainds-album/</guid>
		<description><![CDATA[I knew it searching a Staind&#8217;s video on YouTube. The first result was Believe &#8230; and I didn&#8217;t remember a song with that title in their discography. So, I&#8217;ve visited their website and I found a nice present: The Illusion of Progress, the new album! There isn&#8217;t some news, no new sound in this album&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>I knew it searching a <em>Staind</em>&#8217;s video on <a href="http://www.youtube.com/" target="_blank">YouTube</a>. The first result was <em>Believe </em>&#8230; and I didn&#8217;t remember a song with that title in their discography. So, I&#8217;ve visited their website and I found a nice present: <em>The Illusion of Progress</em>, the new album! There isn&#8217;t some news, no new sound in this album&#8230; when I&#8217;ve listen to it the first time, I&#8217;ve thinked that it wasn&#8217;t something special. But the second time was different: I really think that it could be the best album made by <em>Staind </em>until now.</p>
<p>And now the video of the new single: <em>Believe</em>! Good watch.</p>
<p><center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Zw0d2fZ1rlo&#038;hl=it&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Zw0d2fZ1rlo&#038;hl=it&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></center></p>
<p><span id="more-41"></span><strong>Lyric </strong></p>
<p>I sit alone and watch the clock<br />
Tryin to collect my thoughts<br />
All I think about is you<br />
And so I cry myself to sleep<br />
And hope the devil, I don&#8217;t meet<br />
In the Dreams that I live through</p>
<p>[CHORUS]<br />
Believe in me<br />
I know you&#8217;ve waited for so long<br />
Believe in me<br />
Sometimes the weak become the strong<br />
Believe in me<br />
This life is not always what it seems<br />
Believe in me<br />
Cause I was made for chasing dreams</p>
<p>All the smiles you&#8217;ve had to fake<br />
And all the *shit* you&#8217;ve had to take<br />
Just to lead us here again<br />
I never have the things to say<br />
To make it all just go away<br />
To make it all just disappear</p>
<p>[CHORUS]</p>
<p>It&#8217;s my life<br />
It&#8217;s my choice<br />
Hear my words<br />
Hear my voice<br />
and just believe</p>
<p>I sit alone and watch the clock<br />
Tryin to collect my thoughts<br />
All I think about is you<br />
If you believe in me<br />
Life not always what it seems<br />
Believe in me<br />
Cause I was made for chasing dreams.</p>
<p>[CHORUS]</p>
<p><strong>Testo</strong></p>
<p>Sono seduto da solo e guardo l&#8217;ora<br />
Provo a raccogliere i miei pensieri<br />
Tutto ci&ograve; a cui penso sei tu<br />
E cosi piango cercando di dormire<br />
E spero di non incrontrare il diavolo<br />
Nei sogni in cui vivo</p>
<p>[RIT]<br />
Credi in me, lo so che hai aspettato cosi a lungo<br />
Credi in me, a volte la debolezza diventa forza<br />
Credi in me, questa vita non &egrave; sempre quella che sembra<br />
Credi in me, sono nato per inseguire i sogni</p>
<p>Tutti i finti sorrisi che hai dovuto fare<br />
E tutta la merda che hai dovuto subire<br />
Solo per portarci qui dinuovo<br />
Non ho mai avuto le giuste parole<br />
Per fare in modo che tutto cio si allontanasse<br />
Per fare in modo che tutto cio scomparisse</p>
<p>[RIT]</p>
<p>E&#8217; la mia vita<br />
E&#8217; la mia scelta<br />
Ascolta le mie parole<br />
Ascolta la mia voce<br />
E prova solo a credere</p>
<p>Sono seduto da solo e guardo l&#8217;ora<br />
Provo a raccogliere i miei pensieri<br />
Tutto ci&ograve; a cui penso sei tu<br />
Se mi credi<br />
La vita non &egrave; sempre quella che sembra<br />
Credimi perch&egrave; sono stato nato per inseguire i sogni</p>
<p>[RIT]</p>
<p class="technorati_tags"> <a href="http://technorati.com/tag/music" rel="tag">music</a>, <a href="http://technorati.com/tag/staind" rel="tag"> staind</a>, <a href="http://technorati.com/tag/rock" rel="tag"> rock</a></p><br>
]]></content:encoded>
			<wfw:commentRss>http://www.arearelax.org/2008/08/26/the-illusion-of-progress-new-stainds-album/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Driver nVidia: CC version check failed</title>
		<link>http://www.arearelax.org/2008/07/21/driver-nvidia-cc-version-check-failed/</link>
		<comments>http://www.arearelax.org/2008/07/21/driver-nvidia-cc-version-check-failed/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 09:13:53 +0000</pubDate>
		<dc:creator>acido</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[nvidia]]></category>

		<guid isPermaLink="false">http://www.arearelax.org/2008/07/21/driver-nvidia-cc-version-check-failed/</guid>
		<description><![CDATA[
When i&#8217;ve tryed to install the closed nVidia drivers, the installation exit with the seguent error:
-&#62; The CC version check failed:
The compiler used to compile the kernel (gcc 4.1) does not exactly match the current compiler (gcc 4.2). The Linux 2.6 kernel module loader rejects kernel modules built with a version of gcc that does [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://www.arearelax.org/blog/wp-content/uploads/2008/07/nvidia.jpg" title="nVidia"><img src="http://www.arearelax.org/blog/wp-content/uploads/2008/07/nvidia.jpg" alt="nVidia" /></a></p>
<p>When i&#8217;ve tryed to install the closed <a href="http://www.nvidia.com" target="_blank">nVidia</a> drivers, the installation exit with the seguent error:</p>
<p><code>-&gt; The CC version check failed:<br />
The compiler used to compile the kernel (gcc 4.1) does not exactly match the current compiler (gcc 4.2). The Linux 2.6 kernel module loader rejects kernel modules built with a version of gcc that does not exactly match that of the compiler used to build the running kernel.<br />
If you know what you are doing and want to ignore the gcc version check, select "No" to continue installation. Otherwise, select "Yes" to abort installation, set the CC environment variable to the name of the compiler used to compile your kernel, and restart installation.</code></p>
<p>This happens because the Kernel was compiled with a different version of gcc. To solve this problem you have to write the following commands before to start the installer.</p>
<p><code>hp: # CC=gcc-4.1<br />
hp: # export CC</code></p>
<p>Don&#8217;t worry because the effect of that commands is temporary. At the next reboot all come back to the default settings. Or simply use the following commands after the installation </p>
<p><code>hp: # CC=gcc-4.2<br />
hp: # export CC</code></p>
<p>Substitute <em>gcc-4.2</em> with your current gcc version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arearelax.org/2008/07/21/driver-nvidia-cc-version-check-failed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Talent Scout.</title>
		<link>http://www.arearelax.org/2008/06/22/talent-scout-4/</link>
		<comments>http://www.arearelax.org/2008/06/22/talent-scout-4/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 18:45:56 +0000</pubDate>
		<dc:creator>acido</dc:creator>
		
		<category><![CDATA[musica]]></category>

		<category><![CDATA[Apologize]]></category>

		<category><![CDATA[cover]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[OneRepublic]]></category>

		<category><![CDATA[talent]]></category>

		<guid isPermaLink="false">http://www.arearelax.org/2008/06/22/talent-scout-4/</guid>
		<description><![CDATA[Again a cover of Apologize by OneRepublic played and sung by a beautiful girl from LosAngeles: Tamar. She&#8217;s 21 years old, she has good voice and she&#8217;s skilled to play the piano. With this cover, she won an award for the best Apologize&#8217;s cover in a competition made by OneRepublic. Have fun.

Links
youtube.com
myspace.com
 music,  cover, [...]]]></description>
			<content:encoded><![CDATA[<p>Again a cover of <em><strong>Apologize </strong></em>by <strong><em>OneRepublic </em></strong>played and sung by a beautiful girl from LosAngeles: <strong><em>Tamar</em></strong>. She&#8217;s 21 years old, she has good voice and she&#8217;s skilled to play the piano. With this cover, she won an award for the best Apologize&#8217;s cover in a competition made by <strong><em>OneRepublic</em></strong>. Have fun.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/O8O3uXb_NGI&#038;hl=it"></param><embed src="http://www.youtube.com/v/O8O3uXb_NGI&#038;hl=it" type="application/x-shockwave-flash" width="425" height="344"></embed></object></p>
<p><strong>Links</strong><br />
<a href="http://it.youtube.com/user/tamarmusic" target="_blank">youtube.com</a><br />
<a href="http://www.myspace.com/tamarmusic" target="_blank">myspace.com</a></p>
<p class="technorati_tags"> <a href="http://technorati.com/tag/music" rel="tag">music</a>, <a href="http://technorati.com/tag/cover" rel="tag"> cover</a>, <a href="http://technorati.com/tag/OneRepublic" rel="tag"> OneRepublic</a>, <a href="http://technorati.com/tag/Apologize" rel="tag"> Apologize</a>, <a href="http://technorati.com/tag/talent" rel="tag"> talent</a></p><br>
]]></content:encoded>
			<wfw:commentRss>http://www.arearelax.org/2008/06/22/talent-scout-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Compiz wont start.</title>
		<link>http://www.arearelax.org/2008/06/20/compiz-non-parte/</link>
		<comments>http://www.arearelax.org/2008/06/20/compiz-non-parte/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:22:36 +0000</pubDate>
		<dc:creator>acido</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[compiz]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[nvidia]]></category>

		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.arearelax.org/2008/06/20/compiz-non-parte/</guid>
		<description><![CDATA[After an update of my Debian SID, Compiz wont start regulary. Trying some commands, i see the following errors:
acido@hp:~$ glxinfo
Error: glXCreateContext failed
acido@hp:~$ compiz --replace
Fatal: Failed test: texture_from_pixmap support
Checks indicate that it's impossible to start compiz on your system.
acido@hp:~$ compiz-check
Checking for texture_from_pixmap... [FAIL]
Checking for non power of two support&#8230; [FAIL]
Checking for composite extension&#8230;  [ OK [...]]]></description>
			<content:encoded><![CDATA[<p>After an update of my <strong><a href="http://www.debian.org" target="_blank"><em>Debian SID</em></a></strong>, <em><a href="http://www.compiz-fusion.org/" target="_blank"><strong>Compiz</strong> </a></em>wont start regulary. Trying some commands, i see the following errors:</p>
<p><code>acido@hp:~$ glxinfo<br />
Error: glXCreateContext failed</code></p>
<p><code>acido@hp:~$ compiz --replace<br />
Fatal: Failed test: texture_from_pixmap support<br />
Checks indicate that it's impossible to start compiz on your system.</code></p>
<p><code>acido@hp:~$ compiz-check<br />
Checking for texture_from_pixmap... [FAIL]<br />
Checking for non power of two support&#8230; [FAIL]<br />
Checking for composite extension&#8230;  [ OK ]<br />
Checking for FBConfig&#8230; [ OK ]</code></p>
<p>I have an <strong><em><a href="http://www.nvidia.com" target="_blank">nVidia</a></em></strong> video card and I use the proprietary drivers (so i don&#8217;t know if the same things happens with <em><a href="http://www.ati.com" target="_blank">Ati</a></em> or <em><a href="http://www.intel.com" target="_blank">Intel</a></em> video cards) and these errors happens by an upgrade of <strong><em>xserver-xorg</em></strong> package. You have to recompile yours drivers and that&#8217;s all.</p>
<p class="technorati_tags"> <a href="http://technorati.com/tag/linux" rel="tag">linux</a>, <a href="http://technorati.com/tag/debian" rel="tag"> debian</a>, <a href="http://technorati.com/tag/compiz" rel="tag"> compiz</a>, <a href="http://technorati.com/tag/xorg" rel="tag"> xorg</a>, <a href="http://technorati.com/tag/nvidia" rel="tag"> nvidia</a></p><br>
]]></content:encoded>
			<wfw:commentRss>http://www.arearelax.org/2008/06/20/compiz-non-parte/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
