Skip to content

Instantly share code, notes, and snippets.

@ohadcn
Last active July 24, 2017 20:58
Show Gist options
  • Save ohadcn/177869ae6724a49aeef3d52086af4773 to your computer and use it in GitHub Desktop.
Save ohadcn/177869ae6724a49aeef3d52086af4773 to your computer and use it in GitHub Desktop.
sudo apt-add-repository -y universe
sudo apt-add-repository -y multiverse
sudo apt update
sudo apt --force-yes dist-upgrade
sudo apt --force-yes install screen htop zip unzip rar unrar build-essential cmake autoconf libtool autoconf git
# for lamp server
sudo apt install --force-yes --no-install-recommends php5 php5-fpm nginx mysql-client mysql-server
#if the main server is python, install pip then the rest of the requirment with it
# sudo apt --force-yes install python-pip python-wheel cython
#if the main server is node, install npm then the rest of the requirment with it
# sudo apt --force-yes install npm
#TODO: remove unusefull packages
#TODO: desktop
sudo updatedb.mlocate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment