Browsing articles in "Linux"

DIY: Home UBUNTU NAS Server

Aug 29, 2011

Back in 2003, I used to connect my computer on the my old 32′ TV, those huge and heavy TVs, to watch stuff from the internet, at that time, eMule was ruling the p2p community (can’t talk about USENET right? :} ). Then in 2008 I decided to build a better HTPC (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.

Continue reading »

My HTPC 2.0

Apr 2, 2011

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 my system to a more efficient and cheaper one. The new choices were using a NAS (Network Attached Storage) allowing all files can be accessed from any machine connected to the network, in this case I am using Lacie Network Space 2 2TB storage. A Gigabit router TP-LINK , so far I’m very happy with this router, although. A media player WD-PLUS Live that has an embedded Linux and play videos in various formats, even FullHD , and access online content like YouTube and some radios.

Continue reading »

Solving problemas with PhPMyadmin on Ubuntu

Jun 9, 2009

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 to go, but the only problem is that you can’t find the phpmyadmin folder when accessing http://localhost/ you can’t even see the folder at /var/www/ . So what you should do is:

sudo ln -sf /usr/share/phpmyadmin/ /var/www/phpmyadmin

It will link the phpmyadmin folder from /usr/share/phpmyadmin/ to /var/www/phpmyadmin
now try going to http://localhost/phpmyadmin and you are good to go! :)

Brazilian voting machines running under linux

Oct 4, 2008

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 2.6.16.57 and using some open libraries like SDL, zlib, boost, jpeg, freetype and others.

Continue reading »

Ubuntu 8.04 CountDown

Mar 24, 2008

It’s that time of the year again, everyone is just wating for the next release of this amazing OS! Let’s say hello to the new Ubuntu in:

OpenOffice 3D

Feb 19, 2008

It looks PowerPoint will have a great competitor now. People will start thinking twice before paying for Microsoft’s Office. Programmer Shane M. Mathews made great slideshow effects using 3D-OpenGL’s library.

You can take a look of how it looks:

This feature will be available for everyone on the next OpenOffice.org 2.4.

What happens if you type “sudo rm -rf /” on Linux

Feb 12, 2008

Want to know what happens if you type “sudo rm -rf /” on the terminal? Beware to don’t type this on your computer, it will erase all system root folders.

Watch the video below:

Running MAME games on Ubuntu

Jan 8, 2008

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’t you miss playing Metal Slug, Marvel vs Capcom, The King of Fighters, Dungeons & Dragons, Street Fighter, Cadillacs and Dinosaurs and many other games?

Continue reading »

Some ideas on how Ubuntu 8.04 will look like

Dec 16, 2007

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’t wait until the next release, I believe this time it will come with so many new things, and surprises!

Continue reading »

How To Quickie: Fast way to update your linux box

Dec 15, 2007

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.

Continue reading »

Pages:12»