Fulltext results:
- Cleanup Packages @info:linux:debian
- 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 @info:linux:debian
- ("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 @info:linux:debian
- |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 @info:linux:debian
- ====== Debian ====== {{indexmenu>.}} {{tag>linux debian topic}}
- Cursor Size @info:linux:gnome
- efered size. <code bash> gsettings set org.gnome.desktop.interface cursor-size 32 </code> {{tag>desktop gnome linux mouse cursor settings}}
- Setting the Timezone @info:linux:debian
- directy: <code bash> echo "Europe/Berlin" > /etc/timezone </code> {{tag>linux debian sysadmin cli}}