Algemein

Aus xinux.net
Zur Navigation springen Zur Suche springen
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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