This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://gitlab.com/famedly/conduit/-/blob/next/docker/README.md | |
# https://gitlab.com/famedly/conduit/-/blob/next/Dockerfile | |
# https://hub.docker.com/r/matrixconduit/matrix-conduit | |
FROM matrixconduit/matrix-conduit:next-bullseye | |
ENV CONDUIT_SERVER_NAME="my.domain.com" | |
ENV CONDUIT_DATABASE_BACKEND="rocksdb" | |
# Set to false after making your first admin user |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
MAKE SURE toolkit.legacyUserProfileCustomizations.stylesheets IS SET TO TRUE! | |
Also set: | |
* mousewheel.with_meta.action = 3 // When cmd+scroll to zoom is used (macOS) | |
* mousewheel.with_control.action = 3 // When ctrl+scroll to zoom (!macOS). | |
* privacy.resistFingerprinting = true | |
* privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts = false | |
* privacy.userContext.enabled = false // disables 'open in new container tab' | |
* browser.urlbar.suggest.calculator = true // why does Firefox turn off good features by default? And make them so undiscoverable! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Season | Episode | Title | Reason | |
---|---|---|---|---|
1 | 5 | The Enchiridion | A good intro to the series, plus introduces the important Enchiridion | |
1 | 2 | Trouble in Lumpy Space* | Introduces LSP (episode out of order) | |
1 | 3 | Prisoners of Love | Introduces Ice King and his obsession (episode out of order) | |
1 | 7 | Ricardio the Heart Guy | Finn and PB development, Sets a returning plot | |
1 | 8 | Business Time* | First mention of Ooo being post-apocalyptic | |
1 | 9 | My Two Favorite People | Intros the Jake and Lady Rainicorn plotline | |
1 | 10 | Memories of Boom Boom Mountain | A look at how Finn was adopted into Jake's Family | |
1 | 12 | Evicted! | Intros Marceline |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# ssh into a machine and automatically set the background | |
# color of Mac OS X Terminal depending on the hostname. | |
# | |
# Installation: | |
# 1. Save this script to /usr/local/bin/ssh-host-color | |
# 2. chmod 755 /usr/local/bin/ssh-host-color | |
# 3. alias ssh=/usr/local/bin/ssh-host-color | |
# 4. export PRODUCTION_HOST="<hostname_production_server>" |