Skip to content

Instantly share code, notes, and snippets.

@ashrafuzzaman
Last active February 16, 2020 08:53
Show Gist options
  • Save ashrafuzzaman/16e31e2e125a1e18e9e5ff43803afd24 to your computer and use it in GitHub Desktop.
Save ashrafuzzaman/16e31e2e125a1e18e9e5ff43803afd24 to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt install -y snapd vim openvpn
sudo snap install docker
sudo groupadd docker
sudo usermod -aG docker ${USER}
sudo snap install code --classic
sudo snap install slack --classic
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install -y ./google-chrome-stable_current_amd64.deb
# create /etc/openvpn/client.conf
# https://www.ivpn.net/knowledgebase/226/Linux---Autostart-OpenVPN-in-systemd-Ubuntu.html
# auth.txt -> 1st line username, 2nd line pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment