Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| #!/bin/bash | |
| # Update Indices | |
| sudo apt-get update | |
| # Apache 2.4 | |
| sudo apt-get -y install apache2 | |
| # PHP 7.1 | |
| sudo apt-get -y remove php* |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.