Last active
August 29, 2015 14:16
-
-
Save iho/20c64ba1a905664e7d11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apt-get install wget ca-certificates curl sudo | |
| apt-get install software-properties-common lsb-release | |
| echo "uk_UA.UTF-8 UTF-8"> /etc/locale.gen | |
| locale-gen | |
| apt-get install ncdu htop zsh | |
| apt-get purge python3.4 | |
| apt-get install mongodb-org-server postgresql-9.4 nginx # mongodb-org-shell mongodb-org-tools |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment