Skip to content

Instantly share code, notes, and snippets.

@durple
Forked from coderanger/README.md
Last active August 29, 2015 13:58
Show Gist options
  • Select an option

  • Save durple/10134025 to your computer and use it in GitHub Desktop.

Select an option

Save durple/10134025 to your computer and use it in GitHub Desktop.
SSL Patch
# How to patch Ubuntu for Heartbleed
sudo apt-get update
sudo apt-get install -y libssl1.0.0 openssl
openssl version -a
sudo lsof -n | grep ssl | grep DEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment