Fulltext results:
- 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> echo '* hard core 0' > /etc/security/limits.
- Cleanup Packages @info:linux:debian
- ains on the system. This is a good thing, as you are able to reinstall the package and have it configu... 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. ''deborphan'' is an ut... h> deborphan </code> If you want, you can even more suggestions for packages to remove: <code bash>
- Disable a Service @info:linux:debian
- de bash> systemctl disable <service> </code> To (re)enable a service: <code bash> update-rc.d <serv