Skip to content

Instantly share code, notes, and snippets.

View cloudybdone's full-sized avatar
🎯
Focusing

Mohammed Salehuzzaman cloudybdone

🎯
Focusing
View GitHub Profile
#!/bin/sh
# FORK THIS GIST THEN RUN ALL COMMANDS ONE BY ONE
# 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 -i
apt update -y && apt upgrade -y
apt install build-essential checkinstall
apt install ubuntu-restricted-extras
apt install software-properties-common