By Huy Tran on September 27, 2008
Install Flash Player For Ubuntu Linux
Type the following command to install flash player:
$ sudo apt-get install flashplugin-nonfree
Now flash player should be working. Visit youtube or any other site to view flash content.
Posted in Firefox, Linux, Open Source, Tips - Tricks, Ubuntu | Tagged flash player, install
By Huy Tran on February 5, 2008
Install CVS files:
sudo apt-get install cvs
Install the CVS server:
sudo apt-get install cvsd
When prompted in the cvsd installation process for Repository, type in “/cvsrepo”.
Now that the cvsd installation in complete goto /var/lib/cvsd
or seeking for a change(or if there is a new version of cvs updated):
sudo cvsd-buildroot /var/lib/cvsd
If the folder cvsrepo does not exist, then create it [...]
Posted in Linux, Open Source, Security, Software, Tips - Tricks, Ubuntu | Tagged CVS server, install, server, Ubuntu
By Huy Tran on August 16, 2007
open a terminal and enter:
apt-get install nmap
Posted in Linux, Open Source, Security, Tips - Tricks, Ubuntu | Tagged install, nmap, Ubuntu
By Huy Tran on July 30, 2007
When you install RealPlayer in Ubuntu Edgy Eft, it will install not only the player but also the firefox plugins. There’s a problem, though. Firefox is preconfigured to play real audio streams with totem. To use the real player plugin you must remove the totem plugin responsible to play these real audio streams. Just go [...]
Posted in Firefox, Linux, Tips - Tricks, Ubuntu | Tagged Firefox, install, mozilla, plugins, realplayer, Ubuntu