-
-
Save durple/10134025 to your computer and use it in GitHub Desktop.
Revisions
-
durple renamed this gist
Apr 8, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
durple revised this gist
Apr 8, 2014 . 2 changed files with 7 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ # 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 -
coderanger revised this gist
Apr 8, 2014 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,7 @@ 1. `sudo apt-get update` 1. `sudo apt-get install -y libssl1.0.0 openssl` 1. `openssl version -a` and confirm the "built on" date is >= 2014-04-07 1. `sudo lsof -n | grep ssl | grep DEL` and restart all listed services. Repeat #4 until no results are returned. -
coderanger revised this gist
Apr 8, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # How to patch Ubuntu for Heartbleed 1. `sudo apt-get update` 1. `sudo apt-get install -y libssl1.0.0 openssl` -
coderanger created this gist
Apr 8, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ # How to patch Ubuntu 1. `sudo apt-get update` 1. `sudo apt-get install -y libssl1.0.0 openssl` 1. `sudo lsof -n | grep ssl | grep DEL` and restart all listed services. Repeat #3 until no results are returned.