Skip to content

MINHLEFORME123/Linux-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

Linux-assignment

image

πŸ€– Project Robo: Linux VM Deployment on Microsoft Azure

Ubuntu Azure Status

πŸ“„ Project Overview

This document details the process of setting up a Linux Virtual Machine on Microsoft Azure at HAMK. The goal was to create a functional Ubuntu server to serve as a robust platform for future course assignments and software development.


πŸ›  1. Environment Configuration

The virtual machine was provisioned with the following specific settings as per the course requirements:

Setting Value
Cloud Provider Microsoft Azure (Azure for Students Subscription)
Virtual Machine Name Robo
Operating System Ubuntu Server 24.04.3 LTS (Gen 2)
Size Standard_B2ls (2 vcpus, 1 GiB memory)
Public IP Address 172.161.69.141
Authentication SSH Public Key (Robo_key.pem)
Username minhle

πŸš€ 2. Installation Steps

πŸ”Ή Subscription Setup

  • Logged into the Azure Portal using HAMK student credentials.
  • Activated the Azure for Students subscription to access cloud resources without upfront costs.

πŸ”Ή Resource Provisioning

  • Created a new Resource Group to organize project assets.
  • Configured the VM instance named "Robo" with the optimized Standard_B2ls size.

πŸ”Ή Networking & Security

  • NSG (Network Security Group): Configured to allow inbound SSH traffic on Port 22.
  • Key Pair: Generated an SSH RSA private key and securely downloaded the .pem file to the local machine.

πŸ’» 3. Remote Connection

Instead of using third-party clients like PuTTY, the connection was established using the Native SSH client via Windows Command Prompt (CMD) for better system integration.

Important

Make sure the .pem file has the correct permissions and the path is correct before running the command.

# Command to connect to the VM
ssh -i "C:\Users\minhb\Downloads\Robo_key.pem" minhle@172.161.69.141

βœ…4. Conclusion

The Virtual Machine is successfully deployed and accessible. The system is running Kernel 6.14.0-1017-azure and is ready for further software installation and configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors