Hosts file configuration format for DevOps & Cloud training
Filesystem path
Linux Ubuntu: /etc/hosts
Windows 10/11: C:\Windows\System32\drivers\etc\hosts
Mac: /etc/hosts
File content
# Host mapping for DevOps & Cloud training.
<IP_ADDRESS> <HOSTNAME>
<IP_ADDRESS> <HOSTNAME>
<IP_ADDRESS> <HOSTNAME>
Related Articles
Your shortest path to cover the backlog in our DevOps & Cloud training
Read and complete the steps to onboard into our DevOps & Cloud training program. You need to watch the recorded Linux sessions on YouTube, particularly topics like kernel, shell, process, package, service, and SSH. Install and configure Docker engine ...
Steps to onboard into our DevOps & Cloud training program
Fill SloopStash contact form You need to fill out the SloopStash contact form on our website with proper information about yourself. In the Message field, elaborate on your work experience and expectations in our DevOps & Cloud training program so ...
System hardware requirements for our Cloud training program
Having the right hardware configuration is essential for a seamless and productive learning journey during the cloud training. These specifications will enable you to run virtual machines, perform data processing tasks, and engage in hands-on ...
System hardware requirements for our DevOps training program
Having the right hardware configuration is essential for a seamless and productive learning journey during the DevOps training. These specifications will enable you to run virtual machines, perform data processing tasks, and engage in hands-on ...
How to install Terraform on Ubuntu Linux 18.04 desktop machine?
Let's install Terraform by downloading and extracting the executable binary for Linux. This is most recommended way of installing Terraform on any Linux-based operating system. No matter how we install Terraform, its just a executable binary. Once ...