<?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>DanielAndrade.net &#187; Linux</title>
	<atom:link href="http://www.danielandrade.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danielandrade.net</link>
	<description>Daniel Andrade Tech Stuff</description>
	<lastBuildDate>Sat, 19 Nov 2011 10:39:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>DIY: Home UBUNTU NAS Server</title>
		<link>http://www.danielandrade.net/2011/08/29/diy-home-ubuntu-nas-server/</link>
		<comments>http://www.danielandrade.net/2011/08/29/diy-home-ubuntu-nas-server/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 18:25:00 +0000</pubDate>
		<dc:creator>DanielAndrade</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.danielandrade.net/?p=528</guid>
		<description><![CDATA[Back in 2003, I used to connect my computer on the my old 32&#8242; TV, those huge and heavy TVs, to watch stuff from the internet, at that time, eMule [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.imgur.com/1M8EL.jpg" alt="" /></p>
<p>Back in 2003, I used to connect my computer on the my old 32&#8242; TV, those huge and heavy TVs, to watch stuff from the internet, at that time, eMule was ruling the p2p community (can&#8217;t talk about USENET right? :} ). Then  in 2008 I decided to build a better <a href="http://www.danielandrade.net/2008/02/29/how-i-built-my-htpc/">HTPC</a> (Home Theater PC), a full dedicated computer connected to my TV, with good MotherBoard/VGA/SoundBoard, well, a good computer, with gaming capacities. It was good while it lasted, but you know, it was huge black box below my TV, bit noisy, but it did the job.</p>
<p>Early this year, I got a 2TB Lacie Network Space 2, which is a simple NAS Server, and a WD Plus Live. The WD PLUS LIVE is nothing more than a small computer with an operating system to playback videos and music. He has no storage, so it should you have to plug a thumb-drive, external hard drive on it or connect to the network, which will give access to shared files over the network, in my case, files are stored at the Network Space 2 connected to the router. When I bought the WD, I was impressed with the image quality, and how he can play heavy files without any choke. I watched the Band of Brothers show recently co-directed by Tom Hanks and Steven Spielberg in FULL HD 1920×1080 , where files were like 7GB for episode of 50-60 minutes. I played all over the network, and it worked perfectly. </p>
<p>Anyway, my Lacie NAS stopped working, some problem with the file system, but the HD was still working great.  There is a way to re-format the Lacie&#8217;s file system, but it&#8217;s a pain in the as*. So that&#8217;s when I decided to build a real NAS Server, running UBUNTU and using that Network Space&#8217;s hard drive and another 1TB driving that was laying around. I based my NAS on the <a href="http://paulstamatiou.com/diy-200-dollar-pc">DIY 200U$ PC from Paul Stamatiou</a>, I don&#8217;t even know if he still has his own NAS, but I&#8217;m really enjoin mine.</p>
<h2>Hardware</h2>
<p><img src="http://i.imgur.com/JScwe.jpg" alt="" /></p>
<p>For the hardware, I ended up with a fanless MiniITX motherboard <a href="http://www.intel.com/content/www/us/en/motherboards/desktop-motherboards/desktop-board-di510mo.html">Intel D510MO</a>, which has a Atom processor, Gigabit ethernet (all my home network is Gigabit, so it does make a difference). I am also using a 2GB 800Mhz Kingston RAM memory, and both two SATA connectors. The MOBO has up to seven 2.0 USB and one mini PCI Express, in case I want to add more SATA drives in the future.</p>
<p>As I told before, I am using a 2TB HD from my old NAS, and also a 1TB HD that I had, so ≈ 3TB, good enough for now&#8230; for now!</p>
<p>Power supply, well, just got a regular one, but another good solution would be a tiny power supply, for example the <a href="http://www.mini-box.com/s.nl/it.A/id.417/.f">picoPSU</a>.</p>
<h2>Building the case</h2>
<p><img src="http://i.imgur.com/Gj4KH.jpg" alt="" /></p>
<p><img src="http://i.imgur.com/KucS8.jpg" alt="" /></p>
<p><img src="http://i.imgur.com/qby9u.jpg" alt="" /></p>
<p>As the MOBO is fanless, I don&#8217;t think it would be a good idea to let it locked in a box somewhere in my apartment, so I decided to build a acrylic case and leave the sides open for air circulation.<br />
You just need to get a drill, make some holes and you are done.</p>
<h2>Software</h2>
<p><strong>O/S</strong></p>
<p><img src="http://i.imgur.com/KzN9W.png" alt="" align="left"/> There is nothing better then Linux for any kind of server, and my distro of choice is UBUNTU, quick to install, easy to configure get it running smooth.</p>
<p>For installing it, you could use a USB stick with ubuntu on it, and set to install from the stick, and you are good to go.</p>
<p>When UBUNTU was installed, internet started working right away and there was no extra driver needed, just what I like about this distro.</p>
<p>You may want to update the packs from your server. I like using the Terminal, you can do it simply by typing: </p>
<p>[cc lang="bash"]sudo apt-get update[/cc]<br />
[cc lang="bash"]sudo apt-get upgrade[/cc]</p>
<p></p>
<p><strong>Torrenting</strong></p>
<p><img src="http://i.imgur.com/ebngF.png" alt="" width="75px" align="left"/>For downloading stuff from the internet, such as my Linux distribution, I like using torrent, the best p2p protocol ever!<br />
I like leaving torrent open 24/7, and my choice for this task is <strong>Transmission-daemon</strong>, it runs on the background, I can access it using any Browser, iPhone using a app called <strong>iControlBits</strong> or even using a super cool and multiplatform GUI called <strong>Transmission-Gui</strong>. </p>
<p><a href="http://www.webupd8.org/2009/12/setting-up-transmission-remote-gui-in.html">You can check HERE for a detailed tutorial on how to set the daemon + Gui</a>.</p>
<p><strong>Backups</strong></p>
<p><del datetime="2011-08-30T03:38:30+00:00">For backups, I am using <a href="http://www.superflexible.com/">Super Flexible File Synchronizer</a>, and backing up my files via SFTP.<br />
</del></p>
<p>For backup I use SSH and RSYNC via terminal. It&#8217;s simple, light weight and funcional, you don&#8217;t need to use ShareWare software for this, and the way I&#8217;m doing it, you can even backup to your server through the internet.</p>
<p>I am not using any RAID to clone my disks because one is 1TB and the other is 2TB, the second reason is that  I don&#8217;t really need to backup all data on that disks. My main concern is Documents and Pictures, especially pictures! So these are the files I save on both drives. What i&#8217;ve done is, I always sync my files to one folder on the NAS via SFTP, then with RSYNC and Cron, everyday at 3AM, it checks if files are the same, otherwise they sync both HDs. Maybe not the best ou easiest way, but it works.</p>
<p>Next month I will move to Italy for one semester, and I know I will take many Gigs of pics. University&#8217;s internet connection will probably be fast, so I will backup everything from there to my NAS Server. So if something goes wrong with my files there, I will still be able to access them from home. </p>
<p>So, for backing up my photos via SSH to the NAS, I always want to make an exact copy of the files on my Macbook, so the code below does the job.<br />
You can remove the <strong>-e &#8216;ssh -p 224&#8242;</strong> part if your SSH uses the default port 22. And my server IP is <strong>192.168.1.104</strong>, you should change to your IP.</p>
<p>[cc lang="bash"]rsync -av &#8211;update &#8211;delete -e &#8216;ssh -p 224&#8242; /home/path/to/folders user@192.168.1.104:/home/path/on/SERVER/[/cc]</p>
<p><strong>Webmin</strong></p>
<p>Webmin is a great application to help you manage your server. I use it to create FTP users, manage crons and much more.</p>
<p>&#8220;Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.&#8221; Text from <a href="http://www.webmin.com/">Webmin&#8217;s website</a>. There you can find all information on how to install/configure it.</p>
<p>You should take a look!</p>
<p><strong>Apache/Mysql/PHP/PHPMyAdmin</strong></p>
<p>I like building websites, I usually run websites on my own computer before launching it to the world. But I am enjoying more creating websites and accessing them from my NAS Servers. </p>
<p>To install all this, just time on terminal:</p>
<p>[cc lang="bash"] sudo apt-get install apache2 mysql-server-5.1 php5 php5-mysql php5-cli[/cc]</p>
<p>Your default home folder will be <strong>/var/www</strong></p>
<p><strong>FTP</strong></p>
<p>Right now I am using <strong>proftpd</strong> to run all my ftp file transfers (but today I usually just transfer files over <strong>SSH</strong>). You can use <strong><a href="http://www.webmin.com/">WEBMIN</a></strong> to handle the FTP, or you can follow many tutorials found on the internet. For example <a href="http://ubuntuforums.org/showthread.php?t=79588">THIS</a>.</p>
<p><strong>SSH</strong></p>
<p>To install SSH on your server, just use this:</p>
<p>[cc lang="bash"]sudo apt-get install openssh-server[/cc]</p>
<p>A good thing to do is to change your default SSH port, it can help on the security of your server. For that, edit the config file:<br />
[cc lang="c"]gksu gedit /etc/ssh/sshd_config[/cc] where it says <strong>PORT 22</strong>, change to something like <strong>PORT 224</strong>.</p>
<p><strong>Subsonic &#8211; Free Music Streamer</strong></p>
<p><img src="http://i.imgur.com/AESgwl.jpg" alt="" /></p>
<p>OMG, I wish I knew this software before, it AMAZING! Check the description from their website, I&#8217;m highlighting what I think amazing:</p>
<p>&#8220;<em>Subsonic is a free, web-based media streamer, <strong>providing ubiquitous access to your music</strong>. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.</p>
<p><strong><a href="http://www.subsonic.org/">Subsonic</a></strong> is designed to <strong>handle very large music collections (hundreds of gigabytes)</strong>. Although optimized for MP3 streaming, it works for any audio or video format that can stream over HTTP, for instance AAC and OGG. By using transcoder plug-ins,<strong> Subsonic supports on-the-fly conversion and streaming of virtually any audio format,</strong> including WMA, FLAC, APE, Musepack, WavPack and Shorten.</p>
<p><strong>If you have constrained bandwidth, you may set an upper limit for the bitrate of the music streams. Subsonic will then automatically resample the music to a suitable bitrate.</strong></p>
<p>In addition to being a streaming media server, Subsonic works very well as a local jukebox. The intuitive web interface, as well as search and index facilities, are optimized for efficient browsing through large media libraries. Subsonic also comes with an integrated Podcast receiver, with many of the same features as you find in iTunes.</em>&#8221;</p>
<p>Here is what I am doing, when I am home, I simply use the browser to access all my songs. As it re-sample the music files on-the-fly, I created a user that I use when I&#8217;m not home, re-sampling files to 128kbps. And when I accessing via my iPhone&#8217;s 3G network, it goes down to 64kbps (slow 3G!!!).</p>
<p>On my phone, I am using a App called <a href="http://itunes.apple.com/us/app/isub-music-streamer/id362920532?mt=8">iSub</a>, you can configure different bit-rates if you are using Wireless or 3G, and it also caches all songs played. So I don&#8217;t need to sync songs with my iphone no more, I just listen to songs on Subsonic and then shuffle them when I on the road. I am impressed, you should check it out!</p>
<p>To have it up and running, there are plenty of information on the website!</p>
<p><strong>Now you have some pictures of the server up and running:</strong></p>
<p><img src="http://i.imgur.com/y7irN.jpg" alt="" /></p>
<p><img src="http://i.imgur.com/dUcqL.jpg" alt="" /></p>
<p>If you enjoy this post, or has something to say,<br />
just leave a commend below.</p>
<p>Thanks for reading <img src='http://www.danielandrade.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielandrade.net/2011/08/29/diy-home-ubuntu-nas-server/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>My HTPC 2.0</title>
		<link>http://www.danielandrade.net/2011/04/02/htpc-2-0/</link>
		<comments>http://www.danielandrade.net/2011/04/02/htpc-2-0/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 04:02:14 +0000</pubDate>
		<dc:creator>DanielAndrade</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[htpc]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.danielandrade.net/?p=457</guid>
		<description><![CDATA[Long ago, I wrote How I Made my HTPC at my place. Time passes and things change. End of year has arrived, Christmas and everything, so I decided to upgrade [...]]]></description>
			<content:encoded><![CDATA[<p>	<img src="http://danielandrade.net/wp-content/uploads/mediacenter2/001.jpg" alt="" /></p>
<p>	Long ago, I wrote <a href="http://www.danielandrade.net/2008/02/29/how-i-built-my-htpc/"> How I Made my HTPC </a> at my place. Time passes and things change. End of year has arrived, Christmas and everything, so I decided to upgrade my system to a more efficient and cheaper one. The new choices were using a <a href="http://en.wikipedia.org/wiki/Network-attached_storage"> <strong> NAS </strong> </a> (Network Attached Storage) allowing all files can be accessed from any machine connected to the network, in this case I am using <a href="http://www.lacie.com/us/products/product.htm?pid=11492"> Lacie Network Space 2 </a> 2TB storage. A Gigabit router <strong> TP-LINK </strong>, so far I&#8217;m very happy with this router, although. A media player <a href="http://www.amazon.com/Western-Digital-Media-Player-WDBABX0000NBK-NESN/dp/B003MVZ60I"> WD-PLUS Live </a> that has an embedded Linux and play videos in various formats, even <strong> FullHD </strong>, and access online content like YouTube and some radios.</p>
<p>	 <strong>Media Center</strong>:</p>
<p>	<img src="http://danielandrade.net/wp-content/uploads/mediacenter2/002.jpg" alt="" /></p>
<p>	I will begin showing every part it:</p>
<p>	<strong> Lacie Network Space 2 &#8211; 2TB </strong></p>
<p>	<img src="http://danielandrade.net/wp-content/uploads/mediacenter2/lacie-networkspace.jpg" alt="" /></p>
<p>	A <strong> NAS </strong> very powerful, relatively inexpensive and with a storage space for my current needs for backup and media like movies and TV shows.</p>
<p>	The <strong> NAS </strong> has a good web interface, and you can even download torrents while your computer is OFF. It uses only 6W in standby mode and 12W in active mode.</p>
<p>	You can manage your files via the Finder (I believe the Nautilus or Windows Explorer as well). Or the way I prefer, via <strong> FTP </strong>. Testing the speed via FTP I got around 30MB/s, really good for a ARM processor.</p>
<p>	There is the possibility of hacking the device and get full SSH access, but as I do everything I need from my <strong> Macbook&#8217;s </strong> terminal or via the WDLIVE&#8217;s <strong> SSH </strong>, there is to change the hardware or the NAS.</p>
<p>	Besides being able to access files over the network, there is also the possibility of obtaining your files by <strong> USB cable  </strong>, but you will not have access to all files. When you configure your <strong> Lacie </strong>, you determine how much space is used as a network storage, and <strong> USB storage </strong>, which does not make much sense to me, but that can be some limitation on hardware / software.</p>
<p>	Another peculiarity of this<strong> NAS </strong> is an extra USB port, where you can plug a thumb-drive or other storage device and access it from any computer in the house or even the Internet, since the <strong> Network Space 2 </strong> comes with the option to be accessed from anywhere on the Internet, through services like <a href="http://www.dyndns.com/"> <strong> DYNDNS </strong> </a>.</p>
<p>	If you&#8217;re thinking of buying an external hard drive that don&#8217;t need to be small and portable, I find interesting in making some research about the NAS option, which is very good and practical.</p>
<p>	Backups, backups, backups &#8230; I don&#8217;t live without them! You shouldn&#8217;t either!<br />
	Can not stand the idea of losing all my precious photos, so one of my priorities with a Storage System is the safety of my backups, which are made weekly using the <strong> Super Flexible  Syncronize </strong> software, equivalent to <strong> SyncBack </strong> on a Windows PC. What I like about this program is the ability to update only what has changed.</p>
<p>	<strong> WD PLUS LIVE </strong></p>
<p>	<img src="http://danielandrade.net/wp-content/uploads/mediacenter2/005.jpg" alt="" /></p>
<p>	The <strong> WD PLUS LIVE </strong> is nothing more than a small computer with an operating system to playback videos and music. He has no storage, so it should you have to plug a thumb-drive, external hard drive on it or connect to the network, which will give access to shared files over the network, in my case, files are stored at the <strong> Network Space 2 </strong> connected to the router. When I bought the WD, I was impressed with the image quality, and how he can play heavy files without any choke. I watched the <strong> Band of Brothers </strong> show recently co-directed by <strong>Tom Hanks </strong> and <strong> Steven Spielberg </strong> in <strong> FULL HD 1920&#215;1080 , where files were like</strong><strong> 7GB </strong> for episode of 50-60 minutes. I played all over the network, and it worked perfectly.</p>
<p>	<img src="http://danielandrade.net/wp-content/uploads/mediacenter2/003.jpg" alt="" /></p>
<p>	<strong> The Hack: </strong><br />
	The <strong> WD PLUS LIVE </strong> is very powerful, but it can be much more. A boy named <strong> B-RAD </strong>, has compiled a new firmware for the product by increasing its possibilities infinitely. You can access the media player <strong> via SSH </strong> and may use it to download files, torrents, unpack large files,<strong> FTP server  </strong>, to access IRC (and stay connected 24 / 7 ) and anything that a computer can do via <strong>SSH  </strong>, so the imagination is the limit!<br />
	This new <strong> FIRMWARE </strong> you find <a href="http://b-rad.cc/"> HERE </a>.</p>
<p>	Thanks for reading.<br />
	Daniel</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielandrade.net/2011/04/02/htpc-2-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Solving problemas with PhPMyadmin on Ubuntu</title>
		<link>http://www.danielandrade.net/2009/06/09/solving-problemas-with-phpmyadmin-on-ubuntu/</link>
		<comments>http://www.danielandrade.net/2009/06/09/solving-problemas-with-phpmyadmin-on-ubuntu/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 11:35:57 +0000</pubDate>
		<dc:creator>DanielAndrade</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.danielandrade.net/2009/06/09/solving-problemas-with-phpmyadmin-on-ubuntu/</guid>
		<description><![CDATA[You know, everytime you want to install LAMP + phpmyadmin on Ubuntu, you can simply write on terminal: sudo apt-get install apache2 mysql-server-5.0 php5 php5-mysql phpmyadmin Ok, you are ready [...]]]></description>
			<content:encoded><![CDATA[<p>You know, everytime you want to install <strong>LAMP + phpmyadmin</strong> on <strong>Ubuntu</strong>, you can simply write on terminal:</p>
<p><code>sudo apt-get install apache2 mysql-server-5.0 php5 php5-mysql phpmyadmin </code></p>
<p>Ok, you are ready to go, but the only problem is that you can&#8217;t find the phpmyadmin folder when accessing http://localhost/ you can&#8217;t even see the folder at <strong>/var/www/</strong> . So what you should do is:</p>
<p><code>sudo ln -sf /usr/share/phpmyadmin/ /var/www/phpmyadmin</code></p>
<p>It will link the phpmyadmin folder from  <strong>/usr/share/phpmyadmin</strong>/ to <strong>/var/www/phpmyadmin </strong><br />
now try going to http://localhost/phpmyadmin and you are good to go! <img src='http://www.danielandrade.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielandrade.net/2009/06/09/solving-problemas-with-phpmyadmin-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Brazilian voting machines running under linux</title>
		<link>http://www.danielandrade.net/2008/10/04/brazilian-voting-machines-running-under-linux/</link>
		<comments>http://www.danielandrade.net/2008/10/04/brazilian-voting-machines-running-under-linux/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 17:56:04 +0000</pubDate>
		<dc:creator>DanielAndrade</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.danielandrade.net/2008/10/04/brazilian-voting-machines-running-under-linux/</guid>
		<description><![CDATA[Last weekend I worked in the Brazilian Municipal Elections that happened on 5th October. My job was to transmit all votes from the city I was, to the main data [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend I worked in the Brazilian Municipal Elections that happened on 5th October. My job was to transmit all votes from the city I was, to the main data center in the capital. While doinig my things, there was people testing all the machines, and I realised that there was a pinguim on the booting screen. So I made some research, and discovered that the voting machines have its own distro, running on kernel <strong>2.6.16.57</strong> and using some open libraries like <strong>SDL, zlib, boost, jpeg, freetype</strong> and others. </p>
<p>The government decided to change the OS from VirtuOS and Windows CE from 430k electronic voting machines to linux, decreasing expenses a lot! Way to go linux! =)</p>
<p>Now you can check some pictures of the machine booting up:</p>
<p><a href="http://www.flickr.com/photos/pasteler0/2919846407/" title="Voting Machine with Linux by Daniel Spillere Andrade, on Flickr"><img src="http://farm4.static.flickr.com/3139/2919846407_7979f1c64c.jpg" width="500" height="375" alt="Voting Machine with Linux" /></a></p>
<p><a href="http://www.flickr.com/photos/pasteler0/2919842843/" title="Voting Machine with Linux by Daniel Spillere Andrade, on Flickr"><img src="http://farm4.static.flickr.com/3079/2919842843_c0f2bc033a.jpg" width="500" height="375" alt="Voting Machine with Linux" /></a></p>
<p><a href="http://www.flickr.com/photos/pasteler0/2920694142/" title="Voting Machine with Linux by Daniel Spillere Andrade, on Flickr"><img src="http://farm4.static.flickr.com/3197/2920694142_000a44b220.jpg" width="500" height="375" alt="Voting Machine with Linux" /></a></p>
<p>You can check more infomation <a href="http://www.softwarelivre.org/news/11858"><strong>here</strong></a> (Brazilian-Portuguese) and <a href="http://translate.google.com/translate?u=http%3A%2F%2Fwww.softwarelivre.org%2Fnews%2F11858&#038;hl=pt-BR&#038;ie=UTF-8&#038;sl=pt&#038;tl=en"><strong>here </strong></a>(Google translated).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielandrade.net/2008/10/04/brazilian-voting-machines-running-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.04 CountDown</title>
		<link>http://www.danielandrade.net/2008/03/24/ubuntu-804-countdown/</link>
		<comments>http://www.danielandrade.net/2008/03/24/ubuntu-804-countdown/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 01:34:01 +0000</pubDate>
		<dc:creator>DanielAndrade</dc:creator>
				<category><![CDATA[aside]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.danielandrade.net/2008/03/24/ubuntu-804-countdown/</guid>
		<description><![CDATA[It&#8217;s that time of the year again, everyone is just wating for the next release of this amazing OS! Let&#8217;s say hello to the new Ubuntu in:]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s that time of the year again, everyone is just wating for the next release of this amazing OS! Let&#8217;s say hello to the new Ubuntu in:</p>
<p><script type="text/javascript" src="http://www.ubuntu.com/files/countdown/display.js"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielandrade.net/2008/03/24/ubuntu-804-countdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenOffice 3D</title>
		<link>http://www.danielandrade.net/2008/02/19/openoffice-3d/</link>
		<comments>http://www.danielandrade.net/2008/02/19/openoffice-3d/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 14:42:39 +0000</pubDate>
		<dc:creator>DanielAndrade</dc:creator>
				<category><![CDATA[aside]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mods]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.danielandrade.net/2008/02/19/openoffice-3d/</guid>
		<description><![CDATA[It looks PowerPoint will have a great competitor now. People will start thinking twice before paying for Microsoft&#8217;s Office. Programmer Shane M. Mathews made great slideshow effects using 3D-OpenGL&#8217;s library. [...]]]></description>
			<content:encoded><![CDATA[<p>It looks PowerPoint will have a great competitor now. People will start thinking twice before paying for Microsoft&#8217;s Office. Programmer Shane M. Mathews made great slideshow effects using 3D-OpenGL&#8217;s library. </p>
<p><em>You can take a look of how it looks:</em></p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/jFge2zTSN-A&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/jFge2zTSN-A&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>This feature will be available for everyone on the next OpenOffice.org 2.4.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielandrade.net/2008/02/19/openoffice-3d/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What happens if you type &#8220;sudo rm -rf /&#8221; on Linux</title>
		<link>http://www.danielandrade.net/2008/02/12/what-happens-if-you-type-sudo-rm-rf-on-linux/</link>
		<comments>http://www.danielandrade.net/2008/02/12/what-happens-if-you-type-sudo-rm-rf-on-linux/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 16:05:40 +0000</pubDate>
		<dc:creator>DanielAndrade</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.danielandrade.net/2008/02/12/what-happens-if-you-type-sudo-rm-rf-on-linux/</guid>
		<description><![CDATA[Want to know what happens if you type &#8220;sudo rm -rf /&#8221; on the terminal? Beware to don&#8217;t type this on your computer, it will erase all system root folders. [...]]]></description>
			<content:encoded><![CDATA[<p>Want to know what happens if you type &#8220;sudo rm -rf /&#8221; on the terminal? Beware to don&#8217;t type this on your computer, it will erase all system root folders.</p>
<p>Watch the video below:</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/wWOjmvWPRvQ&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/wWOjmvWPRvQ&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielandrade.net/2008/02/12/what-happens-if-you-type-sudo-rm-rf-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running MAME games on Ubuntu</title>
		<link>http://www.danielandrade.net/2008/01/08/running-mame-games-on-ubuntu/</link>
		<comments>http://www.danielandrade.net/2008/01/08/running-mame-games-on-ubuntu/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 21:41:51 +0000</pubDate>
		<dc:creator>DanielAndrade</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.danielandrade.net/2008/01/08/running-mame-games-on-ubuntu/</guid>
		<description><![CDATA[How many of us, when young spent so much money playing in arcade machines? How much time have you spent on that old arcade house playing that game, just to [...]]]></description>
			<content:encoded><![CDATA[<p>How many of us, when young spent so much money playing in arcade machines? How much time have you spent on that old arcade house playing that game, just to watch the end of that hard game, or to be in first on the Hall of Fame? Don&#8217;t you miss playing <strong>Metal Slug</strong>, <strong>Marvel vs Capcom</strong>, <strong>The King of Fighters</strong>, <strong>Dungeons &#038; Dragons</strong>, <strong>Street Fighter</strong>, <strong>Cadillacs and Dinosaurs</strong> and many other games?</p>
<p>Well, you don&#8217;t need to miss it anymore, now you can play all those games for free using your own computer, thanks to some great programmers, emulators were made to maintain alive those entrainment classics. A lot of people know console emulators like <strong>Super Nintendo</strong>, <strong>MegaDrive</strong>, <strong>Nintendo 64</strong>, but I will show on this tutorial, how you can use the greatest (for me) emulator ever made, <strong>MAME</strong> (Mutiple Arcade Machine Emulador), where you can play games that you used to play on arcade machines and even <strong>CPS1</strong>, <strong>CPS2</strong> or <strong>NeoGeo</strong>.</p>
<p><img src='http://www.danielandrade.net/wp-content/uploads/2008/01/captcomu.png' align='center' /></p>
<p>What about to have you own arcade machine, invite your friends home and have endless fun making championships. Under linux, the <strong>MAME</strong> emulator is called <strong>Xmame</strong> and it isn&#8217;t that hard to install (people tent to make things complicated). If you use <strong>UBUNTU</strong>, congratulation, you just need to type the command on your terminal &#8220;<strong><em>sudo apt-get install xmame-x xmame-sdl</em></strong>&#8221; to have the emulator installed automatically from the internet. If you are using another distro, you can go to <strong><a href="http://x.mame.net">http://x.mame.net</a></strong> and get the right version for you.</p>
<p><img src='http://www.danielandrade.net/wp-content/uploads/2008/01/avspa.png' align='center' alt='avspa.png' /></p>
<p>After having Xmame installed, it&#8217;s time to install a graphic front-end, or you can use it thought command-line, but I don&#8217;t like it very much. In this tutorial we gonna use a interface called <strong>Gxmame</strong>, that is a GTK interface, and works very well with Gnome. If you use KDE, you can go for the Kmame.</p>
<p>The stable version of Gxmame doesn&#8217;t work with the last version of MAME, so to make all work, we&#8217;re going to install the CVS version.</p>
<p>Download this file:<br />
<strong><a href="http://surfnet.dl.sourceforge.net/sourceforge/gxmame/gxmame_0.35beta2-1_i386.deb">http://surfnet.dl.sourceforge.net/sourceforge/gxmame/gxmame_0.35beta2-1_i386.deb</a></strong></p>
<p>On your terminal, go to the folder where you&#8217;ve downloaded the file and type this:<br />
&#8220;<strong><em>sudo dpkg -i gxmame_0.35beta2-1_i386.deb</em></strong>&#8221;</p>
<p>Done, it&#8217;s installed. Now I&#8217;m going to tell how you can configure it. Don&#8217;t think you will start playing just now, there&#8217;s a few steps left.</p>
<p>Now go to your game folder on the menu and open Gxmame.</p>
<p>IMPORTANT: First we need to make Gxmame knows where the Xmame is. Go to <strong>Option > Directories</strong>, and in &#8220;<strong>Gxmame Directories</strong>&#8221; we need to say where the Xmame is, under &#8220;<strong>Xmame executable</strong>&#8221; we need to add the Xmame executable. If you are using ubuntu, the path is &#8220;<strong>/usr/games/xmame.SDL</strong>&#8220;. After that, we need to say where the roms folder is, so add it on the &#8220;<strong>ROMs path</strong>&#8221; (you can add as many paths as you want).</p>
<p>After that, we need to make Gxmame look for supported games, for that go to  <strong>Option > Rebuild Game List</strong>, it may take a while. A huge game list will apear, if it&#8217;s blank, click on the &#8220;All Games&#8221; filter. If there&#8217;s no game at all, it means that the &#8220;<strong>Xmame executable</strong>&#8221; has failed. So go back some steps and try again.</p>
<p><img src='http://www.danielandrade.net/wp-content/uploads/2008/01/teenage-mutant-ninja-turtles-iv-turtles-in-time.png' alt='teenage-mutant-ninja-turtles-iv-turtles-in-time.png' /></p>
<p>Now it&#8217;s time to start downloading your favorite games. If you google for MAME ROMS, you will find many website that host them. But remember that due the USA LAW, you can only have the roms on your computer for 24 hours (that&#8217;s no problem, each game won&#8217;t take that much to finish ^^) unless you own the original game.</p>
<p>I suggest the website <a href="http://www.emuasylum.com"><strong>http://www.emuasylum.com</strong></a>, but there you will only be able to download <strong>120mb/day</strong>. Or you can get roms using torrent.</p>
<p>Many times you will find different versions for the same game, but with different file sizes. For example, Europe, Japan versions, remember to always download the biggest version first, or it will not work.</p>
<p>Remember that you don&#8217;t need to unzip the games on the rom folder, you can leave it zippes as it is smaller and easier to organize. And remember that you can&#8217;t rename the roms, otherwise the emulator won&#8217;t find them. </p>
<p>Now let&#8217;s select the &#8220;<strong>Available</strong>&#8220;, it will show the games we have till now, in case it&#8217;s blank, double check the roms folder in <strong>Option > Directories > Xmame Basic Paths > ROMs paths</strong>.</p>
<p><img src='http://www.danielandrade.net/wp-content/uploads/2008/01/simpsons.png' alt='simpsons.png' /></p>
<p>To play the game, just double-click on the game name. If you want you can change some basic configurations like video size, joystick and sound. If you want your games to look more like a Arcade game, go to <strong>Option > Default Options</strong>, and on <strong>Effects</strong>, select &#8220;<strong>scan2</strong>&#8220;.</p>
<p>Now you are ready to start playing your favorite arcade games on your linux box. <img src='http://www.danielandrade.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Anything just leave a comment.<br />
Thanks for readying</p>
<p>Although <a href="http://www.testking-questions.com/exam/220-601.htm">220-601</a> as well as <a href="http://www.testking-questions.com/exam/70-290.htm">70-290</a> are both required to clear the eligibility criteria for <a href="http://www.testking-questions.com/exam/VCP-310.htm">VCP-310</a>. Many prefer doing <a href="http://www.testking-questions.com/exam/640-802.htm">640-802</a> only.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielandrade.net/2008/01/08/running-mame-games-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Some ideas on how Ubuntu 8.04 will look like</title>
		<link>http://www.danielandrade.net/2007/12/16/some-ideas-on-how-ubuntu-804-will-look-like/</link>
		<comments>http://www.danielandrade.net/2007/12/16/some-ideas-on-how-ubuntu-804-will-look-like/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 00:48:20 +0000</pubDate>
		<dc:creator>DanielAndrade</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.danielandrade.net/2007/12/16/some-ideas-how-ubuntu-804-will-look-like/</guid>
		<description><![CDATA[While Ubuntu 7.10 is still quite new, you can already take a look on some ideas about how the next version of this amazing OS will look like. I can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>While Ubuntu 7.10 is still quite new, you can already take a look on some ideas about how the next version of this amazing OS will look like. I can&#8217;t wait until the next release, I believe this time it will come with so many new things, and surprises!</p>
<p>So take a look yourself&#8230;</p>
<p>New color pallet:<br />
<img src='http://www.danielandrade.net/wp-content/uploads/2007/12/paleta.jpg' alt='color pallet' /></p>
<p>If you want to see more, take a look at <a href="https://wiki.ubuntu.com/Artwork/Incoming/Hardy/Alternate/BasicIdeals?highlight=%28CategoryArtwork%29">this link</a>.<br />
Art ideas:<br />
<img src='http://www.danielandrade.net/wp-content/uploads/2007/12/minidesk1.jpg' alt='minidesk1.jpg' /><br />
<img src='http://www.danielandrade.net/wp-content/uploads/2007/12/minidesk2.jpg' alt='minidesk2.jpg' /><br />
<img src='http://www.danielandrade.net/wp-content/uploads/2007/12/minidesk3.jpg' alt='minidesk3.jpg' /></p>
<p>Wallpapers concepts:<br />
<img src='http://www.danielandrade.net/wp-content/uploads/2007/12/wallpaper.jpg' alt='wallpaper.jpg' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielandrade.net/2007/12/16/some-ideas-on-how-ubuntu-804-will-look-like/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Quickie: Fast way to update your linux box</title>
		<link>http://www.danielandrade.net/2007/12/15/how-to-quickie-fast-way-to-update-your-system/</link>
		<comments>http://www.danielandrade.net/2007/12/15/how-to-quickie-fast-way-to-update-your-system/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 12:38:01 +0000</pubDate>
		<dc:creator>DanielAndrade</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.danielandrade.net/2007/12/15/how-to-quickie-fast-way-to-update-your-system/</guid>
		<description><![CDATA[Updating your linux box is getting each time easier, you can wait until a new update message pops up on your taskbar, or update on your terminal. I usually use [...]]]></description>
			<content:encoded><![CDATA[<p>Updating your linux box is getting each time easier, you can wait until a new update message pops up on your taskbar, or update on your terminal. I usually use the terminal to update my computer, and I will let you know the way I do.</p>
<p>For a quick update, you can type on your terminal this commands:</p>
<ul>
<strong>
<li>sudo apt-get update</li>
<li>sudo apt-get upgrade -y</li>
<li>sudo apt-get autoremove</li>
<li>sudo apt-get autoclean</li>
<p></strong></ul>
<p>But it isn&#8217;t that handy, a bunch of code to type every time. You can create a new alias which will make all those codes at once, so it will be way faster!</p>
<p>Here is what you can do:</p>
<p>With graphical interface, Alt+F2:</p>
<ul><strong>gedit .bashrc</strong></ul>
<p>In text mode, terminal:</p>
<ul><strong>vim .bashrc</strong></ul>
<p>At the end of the file, add this line:</p>
<ul><strong>alias update=&#8217;sudo apt-get update &#038;&#038; sudo apt-get -y upgrade &#038;&#038; sudo apt-get -y autoremove &#038;&#038; sudo apt-get -y autoclean&#8217;</strong></ul>
<p>Save the file, and type on the terminal</p>
<ul><strong>source ~/.bashrc</strong></ul>
<p>Now the next time you want to update your system you just need to type &#8220;update&#8221; on the terminal and all will be updated.</p>
<p>Thanks for readying</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielandrade.net/2007/12/15/how-to-quickie-fast-way-to-update-your-system/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

