AMAditya Mohantyinlinux-commands.hashnode.dev·Oct 26, 2024 · 2 min readDocker Command Overview and TipsOverview of Your Command History Updating and Installing Docker: sudo apt update: Updates the package list. sudo apt install docker-ce -y: Installs Docker Community Edition. Starting and Enabling Docker: sudo systemctl start docker: Starts the D...00
AMAditya Mohantyinlinux-commands.hashnode.dev·Oct 21, 2024 · 2 min readGit Commands Cheat SheetThis file contains commonly used Git commands with brief explanations. 1. Getting Started with Git Initialize a Git repository: git init Clone an existing repository: git clone <repository_url> Add a remote repository: git remote add origin...00
AMAditya Mohantyinlinux-commands.hashnode.dev·Oct 21, 2024 · 4 min readAdvanced Linux Command1 : sudo > Superuser Do, allow permitted user to run a command. (it is a group where root user and admin user added ) 2 : apt > Application Package Manger , command to install any application 3 : update > to update the system . User Management : 1 : ...00
AMAditya Mohantyinlinux-commands.hashnode.dev·Oct 6, 2024 · 2 min readBasic Linux CommandsTable of contents What is Linux? Basic command on Linux Task 1: Check your present working directory Task 2: List all the files or directories including hidden files Task 3: Create a nested directory A/B/C/D What is Linux? Linux is an open-sou...00