@achu1016
Devops
Nothing here yet.
Nothing here yet.
Aug 26, 2023 · 1 min read · Task : How to set up Jfrog in ubuntu server # Setup Hostname hostnamectl set-hostname "jfrog.cloudbinary.io" # Configure Hostname unto hosts file echo "`hostname -I | awk '{ print $1}'` hostname" >> /etc/hosts # Update the Repository on Ubuntu 18.04 ...
Join discussionAug 26, 2023 · 2 min read · Task : How to set up Jenkins in ubuntu server # Setup Hostname sudo hostnamectl set-hostname "Ashok" # Update the hostname part of Host File echo "`hostname -I | awk '{ print $1 }'` hostname" >> /etc/hosts # Update Ubuntu Repository apt update # Dow...
Join discussionAug 26, 2023 · 8 min read · Jenkins : Jenkins is an open-source free automation tool used to build and test software projects. The tool makes it painless for developers to integrate changes to the project. Jenkins’ primary focus is to keep track of the version control system an...
Join discussionAug 26, 2023 · 1 min read · 1. terraform init :- initialize directory, pull down providers 2. terraform init -get-plugins=false :- initialize directory, do not download plugins 3. terraform init -verify-plugins=false :-initialize directory, do not verify plugins for Hashico...
Join discussion