DevOps Aug Bactch Notes – Linux
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Virtualization
============================================================================
How to setup a lab env?
---------------------------------------------------------
PHYSCIAL SERVER(Laptop) ---> VMS
---> Laptop - FREE -- Using VirutalBoX
---> AWS | Azure - PAID - CLOUD
---> Containers ---> Docker - Kubernetes
How to login into that?
=====================================================================
What is Virtualization? - DONE
What is Hypervisor? - VirtualBox?
How to install VirtualBox?
- https://www.virtualbox.org/wiki/Downloads
How to create a VMS?
Step 1 - Download Machine Image - VM OS Image
ubuntu
centos
https://ubuntu.com/download/server
https://www.centos.org/download/
Step 2 - Create a VM in Vb
- Change a NETWORK
NAT -> create a network -- all the vm attached to that
bridge
- How to connect a VMS?
=======================================
WSL
Linux Commands
Shell Scripting
Vagrant