How to Install Service
How to run a service on debian just like a redhat distro,
1 . open terminal
2 . find sysvconfig, type #apt-cache search sysvconfig
3 . if you found it, install now by typing #apt-get install sysvconfig
4 . now, test the command by typing #service apache2 stop
5 . if apache2 is installed then apache2 will stop . . .
