Pinned Loading
-
git-slackin
git-slackin PublicStop checking pull requests manually all day and git slackin instead!
JavaScript 3
-
-
useful-commandline-snippets
useful-commandline-snippets PublicA list of commandline snippets I find useful or always need to look up. Also some useful shell scripts apparently.
Shell 1
-
dot_files
dot_files PublicA collection of config files and/or useful config options. Also includes a script to setup Ubuntu with these configs
Shell
-
[Servers] tmux on ssh
[Servers] tmux on ssh 1On the server, put this snippet in ~/.bashrc to automatically open tmux on ssh2```3# Open Tmux Session immediately on SSH and exit SSH Session when exiting tmux4if [[ -n "$PS1" ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_CONNECTION" ]]; then5tmux attach-session -t ssh_tmux || tmux new-session -s ssh_tmux; -
FoundryVTT Updater - A quick script ...
FoundryVTT Updater - A quick script to pull the latest foundry image for docker 1#!/bin/bash23# Docker Foundry Updater4# This script is used to download the Foundry ZIP file so it can be picked up by the Foundry container5# By felddy (felddy/foundryvtt:release)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.