The Linux filesystem and directory structure every Linux user should know

πŸ‘‰ / – The root directory All the files and directories in Linux are located under β€˜root’ represented by β€˜/’. If you look at the directory structure, you’ll realize that it is similar to a plant’s root. πŸ‘‰ /bin – Binaries The β€˜/bin’ directly contains the executable files of many basic shell commands like ls,… Read More The Linux filesystem and directory structure every Linux user should know

Rate this:

Most useful Linux networking commands and their explanation

β†’ arp – see your arp table.β†’ aria2 – downloading just about everything. Torrents included.β†’ arpwatch – Ethernet Activity Monitor.β†’ bmon – bandwidth monitor and rate estimator.β†’ bwm-ng – live network bandwidth monitor.β†’ curl – transferring data with URLs.(or try httpie)β†’ darkstat – captures network traffic, usage statistics.β†’ dhclient – Dynamic Host Configuration Protocol Clientβ†’… Read More Most useful Linux networking commands and their explanation

Rate this:

How to use Top Docker commands to add or remove Images and Containers

Today, I will talk about the Top Docker Commands that you will be using frequently while you are working with Docker. Docker Version$ sudo docker –version Add and run Image$ sudo docker run <image> List Containers $ sudo docker container ls -a List Containers $ sudo docker ps -a Remove Container$ sudo docker container rm… Read More How to use Top Docker commands to add or remove Images and Containers

Rate this:

Top Docker commands to add or remove Images and Containers

Today, I will talk about the Top Docker Commands that you will be using frequently while you are working with Docker. Docker Version$ sudo docker –version Add and run Image$ sudo docker run <image> List Containers $ sudo docker container ls -a List Containers $ sudo docker ps -a Remove Container$ sudo docker container rm… Read More Top Docker commands to add or remove Images and Containers

Rate this: