sudo apt-get updatesudo apt-get install -y libssl1.0.0 opensslopenssl version -aand confirm the "built on" date is >= 2014-04-07sudo lsof -n | grep ssl | grep DELand restart all listed services.
Repeat #4 until no results are returned.
| // http://ejohn.org/blog/bringing-the-browser-to-the-server/ | |
| // timers, xhr | |
| // The window Object | |
| var window = this; | |
| (function(){ | |
| var curLocation = (new java.io.File("./")).toURL(); |
| var request = require('request'), | |
| querystring = require('querystring'); | |
| var Note = function(key){ | |
| this.key = key; | |
| } | |
| Note.prototype = new process.EventEmitter(); | |
| var SimpleNote = function(email, passwd){ | |
| this.email = email; |
| html, body, .container, .content { | |
| height: 100%; | |
| } | |
| .container, .content { | |
| position: relative; | |
| } | |
| .proper-content { | |
| padding-top: 40px; /* >= navbar height */ |