Algemein

Aus xinux.net
Zur Navigation springen Zur Suche springen

The following command shows (after an upgrade) all services that need to be restarted

sudo find /proc -maxdepth 2 -name maps -exec grep -HE '/libssl\.so.* \(deleted\)' {} \; | cut -d/ -f3 | sort -u | xargs --no-run-if-empty ps uwwp

View a list of services using libssl with the following command

lsof | grep -i libssl | grep DEL | awk '{print $1}' | sort | uniq

nat traverse

linux tools

unity ldap pkexec problem