Skip to content

Instantly share code, notes, and snippets.

A simple Docker and Docker Compose install script for Ubuntu

Usage

  1. sh install-docker.sh
  2. log out
  3. log back in

Links

@latetedemelon
latetedemelon / unifi_debian_bullseye.sh
Last active August 16, 2022 21:21 — forked from davecoutts/unifi_ubuntu_2004.sh
Install Ubiquiti Unifi Controller on Ubuntu 20.04
# Install Ubiquiti Unifi Controller on Debian Bullseye
# Stolen and modified from https://gist.github.com/davecoutts/5ccb403c3d90fcf9c8c4b1ea7616948d
#Required Packages
sudo apt update
sudo apt install --yes curl gpg gnupg2 software-properties-common apt-transport-https lsb-release ca-certificates libcurl3
#Download Unifi
echo 'deb https://www.ui.com/downloads/unifi/debian stable ubiquiti' | sudo tee /etc/apt/sources.list.d/100-ubnt-unifi.list
sudo wget -O /etc/apt/trusted.gpg.d/unifi-repo.gpg https://dl.ui.com/unifi/unifi-repo.gpg
function onOpen() {
var sheet = SpreadsheetApp.getActiveSpreadsheet();
var entries = [{
name : "Refresh Categories",
functionName : "refresh_ynab_categories"
}];
sheet.addMenu("YNAB", entries);
};
function refresh_ynab_categories() {