Created
December 8, 2020 10:11
-
-
Save LinuxFintech/887b968ea48947750a2b7bdb2d719195 to your computer and use it in GitHub Desktop.
Things To Do After Installing Ubuntu 18.04 LTS Cloud Linux
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 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