Skip to content

Instantly share code, notes, and snippets.

@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:
      • PrivateEmail Acount: account1@customdomain.com
      • PrivateEmail Account Password: something987
      • Google Workspace Account: account1@customdomain.com
      • Google Workspace Account Password: something123
    • 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 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 July 6, 2024 19:43
Super quick list of alternatives to Jira and/or Confluence, Stash, Crucible, etc.