#linux
Read more stories on Hashnode
Articles with this tag
Creating Users and Managing Privileges: Create a new user: CREATE USER 'username'@'hostname' IDENTIFIED BY 'password'; Grant all privileges on a...
Commands used to host MySql Server on AWS EC2 Instance Step 1: Update the system sudo apt update Step 2: Install MySql sudo apt install...
docker run - run a container from an image docker pull - pull an image from a registry docker push - push an image to a registry docker build - build...
What is Linux and why it's used? Linux is an open-source operating system (OS). An operating system is the software that directly manages a system's...