Forked from AnythingLinux/Things To Do After Installing Ubuntu 24.10 Desktop Linux
Last active
January 25, 2021 15:38
-
-
Save afahitech/22a8c96bd33db0331ad7070baa2a7cdc to your computer and use it in GitHub Desktop.
Things To Do After Installing Ubuntu 20.04 LTS Desktop
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
| #!/bin/sh | |
| If you need installation help, contact with me: | |
| Skype: aataur1 | |
| Telegram: @AutoDevOps | |
| WhatsApp: +8801751643484 | |
| Email: afahitech@gmail.com | |
| =========================================================== | |
| # Select The Fastest Apt Mirror and Adjust Ubuntu Default Setting: https://youtu.be/lWHOECQ7t9Q | |
| # Open your terminal by ctrl+alt+t and run all commands one by one. You can copy and paste into terminal too. | |
| 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 apt install kazam | |
| sudo -i | |
| wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add - | |
| echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list | |
| apt update | |
| apt install anydesk | |
| exit | |
| 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 schooloffreelancing@gmail.com | |
| sudo apt upgrade -y | |
| sudo apt -f install | |
| sudo apt autoremove | |
| sudo apt -y autoclean | |
| sudo apt -y clean | |
| sudo apt update | |
| sudo reboot | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment