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 …

Crontab Commands

Crontab (CRON TABle) is a file which contains the schedule of cron entries to be run and at specified times. …