sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get autoremove
sudo reboot
SSH into Root
$ ssh [email protected]
Change Root Password
| /** | |
| * HTTP Server Settings | |
| * (sails.config.http) | |
| * | |
| * Configuration for the underlying HTTP server in Sails. | |
| * Only applies to HTTP requests (not WebSockets) | |
| * | |
| * For more information on configuration, check out: | |
| * http://sailsjs.org/#!/documentation/reference/sails.config/sails.config.http.html | |
| */ |