Flex Builder Linux alpha 5 is a plugin-version of Flex Builder that you can use to build Flex …
Topic Archives: 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 …
Using wget command to download entire contents inside the directory
Using wget command, to download entire contents inside the directory.
This can be achieved by using the option -m with wget
for …
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 …
Install SciTE On Ubuntu
To install SciTE editor on Ubuntu.
sudo apt-get install scite
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 …
To Find All Available Shells In Your System
Tip: To find all available shells in your system type following command:
Shell Command:
$ cat /etc/shells
Crontab Commands
Crontab (CRON TABle) is a file which contains the schedule of cron entries to be run and at specified times. …
