Skip to content

Instantly share code, notes, and snippets.

@awestendorf
Last active August 29, 2015 13:58
Show Gist options
  • Save awestendorf/10398084 to your computer and use it in GitHub Desktop.
Save awestendorf/10398084 to your computer and use it in GitHub Desktop.
Example of old libssl linked in desktop applications
~$ sudo grep -l 'libssl.*deleted' /proc/*/maps | tr -cd 0-9\\n | xargs -r ps u
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
* 794 0.5 2.3 3805132 186696 ? Sl Mar18 194:22 /usr/bin/amarok
* 3351 0.0 0.1 456840 9940 ? S Mar10 0:04 python /usr/bin/printer-applet
* 11789 0.0 0.1 86420 10540 ? S Apr04 0:00 /usr/bin/python /usr/share/apt-xapian-index/update-apt-xapian-index-dbus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment