Best Method: use
n
. Its lovely & bootstraps itself as an npm pkg without npm.
function ubuntu-install-nodejs-17() {
echo "Installing nodejs via n in /usr/local/bin with /usr/local/n as cache folder"
# 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 |
I hereby claim:
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 |