HOWTO: Flash Player 9 for Linux
by Huy Tran on Jul.28, 2007, under Linux, Tips - Tricks, Ubuntu
Download the player in:
http://labs.adobe.com/downloads/flashplayer9.html and download the installer. It comes tarred and gzipped.
Just type tar -xzvf nameofthefile.tar.gz (in your home directory)
where nameofthefile= FP9_plugin_beta_112006
this will create the directory named: flash-player-plugin-9.0.21.78/
Go to /usr/lib/mozilla-firefox/plugins directory and type:
sudo ln -s /home/yourusername/flash-player-plugin-9.0.21.78/libflashplayer.so .
Don’t forget the last dot.
And that’s all!!
Happy surfing with the last Flash Player!!
HOWTO: Seeing the Trash icon in your Desktop (Ubuntu Dapper)
by Huy Tran on Jul.27, 2007, under Linux, Tips - Tricks, Ubuntu
In Ubuntu Dapper Drake, there’s no trash icon in the Desktop, it’s in the bottom panel right side. In this article I’m going to explain how to show the Trash icon in the Desktop. Type the following:
gconf-editor &
a window will pop up, with the gnome registry:
There will be a panel in the left side. (continue reading…)
Top 20 Linux Softwares
by Huy Tran on Jul.27, 2007, under Linux, Open Source, Software, Tips - Tricks
It seems like every blog on the internet has one of these, so here’s my picks for the top 20 Linux applications. I’ll be covering programs from all different categories that I think stand out and shine as true wonders of Linux and will be presented in no particular order. I’ll even go over a few that I think could use some work but have potential to be something great.
Audio/Video
K3B
K3B is KDE’s cd burning application and it has nearly every feature you’d want. It has an interface similar to Nero and its capabilities are on par with Nero. I use this application for all my burning needs. It is a standard program and should be in all major distributions’ package managers. (continue reading…)
Ubuntu Easter Eggs!
by Huy Tran on Jul.27, 2007, under Linux, Tips - Tricks, Ubuntu
The GAME() function
Putting =GAME() into any cell results the text “say what?” in that cell.
Frogger
Putting =GAME(”Froggie”) into any cell results the text “Froggie” in that cell.
Tic-Tac-Toe
Put the =GAME(A2:C4;”TicTacToe”) formula into A1 and press ENTER. A version of the Tic-Tac-Toe game is playable. (continue reading…)
Log in to ubuntu automagically
by Huy Tran on Jul.27, 2007, under Linux, Tips - Tricks, Ubuntu
By default, when you boot up the computer, Ubuntu will give you a login screen before you get to your X session. From a security perspective, this is a good idea, particularly in multi-user environments or in any situation where other people have physical access to your computer. Still, many users are used to just being logged in automatically, and don’t want to fuss with logging in each time they reboot their desktop. (continue reading…)


