Ankita Lunawatcloudhub2295.hashnode.dev·Sep 20, 2024Installation of Jenkins on ubuntuSteps 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...Jenkins
Ankita Lunawatcloudhub2295.hashnode.dev·Sep 12, 2024To install Nginx on UbuntuNginx 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...nginx
Ankita Lunawatcloudhub2295.hashnode.dev·Sep 3, 2024How to install Prometheus on UbuntuUpdate 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...prometheus installation
Taegu Kangktg0210.hashnode.dev·Jun 21, 2023Cross region for IAM STSoutline 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/...AWS IAM