Skip to content

Instantly share code, notes, and snippets.

@suhastech
suhastech / gist:10225968
Created April 9, 2014 04:25
Patch Ubuntu for Heartbleed OpenSSL vulnerability
sudo apt-get update
sudo apt-get --reinstall install libssl1.0.0 openssl # Simply install didn't work for me
openssl version -a # Check that it reports build date >= 2014-04-07
sudo lsof -n | grep ssl | grep DEL # You could check the services that needs to be restarted
sudo reboot # or be lazy