-
How to Install LAMP Stack on Ubuntu
How to Install LAMP Stack on Ubuntu LAMP stack (Linux, Apache, MySQL, PHP) is a popular combination for hosting dynamic websites or web applications on Ubuntu. Below are detailed steps to install and configure the LAMP stack on your Ubuntu server. Step 1: Update Package Lists sudo apt update Step 2: Install Apache sudo apt…
-
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 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:…