Flex Builder Linux alpha 5 is a plugin-version of Flex Builder that you can use to build Flex applications on Linux with Eclipse. This post describes how to install Flex Builder 3 on Ubuntu. as per the resources available for … Continue reading
By default there is no permission to login as ROOT in Ubuntu, because of the security reasons. But you can be able to reset those setting by editing the configuration files. So try the following tip to enable the ROOT User login. … Continue reading
Its very easy to install GO on ubuntu os. We need some more packages for the ubuntu installation ie Bison(Bison – GNU parser generator), gcc(GCC, the GNU Compiler Collection), mercurial(Mercurial is a cross-platform, distributed revision control tool for software developers.), … Continue reading
To find your Ubuntu version using command line method. Two commands are there, open your terminal and type the following. Shell Command 1: cat /etc/issue // sample output // Ubuntu 9.10 n l
We can create the mplayer playlist by following some simple commands : $ find [/path/to/directory/] -name “*.mp3″ -print > myplaylist.txt $ mplayer -playlist myplaylist.txt



