Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LinauxTerminology/48de043757dc385a07af953050b4a7b7 to your computer and use it in GitHub Desktop.
Save LinauxTerminology/48de043757dc385a07af953050b4a7b7 to your computer and use it in GitHub Desktop.
Things To Do After Installing Ubuntu 18.04 LTS Cloud Linux
sudo apt update && sudo apt-get upgrade --fix-missing
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt install software-properties-common
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install launchpad-getkeys
sudo launchpad-getkeys
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
sudo git config --global user.name "masum"
sudo git config --global user.email [email protected]
sudo apt upgrade -y
sudo apt -f install
sudo apt autoremove
sudo apt -y autoclean
sudo apt -y clean
sudo apt update
sudo reboot
#things #to #do #after #installing ubuntu_18.04 #LTS #cloud #linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment