Fulltext results:
- Cleanup Packages
- removed, it is only uninstalled, but the configuration remains on the system. This is a good thing, a... ckage and have it configured with the old configuration. But if you want to cleanup this old stuff, yo... is installed, all its dependencies are also automatically installed. If the selected package is remov... deborphan'' is an utility which searches for automatically installed but leftover packages. First, yo
- init
- ====== ===== Managing init Scripts ===== To activate an init script ("myscript"): update-rc.d myscript enable To deactivate an init script ("myscript"): update-rc.d myscript remove Further information can be found at [[h
- Setting the Timezone
- ''. ===== Check the Timezone ===== <code bash> cat /etc/timezone </code> Example: <code> # cat /etc/timezone Europe/London </code> ===== Set the Tim
- Disable a Service
- a service: <code bash> service <service> stop update-rc.d <service> enable|disable </code> With ''sy... /code> To (re)enable a service: <code bash> update-rc.d <service> enable|disable service <service>