Fulltext results:
- Cleanup Packages
- Purge uninstalled Packages ===== If a package is removed, it is only uninstalled, but the configuration remains on the system. This is a good thing, as you are able to reinstall the package and have it configured with the old configuration. But if you want to c
- Setting the Timezone
- = Setting the Timezone ====== The timezone is stored in the file ''/etc/timezone''. ===== Check the ... <code bash> vi /etc/timezone </code> Or set it directy: <code bash> echo "Europe/Berlin" > /etc/time
- Disable a Service
- de bash> systemctl disable <service> </code> To (re)enable a service: <code bash> update-rc.d <serv
- init
- init script ("myscript"): update-rc.d myscript remove Further information can be found at [[http:/