I hereby claim:
- I am dsculptor on github.
- I am dsculptor (https://keybase.io/dsculptor) on keybase.
- I have a public key ASAg8IwSEPLXbju8eFWM2yqaD4TPLxFrAPWJfu3RomWsNAo
To claim this, I am signing this object:
-- Run the following cmd to make Transmit marry iterm2 as its Terminal partner: | |
-- defaults write com.panic.Transmit OpenTerminalScriptPath ~/transmit-iterm-patch.applescript | |
on openTerminal(location, remoteHost, serverPort) | |
-- Prepare sshCmd and cmd: | |
set sshCmd to "" | |
set cmd to "cd \"" & location & "\"" | |
if ((count of remoteHost) is greater than 0) then | |
set sshCmd to "ssh " & remoteHost |
I hereby claim:
To claim this, I am signing this object:
# File: docker-compose.yml | |
# A minimal docker-compose stack to have adguardhome running on a machine with docker installed. | |
version: "3.9" | |
volumes: | |
adguard: | |
services: | |
adguard: | |
restart: always |