Fulltext results:
- Cleanup Packages @info:linux:debian
- 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
- Disable Core Dumps
- ====== Disable Core Dumps ====== To disable core dumps create a file ''/etc/security/limits.d/no_core_dumps'' with the content ''* hard core 0'': <code bash> e
- Setting the Timezone @info:linux:debian
- = 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 @info:linux:debian
- de bash> systemctl disable <service> </code> To (re)enable a service: <code bash> update-rc.d <serv
- init @info:linux:debian
- init script ("myscript"): update-rc.d myscript remove Further information can be found at [[http:/
- Cursor Size @info:linux:gnome
- s command. Substitute the value ''32'' with your prefered size. <code bash> gsettings set org.gnome.desktop.interface cursor-size 32 </code> {{tag>deskt