Install Adobe Flex Builder 3 on Ubuntu (As Eclipse Plugin)

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

Posted in Linux, flex | Tagged , , , , , , | 1 Comment

Enable Root login in Ubuntu

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

Posted in Linux | Tagged , | 2 Comments

Installing Go Language in Ubuntu

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

Posted in Linux | Tagged , , , | Leave a comment

Find Your Ubuntu Version Using Terminal

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

Posted in Linux | Tagged , , | Leave a comment

Creating a playlist for mplayer

We can create the mplayer playlist by following some simple commands : $ find [/path/to/directory/] -name “*.mp3″ -print > myplaylist.txt $ mplayer -playlist myplaylist.txt

Posted in Linux | Tagged , | 3 Comments
Page 1 of 212