Tag: Hands on Lab
All the articles with the tag "Hands on Lab".
-
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.
-
Automate Your Zsh Setup- Scripted Installation of Oh My Zsh, Auto-Suggestions & Syntax Highlighting
Published:Ready for a smarter terminal? This guide provides a comprehensive shell script to completely automate the installation and configuration of Zsh as your default shell, set up Oh My Zsh, and integrate must-have plugins like zsh-autosuggestions and zsh-syntax-highlighting. Get a highly functional and beautiful command-line environment with minimal effort, simply by running a file.
-
Setting Static IP using nmtui on vmware workstation.
Published:Static IP Configuration Inside the VM (using nmtui)
-
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.
-
Make your localhost app live on the internet using ngrok.
Published:Make your locally hosted any app to internet by using ngrok