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:

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 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:

Create a Virtual Switch with Hyper-V Manager with Internet access

Open Hyper-V Manager. A quick way to do this is by hitting the Windows button or key then type “Hyper-V Manager”.If search doesn’t find Hyper-V Manager, Hyper-V or the Hyper-V management tools are not enabled. See the instructions to enable Hyper-V. Select the server in the left pane, or click “Connect to Server…” in the right… Read More Create a Virtual Switch with Hyper-V Manager with Internet access

Rate this: