15
Jun
10

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
05
Mar
10

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
24
Nov
09

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
24
Nov
09

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
19
Nov
09

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 3123