Skip to content

Instantly share code, notes, and snippets.

@technicalflow
technicalflow / arch-mac-mini.md
Created February 22, 2022 16:44 — forked from andrsd/arch-mac-mini.md
Install Arch linux on Mac Mini (late 2012)

Install Arch Linux on Mac mini

We will be creating dual boot for OS X and Linux with no special boot loader. For other setup, refer to [1]. We will keep all data on an external hard drive, so we do not need huge amount of space for the linux system. We will install from an USB thumb drive (will need at least 1GB in size), newer Minis do not have CD roms.

Prepare the disk in Mac OS X (El Capitan)

@technicalflow
technicalflow / docker-compose.yml
Created December 9, 2021 15:42 — forked from Mau5Machine/docker-compose.yml
Traefik Configuration and Setup
version: "3.3"
services:
################################################
#### Traefik Proxy Setup #####
###############################################
traefik:
image: traefik:v2.0
restart: always