Wednesday, November 14, 2007

So there is a service for Ubuntu.

After toyying and tweaking around after my F8 box , it 's time to give some care for my ubuntu. One thing i like about the fedora /redhat system is their service stuff. True you can just run the script by /etc/init.d/ but

So i went back to my room and out of the blues:

hub@Hub:~$ service dbhub stop
The program 'service' can be found in the following packages:
* debian-helper-scripts
* sysvconfig
Try: sudo apt-get install
bash: service: command not found


So there's a service package for all fedora/red-hat lovers . apt-get it and presto.. done.
hub@Hub:~$ sudo service squid stop
* Stopping Squid HTTP proxy squid [ OK ]
hub@Hub:~$ sudo service squid start
* Starting Squid HTTP proxy squid [ OK ]


Well it may seem nothing much important but it's better than go on typing /etc/init.d/

No comments: