$ curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh
$ curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh && sudo docker run -d --restart=unless-stopped -p 8080:8080 rancher/server
| Install PHP 5.6 On linux (Debian, Ubuntu, Mint ...) | |
| sudo apt-get install python-software-properties | |
| sudo add-apt-repository ppa:ondrej/php | |
| sudo apt-get update | |
| sudo apt-get install -y php5.6 | |
| heck Installed PHP Version | |
| php -v |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |