Last active
November 26, 2021 20:54
-
-
Save Benoss/cf16346afb58c6ef00ac123e6c4d0c9e to your computer and use it in GitHub Desktop.
new_install
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
sudo apt install git ncdu htop vim cmake default-jdk nodejs build-essential \ | |
apache2-utils \ | |
apt-transport-https ca-certificates curl \ | |
software-properties-common jq pwgen pv unrar gparted \ | |
redis-server mysql-client-5.7 ntp -y | |
sudo add-apt-repository ppa:deadsnakes/ppa | |
sudo apt-get update | |
sudo apt-get install python3.6 python3.6-dev python3-distutils -y | |
# Nginx Docker docker-compose | |
wget https://gist.githubusercontent.com/Benoss/3a9aa3c8a5a6b1d94537c02319546534/raw/install_docker_and_nginx_16_04.sh -O install_docker_and_nginx_16_04.sh | |
# awscli | |
sudo apt install python3-pip python3-setuptools python3-wheel | |
pip3 install awscli | |
# Slack | |
https://slack.com/downloads/linux | |
# Pycharm | |
https://www.jetbrains.com/toolbox/app/?fromMenu | |
# Wine | |
sudo dpkg --add-architecture i386 | |
wget -qO- https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add - | |
sudo apt-add-repository 'deb http://dl.winehq.org/wine-builds/ubuntu/ xenial main' | |
sudo apt-get install --install-recommends winehq-stable | |
# Headset Music | |
wget -q http://headsetapp.co/headset-electron/debian/headset.asc -O- | sudo apt-key add - | |
echo "deb [arch=amd64] http://headsetapp.co/headset-electron/debian stable non-free" | sudo tee /etc/apt/sources.list.d/headset.list | |
sudo apt-get update | |
sudo apt-get install headset |
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
Latest version of git | |
sudo add-apt-repository ppa:git-core/ppa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment