Skip to content

Instantly share code, notes, and snippets.

@berkorbay
Last active May 3, 2018 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berkorbay/61a848518e7469a5e92eb01346de9f5e to your computer and use it in GitHub Desktop.
Save berkorbay/61a848518e7469a5e92eb01346de9f5e to your computer and use it in GitHub Desktop.
Some terminal commands
sudo apt-get -y update && sudo apt-get -y upgrade
sudo echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" | sudo tee -a /etc/apt/sources.list
gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9
gpg -a --export E084DAB9 | sudo apt-key add -
sudo apt-get -y update
sudo apt-get -y install r-base
sudo apt-get -y install libcurl4-openssl-dev libssl-dev libxml2-dev
sudo apt-get -y install libmariadbclient-dev | libmariadb-client-lgpl-dev
sudo apt-get -y install nodejs npm
sudo apt-get -y install docker.io
sudo apt-get -y install nginx apache2-utils
sudo apt-get -y install default-jdk
sudo apt-get -y install gdebi-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment