Fulltext results:
- Cleanup Packages
- mmand: <code bash> dpkg --get-selections | grep 'deinstall$' </code> You can feed this list directly... h> aptitude purge $(dpkg --get-selections | grep 'deinstall$' | cut -f1) </code> ===== Remove Orphans ===== If a packages is installed, all its dependencies are also automatically installed. If the selected package is removed or the dependencies change, there can be left over packages
- init
- ("myscript"): update-rc.d myscript enable To deactivate an init script ("myscript"): update-rc... Further information can be found at [[http://wiki.debian.org/Daemon|Daemon - Debian Wiki]] {{tag>sysadmin linux debian cli}}
- Disable a Service
- |disable </code> With ''systemd'' (starting with Debian 8): <code bash> systemctl disable <service> ... ce> stop </code> With ''systemd'' (starting with Debian 8): <code bash> systemctl enable <service> </code> {{tag>linux debian sysadmin cli service}}
- Debian
- ====== Debian ====== {{indexmenu>.}} {{tag>linux debian topic}}
- Setting the Timezone
- directy: <code bash> echo "Europe/Berlin" > /etc/timezone </code> {{tag>linux debian sysadmin cli}}