This article describes how to convert and edit po files using Poedit Software. It is cross-platform software build in wxWidgets …
Topic Archives: Shell
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 …
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 …
Changing MySql User Password
The mysqladmin tool can be used for changing MySql user’s password. The following line of code will change the user1′s …
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 …
To Find Your Current Shell Type
Tip: To find your current shell type following command
Shell Command
$ echo $SHELL
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
