Skip to content

Instantly share code, notes, and snippets.

View miazj's full-sized avatar

Mia miazj

  • South Florida
View GitHub Profile
@Tekunalogy
Tekunalogy / PrivateEmail_to_GoogleWorkspace.md
Last active July 12, 2024 23:19
Namescheap PrivateEmail to Google Workspace - Email Migration

Migrate emails from NameCheap PrivateEmail Service to Google Workspace Gmail

  1. Follow the section called "Migrate from IMAP-based webmail providers" here
  2. Confusion usually revolves around what the "Role Account" is for NameCheap. In my experience, we found success by using the account we want to transfer mail from.
    • Example:
    • What would do is use the IMAP server mail.privateemail.com for the "Connection Protocol" section of the data migration tool.
@qzm
qzm / docker-compose.yml
Last active February 20, 2025 22:55
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 April 15, 2025 01:56
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 January 7, 2025 16:25
Super quick list of alternatives to Jira and/or Confluence, Stash, Crucible, etc.