#ubuntu-2204
Read more stories on Hashnode
Articles with this tag
First add HashiCorp’s GPG key. curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add - Now add HashiCorp’s repository to Ubuntu. sudo...
Install nginx from the apt package manager. sudo apt install nginx -y Enable firewall. sudo ufw enable List the available applications the firewall...
Jenkins cannot run without Java so install the Java JDK. sudo apt-get install openjdk-11-jdk -y Obtain the Jenkins GPG key. curl -fsSL...
First, install some packages that will be needed for SonarQube. sudo apt install curl gnupg software-properties-common apt-transport-https lsb-release...