Skip to content

Instantly share code, notes, and snippets.

@qzm
qzm / docker-compose.yml
Last active May 20, 2024 11:22
Atlassian docker-compose (JIRA,Confluence,Bitbucket) with nginx and letsencrypt
version: '2'
services:
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /root/.docker/config.json:/config.json
command: nginx-proxy nginx-proxy-le
@zoilomora
zoilomora / README.md
Last active June 28, 2024 04:59
How to disable cloud-init in Ubuntu

How to disable cloud-init in Ubuntu

Prevent start

  • Create an empty file to prevent the service from starting

      sudo touch /etc/cloud/cloud-init.disabled
    

Uninstall

@ryanvin
ryanvin / jira-centos7.md
Last active June 19, 2021 01:20
Install Jira on CentOS 7

Install MySQL

Visit https://dev.mysql.com/downloads/repo/yum, get right version. eg: mysql57-community-release-el7-11.noarch.rpm

  • wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm
  • sudo rpm -ivh mysql57-community-release-el7-11.noarch.rpm
  • sudo yum install mysql-server
    • sudo systemctl start mysqld
    • sudo systemctl status mysqld
  • sudo grep 'temporary password' /var/log/mysqld.log get default root password
  • sudo mysql_secure_installation use default password and change password
    • Enter a new 12-character password that contains uppercase letter, lowercase letter, number and special character.

@mbbx6spp
mbbx6spp / ALTERNATIVES.adoc
Last active April 25, 2024 15:14
Super quick list of alternatives to Jira and/or Confluence, Stash, Crucible, etc.