Skip to content

Instantly share code, notes, and snippets.

@jie-qin
Last active February 11, 2018 18:04
Show Gist options
  • Save jie-qin/e4a88360ad50f576301b4f186011e335 to your computer and use it in GitHub Desktop.
Save jie-qin/e4a88360ad50f576301b4f186011e335 to your computer and use it in GitHub Desktop.
Ubuntu dev instance setup
# First update apt-get no matter what
sudo apt-get update
# stuff you most likely need
sudo apt-get install git tig htop unzip
# LAMP
sudo apt-get install apache2
sudo apt-get install mysql-server-5.6 # mysql
sudo apt-get install mariadb-server-10.1 # mariadb
sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt
# Java 8
add-apt-repository ppa:webupd8team/java
apt-get update
apt-get install oracle-java8-installer
# Python
sudo apt-get install python-pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment