#wemakedevs
Read more stories on Hashnode
Articles with this tag
VPC ( Virtual Private Cloud ) This is a networking service that creates your own private network in the cloud where you can deploy your services and...
We will discuss 4 methods to get out of VIM Method 1 click-> Esc click-> : click-> w click-> q click-> Enter Method 2 click-> Esc click->...
Image Management Pull an Image from Docker Hub docker pull image_name:tag List Downloaded Images docker images Remove an Image docker rmi...
Create new user Linux Daddy will guide you. sudo adduser username You are now a daddy sudo useradd username Check all the users sudo cat...
In Linux, the equivalent of shortcuts are symbolic links (or soft links or symlinks). Symlinks allow us to link to another file by its...
The OSI (Open Systems Interconnection) Model is a standardised model which we use to demonstrate the theory behind computer networking. In practice,...