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.

Revisions

  1. durple renamed this gist Apr 8, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. durple revised this gist Apr 8, 2014. 2 changed files with 7 additions and 8 deletions.
    8 changes: 0 additions & 8 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +0,0 @@
    # How to patch Ubuntu for Heartbleed

    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.
    7 changes: 7 additions & 0 deletions sslpatch.md
    Original 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

  3. @coderanger coderanger revised this gist Apr 8, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion README.md
    Original 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 #3 until no results are returned.
    Repeat #4 until no results are returned.
  4. @coderanger coderanger revised this gist Apr 8, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # How to patch Ubuntu
    # How to patch Ubuntu for Heartbleed

    1. `sudo apt-get update`
    1. `sudo apt-get install -y libssl1.0.0 openssl`
  5. @coderanger coderanger created this gist Apr 8, 2014.
    7 changes: 7 additions & 0 deletions README.md
    Original 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.