Tag: Hands on Lab
All the articles with the tag "Hands on Lab".
-
Terraform - Complete step-by-step process to create a (VM) on Azure and SSH under student pack subscription.
Published:Making a Linux virtual machine on Microsoft Azure using Terraform. From setting up providers and creating a resource group to configuring networking components and managing SSH authentication using azure CLI & GUI
-
Terraform - Create and SSH into an AWS EC2 Instance Using Terraform (Free Tier Guide for Beginners)
Published:How to create and SSH into an Amazon EC2 instance using Terraform — completely within AWS Free Tier limits. We’ll cover essential Terraform setup, defining AWS resources, adding a security group for SSH access, and outputting the public IP for easy login. Perfect for beginners looking to get hands-on with Infrastructure as Code (IaC)!
-
How To Install and Configure Ansible on Ubuntu.
Published:Install and configure Ansible on Ubuntu, set up communication with virtual machines (VMs) as managed nodes, and execute your first automation playbooks.
-
First Database Project - Setting Up & Managing MySQL/MariaDB on Linux, Database Dump, Backup and Restore
Published:Dive into this practical assignment to learn how to install and secure MariaDB on your Debian Linux system. Covering database creation, user management, remote connectivity, and essential dump, backup/restore operations.
-
Connect to Your Linux VM via SSH- Guide to Secure Remote Access and Key-Based Authentication
Published:learn how to connect to your Linux Virtual Machine (VM) terminal from an external via SSH. Also Set up SSH key-based authentication.
-
Setting Static IP using nmtui on vmware workstation.
Published:Static IP Configuration Inside the VM (using nmtui)
-
Zsh Setup with Auto-Suggestions, Syntax-highlighting & Themes
Published:setting up Zsh, making it your default shell, and enhancing it with Oh My Zsh. install zsh-autosuggestions for smart command completion, zsh-syntax-highlighting for better readability, and easily customize your terminal's look with various Zsh themes.
-
Pull, Build an image using a Dockerfile and Push the image to Docker Hub.
Published:Pull an image from Docker Hub and run it as a container. Build an image using a Dockerfile and Run the image as a container. Push the image to Docker Hub.