Steps To install Jenkins on an Ubuntu system. Update the System update the system. sudo apt update Install Java Jenkins requires Java to run, so you need to install OpenJDK. sudo apt install openjdk-11-jdk -y Verify the Java installation. java -ver...
Nginx is a powerful and versatile server used for web hosting, reverse proxying, and handling large amounts of traffic efficiently. Key Features of Nginx Web Server: Nginx can serve static content (HTML, CSS, JS, images) very efficiently. Reverse...
Update Your System Ensure your system is up to date. sudo apt update Create a Prometheus User For security reasons, create a separate user to run Prometheus. sudo useradd --no-create-home --shell /bin/false prometheus Create Directories for Prometh...
outline AWS Security Token Service (AWS STS) is a global service, but enable it by region for security reasons. how-to IAM -> Account Settings -> Security Token Service (STS) -> Specific Region enable reference https://docs.aws.amazon.com/...