Skip to content

Instantly share code, notes, and snippets.

View stdevel's full-sized avatar
🦆
Press Y to HONK

Christian Stankowic stdevel

🦆
Press Y to HONK
View GitHub Profile
version: "3.3"
services:
traefik:
image: "traefik:v2.2"
container_name: "traefik"
command:
- "--log.level=DEBUG"
- "--api.insecure=true"
@jarek-przygodzki
jarek-przygodzki / vagrant-ubuntu-slow-boot.txt
Created January 15, 2020 09:57
Vagrant Ubuntu Cloud image slow boot due to missing ttyS0 (uartmode1 not set to a log file in virtualbox)
See https://bugs.launchpad.net/cloud-images/+bug/1829625
A workaroud
config.vm.provider 'virtualbox' do |v|
v.customize ["modifyvm", :id, "--uart1", "0x3F8", "4"]
v.customize ["modifyvm", :id, "--uartmode1", "file", "./ttyS0.log"]
end
@schuerg
schuerg / i3-cheat-sheet.md
Last active August 18, 2021 15:03 — forked from JeffPaine/i3-cheat-sheet.md
[i3/sway cheatsheet] List of key bindings for i3wm/swaywm #linux #tiling-wm #desktop #cheat-sheet