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:

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:

How to Install Python 3.8 on Ubuntu 18.04 | 16.04

If you quickly want to get the latest version of Python installed on Ubuntu and get future updates automatically, then you can install it from the below third-party PPA repository… First install Ubuntu software properties package if it’s not already installed on your system.. After that run the commands to add the PPA.. The deadsnakes team maintains… Read More How to Install Python 3.8 on Ubuntu 18.04 | 16.04

Rate this:

How To Fix ‘Add-Apt-Repository Command Not Found’ On Ubuntu

Introduction The ‘add-apt-repository command not found’ Ubuntu error appears when trying to add a new software repository. This indicates that the add-apt-repository package is missing on your system. This tutorial resolves the ‘add-apt-repository command not found’ error on Ubuntu and Debian-based Linux distributions. Step 1: Update Local Ubuntu Repositories Open a terminal window and enter the command to update… Read More How To Fix ‘Add-Apt-Repository Command Not Found’ On Ubuntu

Rate this:

How to Install Ubuntu Server 16.04 in a Hyper-V Generation 2 VM

See the instructions to Create a virtual machine by using Hyper-V Manager Install Ubuntu Server (just hit enter) Choose Language: English Location: United States Configure keyboard: Choose your keyboard or use automatic detection. Having the right keyboard will help you to type correctly the password later. If the network of your vSwitch have DHCP, the installation continue… Read More How to Install Ubuntu Server 16.04 in a Hyper-V Generation 2 VM

Rate this:

How to Install and Use Docker Compose on Ubuntu 16.04

What is Docker Compose? Docker compose is a tool for defining and running multiple container Docker applications in your Ubuntu system. And you can define a YAML file to configure your application’s service, netowrks and volumes, so that you can use a docker compse command to create and start all services from your configuration. So you… Read More How to Install and Use Docker Compose on Ubuntu 16.04

Rate this: