Tag: linux for basic

  • How to launch an EC2 Instance in AWS

    How to launch an EC2 Instance in AWS

    Launching an EC2 Instance in AWS Launching an EC2 (Elastic Compute Cloud) instance in AWS involves several steps. Here’s a step-by-step guide: Sign in to AWS Console: Go to the AWS Management Console and sign in with your credentials. Navigate to EC2 Dashboard: Once logged in, navigate to the EC2 service by either typing “EC2”…

  • SOP – Adding a New User with Sudo Permissions in Linux

    SOP – Adding a New User with Sudo Permissions in Linux

    SOP for Adding a New User with Sudo Permissions Objective: The objective of this SOP is to provide a standardized procedure for adding a new user to a Linux server with sudo permissions. Pre-requisites: Access to the Linux server with administrative privileges. Basic knowledge of Linux command line interface. Procedure: Connect to the Linux Server:…