Categories
Linux

Ubuntu install

apt-get update && sudo apt-get upgrade

apt-get install python3

apt-get install git

apt-get install curl

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

python3 get-pip.py

pip install virtualenv

apt-get install default-jdk

TODO: open-ssh, download code, get started