Git Illustrated site:
sudo apt update
sudo apt upgrade
then get gconf2 errors
sudo dpkg --configure -a sudo apt upgrade sudo apt-get install -f
sudo apt-get install openssh-server sudo systemctl is-enabled ssh sudo systemctl is-active ssh
sudo apt-get install openssh-server && sudo systemctl is-enabled ssh && sudo systemctl is-active ssh
sudo apt upgrade sudo apt-get clean
https://developer.atlassian.com/server/bamboo/bamboo-rest-resources/#chart-service
- - -
Available: |
Bamboo 2.3 introduced the REST APIs. |
Changed: |
https://linuxize.com/post/how-to-change-hostname-on-ubuntu-18-04/
hostnamectl bamboo sudo hostnamectl set-hostname jira hostnamectl jira
sudo cp /etc/hosts /etc/hosts.bak sudo nano /etc/hosts 127.0.1.1 bamboo 127.0.0.1 jira
ls -l /etc/cloud/cloud.cfg
setup@bamboo:~$ ls -la /etc/cloud/cloud.cfg
-rw-r--r-- 1 root root 3612 May 11 2019 /etc/cloud/cloud.cfg
Search for preserve_hostname and change the value from false to true:
sudo nano /etc/cloud/cloud.cfg
# This will cause the set+update hostname module to not operate (if true) preserve_hostname: false # This will cause the set+update hostname module to not operate (if true) preserve_hostname: true
Copyright 2018· All rights reserved