Tag: Hands on Lab
All the articles with the tag "Hands on Lab".
-
Setting static IP and Connect to Ubuntu Linux VM via SSH form host OS with Key-Based Authentication.
Published:learn how to connect and setting static IP to your ubuntu Linux Virtual Machine (VM) from an host via SSH. Also Set up SSH key-based authentication.
-
Django Todo App Deployment - EC2, Virtual Environments, and Docker
Published:guiding you through deploying your Django todo app on an AWS EC2 instance, covering both traditional virtual environment setup and containerization with Docker.
-
.com.np Domain + Cloudflare + Netlify (Adding domain and subdomain to your netlify hosted project) - Full Configuration Guide
Published:This guide shows Nepali citizens how to claim a free, lifetime .com.np domain from register.com.np, set up powerful DNS with Cloudflare, and seamlessly deploy web projects (including subdomains!) to Netlify. Go live, for free!
-
AWS Application Load Balancer with a Custom Domain (Cloudflare)
Published:step-by-step walkthrough for beginners on setting up an AWS Application Load Balancer (ALB), securing it with SSL/TLS using ACM
-
Hosting a static website on AWS S3
Published:step-by-step to Hosting a static website on AWS S3
-
Request a new ACM certificate with cloudflare.
Published:Guide ti request a new ACM certificate with cloudflare.
-
Nginx as a load balancer on AWS EC2
Published:Simple example of Nginx as a load balancer on AWS EC2.
-
Deploying Your PHP and MySQL App on AWS EC2 with Docker, Nginx, SSL and a Custom Domain
Published:Learn how to take your PHP and MySQL application from local development to a live production environment on an AWS EC2 instance. This comprehensive guide walks you through the entire process, covering Docker and Docker Compose setup, Nginx as a reverse proxy, configuring your custom domain with DNS, and securing your application with free SSL/TLS certificates using Certbot (Let's Encrypt). Discover best practices for deploying and managing your web app in the cloud, including persistent storage for your database and seamless code updates.