Flex Builder Linux alpha 5 is a plugin-version of Flex Builder that you can use to build Flex …
Page: Linux
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 …
Installing Go Language in Ubuntu
The Go Programming Language
Its very easy to install GO on ubuntu os. We need some more packages for the ubuntu …
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 …
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 …
Add Ip’s to a Linux Server
1. Login to the server as root user.
2.
cd /etc/sysconfig/network-scripts
3. Check for existing network adapters with the command:
ls ifcfg-*
4. Copy …
How to shutdown the server after sometimes
You just use the command “shutdown” with -h option to shutdown the server after some periods.
shutdown -h +period
for example:
shutdown -h …
Show Desktop Shortcut for the Gnome Desktop
To Show Desktop Shortcut for the Gnome Desktop by default is CTRL+ALT+D. If you are familiar with windows, don’t be …
Crontab Commands
Crontab (CRON TABle) is a file which contains the schedule of cron entries to be run and at specified times. …
