Skip to main content

Posts

Showing posts from July, 2022

A Minimal Ubuntu Setup

 How do I setup my Linux Distro Ubuntu After Installing It. First update and upgrade ========================     sudo apt update     sudo apt upgrade git Installation ================     sudo apt install git Github Desktop Installation ============================  sudo wget                                    https://github.com/shiftkey/desktop/releases/download/release-2.6.3-linux1/GitHubDesktop-linux-2.6.3-linux1.deb sudo apt-get install gdebi-core sudo gdebi GitHubDesktop-linux-2.6.3-linux1.deb Curl Installation =================      sudo apt instal -y curl nodejs =======      sudo apt install -y nodejs npm ====      sudo apt install npm Installation of cargo =====================     sudo apt install cargo gcc and g++ =========== ...