<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Seu Canal de Informação</title>
	<atom:link href="http://nalio.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nalio.wordpress.com</link>
	<description>A simplicidade é o máximo da sofisticação.</description>
	<lastBuildDate>Mon, 02 Nov 2009 01:17:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='nalio.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/2b68fc654bd119d67ad63dad6a43b57a?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Seu Canal de Informação</title>
		<link>http://nalio.wordpress.com</link>
	</image>
			<item>
		<title>Utilizando alias para agilizar comandos no Linux</title>
		<link>http://nalio.wordpress.com/2009/11/01/utilizando-alias-para-agilizar-comandos-no-linux/</link>
		<comments>http://nalio.wordpress.com/2009/11/01/utilizando-alias-para-agilizar-comandos-no-linux/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 01:17:10 +0000</pubDate>
		<dc:creator>Leandro Nalio</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[comandos]]></category>

		<guid isPermaLink="false">http://nalio.wordpress.com/?p=161</guid>
		<description><![CDATA[A sintaxe a ser seguida:
alias apelido=&#8217;comando&#8217;
Abaixo alguns casos que costumo utilizar.
Espaço em disco:
$ alias df=&#8217;df -h&#8217;
Listando  arquivos e pastas:
$ alias ls=&#8217;ls -la&#8217;
Obs.: Nos dois exemplos acima eu não usei apelidos e sim atalhos, embutindo parâmetros mais utilizados nos seus respectivos comandos.
Para acessar um servidor via ssh:
$ alias acessossh=&#8217;ssh user@ipdoservidor&#8217;
Para atualizar as lista de repositórios:
$ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nalio.wordpress.com&blog=2501686&post=161&subd=nalio&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://nalio.wordpress.com/2009/11/01/utilizando-alias-para-agilizar-comandos-no-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Leandro Nalio</media:title>
		</media:content>
	</item>
		<item>
		<title>How to find your Linux Kernel Version</title>
		<link>http://nalio.wordpress.com/2009/11/01/how-to-find-your-linux-kernel-version/</link>
		<comments>http://nalio.wordpress.com/2009/11/01/how-to-find-your-linux-kernel-version/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 15:33:39 +0000</pubDate>
		<dc:creator>Leandro Nalio</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kernel]]></category>

		<guid isPermaLink="false">http://nalio.wordpress.com/2009/11/01/how-to-find-your-linux-kernel-version/</guid>
		<description><![CDATA[Locating your Linux Kernel Version:
Open up a terminal and type one of the following commands listed in bold text.
uname -a (prints all information)
uname -r (prints the kernel release)
uname -v (prints the kernel version)
uname -o (prints the operating system)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nalio.wordpress.com&blog=2501686&post=157&subd=nalio&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://nalio.wordpress.com/2009/11/01/how-to-find-your-linux-kernel-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Leandro Nalio</media:title>
		</media:content>
	</item>
		<item>
		<title>Converting .rpm Packages To Debian/Ubuntu .deb Format With Alien</title>
		<link>http://nalio.wordpress.com/2009/11/01/converting-rpm-packages-to-debianubuntu-deb-format-with-alien/</link>
		<comments>http://nalio.wordpress.com/2009/11/01/converting-rpm-packages-to-debianubuntu-deb-format-with-alien/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 14:30:00 +0000</pubDate>
		<dc:creator>Leandro Nalio</dc:creator>
				<category><![CDATA[Destaques]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[converting]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://nalio.wordpress.com/?p=154</guid>
		<description><![CDATA[Alien Installation
Alien is available in the normal Debian repositories, so we can install it like this:
apt-get install alien
Converting .rpm To .deb
Next we download the current mysql-zrm rpm package (1.1-1 at the time of this writing):
cd /tmp
wget http://www.zmanda.com/downloads/community/ZRM-MySQL/1.1/Linux/MySQL-zrm-1.1-1.noarch.rpm
To convert it into a .deb package, we simply run
alien MySQL-zrm-1.1-1.noarch.rpm
Afterwards, run
ls -l
in the /tmp directory, and you&#8217;ll see [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nalio.wordpress.com&blog=2501686&post=154&subd=nalio&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://nalio.wordpress.com/2009/11/01/converting-rpm-packages-to-debianubuntu-deb-format-with-alien/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Leandro Nalio</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I list all USB devices?</title>
		<link>http://nalio.wordpress.com/2009/11/01/how-do-i-list-all-usb-devices/</link>
		<comments>http://nalio.wordpress.com/2009/11/01/how-do-i-list-all-usb-devices/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 12:35:00 +0000</pubDate>
		<dc:creator>Leandro Nalio</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[usb devices]]></category>

		<guid isPermaLink="false">http://nalio.wordpress.com/2009/11/01/how-do-i-list-all-usb-devices/</guid>
		<description><![CDATA[lsusb &#8211; list USB devices
To make use of all the features of this program, you need to have a Linux kernel which supports the /proc/bus/usb interface (e.g., Linux kernel 2.3.15 or newer).
$ lsusb
Output:
Bus 004 Device 002: ID 0930:6532 Toshiba Corp.
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nalio.wordpress.com&blog=2501686&post=152&subd=nalio&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://nalio.wordpress.com/2009/11/01/how-do-i-list-all-usb-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Leandro Nalio</media:title>
		</media:content>
	</item>
		<item>
		<title>RootSudo</title>
		<link>http://nalio.wordpress.com/2009/10/31/rootsudo/</link>
		<comments>http://nalio.wordpress.com/2009/10/31/rootsudo/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 15:35:52 +0000</pubDate>
		<dc:creator>Leandro Nalio</dc:creator>
				<category><![CDATA[Destaques]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[reset root]]></category>

		<guid isPermaLink="false">http://nalio.wordpress.com/?p=149</guid>
		<description><![CDATA[root account
Enabling the root account
sudo -i
To enable the root account (i.e. set a password) use:
sudo passwd root
Re-disabling your root account

sudo usermod -p '!' root
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nalio.wordpress.com&blog=2501686&post=149&subd=nalio&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://nalio.wordpress.com/2009/10/31/rootsudo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Leandro Nalio</media:title>
		</media:content>
	</item>
		<item>
		<title>Lançamento Oficial do Ubuntu 9.10 &#8216;Karmin Koala&#8217;</title>
		<link>http://nalio.wordpress.com/2009/10/30/lancamento-oficial-do-ubuntu-9-10-karmin-koala/</link>
		<comments>http://nalio.wordpress.com/2009/10/30/lancamento-oficial-do-ubuntu-9-10-karmin-koala/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 00:55:48 +0000</pubDate>
		<dc:creator>Leandro Nalio</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Karmin Koala]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nalio.wordpress.com/?p=142</guid>
		<description><![CDATA[



O Ubuntu 9.10 ‘karmic koala’ foi lançado oficialmente no final da manhã de 29/10/2009 e traz uma continuidade dos esforços do projeto no sentido de oferecer uma distribuição amigável ao usuário do desktop.
Entre as novidades da versão estão o boot mais rápido, suporte melhorado a 3G e melhorias no suporte a áudio. A lista dos [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nalio.wordpress.com&blog=2501686&post=142&subd=nalio&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://nalio.wordpress.com/2009/10/30/lancamento-oficial-do-ubuntu-9-10-karmin-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Leandro Nalio</media:title>
		</media:content>
	</item>
		<item>
		<title>Case HD externo Cooler Master X-Craft no Linux</title>
		<link>http://nalio.wordpress.com/2009/10/30/case-hd-externo-cooler-master-x-craft-no-linux/</link>
		<comments>http://nalio.wordpress.com/2009/10/30/case-hd-externo-cooler-master-x-craft-no-linux/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 00:46:01 +0000</pubDate>
		<dc:creator>Leandro Nalio</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Case HD externo]]></category>
		<category><![CDATA[Cooler Master X-Craft]]></category>

		<guid isPermaLink="false">http://nalio.wordpress.com/?p=138</guid>
		<description><![CDATA[O Ubuntu não reconhecia a gaveta X Craft 310, da marca Cooler Master porque este sistema operacional aguarda o dispositivo por cinco segundos e a gaveta tem um tempo de 10 segundos. Plugava-se e nada acontecia.
Para resolver este problema, bastou aumentar o tempo de espera para 12 segundos. Para fazer isto, siga os seguintes passos:
1. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nalio.wordpress.com&blog=2501686&post=138&subd=nalio&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://nalio.wordpress.com/2009/10/30/case-hd-externo-cooler-master-x-craft-no-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Leandro Nalio</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 RC Build 7100 – Baixe agora!</title>
		<link>http://nalio.wordpress.com/2009/05/06/windows-7-rc-build-7100-%e2%80%93-baixe-agora/</link>
		<comments>http://nalio.wordpress.com/2009/05/06/windows-7-rc-build-7100-%e2%80%93-baixe-agora/#comments</comments>
		<pubDate>Wed, 06 May 2009 02:49:05 +0000</pubDate>
		<dc:creator>Leandro Nalio</dc:creator>
				<category><![CDATA[Destaques]]></category>
		<category><![CDATA[RC]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://nalio.wordpress.com/?p=131</guid>
		<description><![CDATA[A Microsoft acaba de liberar para o público em geral a versão Release Candidate do Windows 7 Ultimate Build 7100. Esta mesma versão já havia sido liberada alguns dias antes somente para assinantes do MSDN e TechNet. A versão RC em português foi liberada apenas para um seleto grupo de beta testers oficiais e não [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nalio.wordpress.com&blog=2501686&post=131&subd=nalio&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://nalio.wordpress.com/2009/05/06/windows-7-rc-build-7100-%e2%80%93-baixe-agora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Leandro Nalio</media:title>
		</media:content>
	</item>
		<item>
		<title>Tecnologia aberta, Java DTV, favorece o desenvolvimento da TV Digital no País</title>
		<link>http://nalio.wordpress.com/2009/05/06/tecnologia-aberta-java-dtv-favorece-o-desenvolvimento-da-tv-digital-no-pais/</link>
		<comments>http://nalio.wordpress.com/2009/05/06/tecnologia-aberta-java-dtv-favorece-o-desenvolvimento-da-tv-digital-no-pais/#comments</comments>
		<pubDate>Wed, 06 May 2009 02:30:47 +0000</pubDate>
		<dc:creator>Leandro Nalio</dc:creator>
				<category><![CDATA[Destaques]]></category>
		<category><![CDATA[DTV]]></category>
		<category><![CDATA[JAVA DTV]]></category>
		<category><![CDATA[TV Digital]]></category>

		<guid isPermaLink="false">http://nalio.wordpress.com/2009/05/06/tecnologia-aberta-java-dtv-favorece-o-desenvolvimento-da-tv-digital-no-pais/</guid>
		<description><![CDATA[Aprimorada constantemente pela comunidade Java, a linguagem open source Java DTV tende a favorecer a TV Digital, transformando seu middleware em um avançado meio de interatividade
São Paulo, 17 de abril de 2009 – A linguagem Java pode se transformar em um dos pilares computacionais para as transmissões da TV Digital no Brasil. Criada pela Sun [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nalio.wordpress.com&blog=2501686&post=130&subd=nalio&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://nalio.wordpress.com/2009/05/06/tecnologia-aberta-java-dtv-favorece-o-desenvolvimento-da-tv-digital-no-pais/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Leandro Nalio</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux e Cloud Computing</title>
		<link>http://nalio.wordpress.com/2009/02/12/linux-e-cloud-computing/</link>
		<comments>http://nalio.wordpress.com/2009/02/12/linux-e-cloud-computing/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 00:50:24 +0000</pubDate>
		<dc:creator>Leandro Nalio</dc:creator>
				<category><![CDATA[Destaques]]></category>

		<guid isPermaLink="false">http://nalio.wordpress.com/?p=127</guid>
		<description><![CDATA[Não é possível ler um site técnico hoje em dia sem a menção do chamado cloud computing. Cloud computing, ou  computação nas nuvens, dá aos  usuários computação e espaço em massa sem a necessidade de saber onde os recursos estão ou como estão configurados. O artigo no site abaixo discute a anatomia do [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nalio.wordpress.com&blog=2501686&post=127&subd=nalio&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://nalio.wordpress.com/2009/02/12/linux-e-cloud-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Leandro Nalio</media:title>
		</media:content>
	</item>
	</channel>
</rss>