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 ssh
2```
3# Open Tmux Session immediately on SSH and exit SSH Session when exiting tmux
4if [[ -n "$PS1" ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_CONNECTION" ]]; then
5tmux 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/bash
23# Docker Foundry Updater
4# This script is used to download the Foundry ZIP file so it can be picked up by the Foundry container
5# 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.