This file contains hidden or 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/sh | |
| usage() { | |
| echo "Usage: $(basename "$0") [-h|--help] [-J USER@HOST] [-l user] [ssh-opts] \$ec2-host" | |
| } | |
| help() { | |
| usage | |
| echo | |
| echo "SSH to an EC2 host determined by the Name tag, via a bastion host." |
This file contains hidden or 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
| #!/usr/bin/env zsh | |
| # | |
| # See the following AskUbuntu question for why this is a thing | |
| # https://askubuntu.com/questions/1024281/dell-xps-13-9370-bluetooth-issues/1148484#1148484 | |
| # | |
| # As the overwritten files are owned by the linux-firmware package you may want to add this | |
| # script to an @reboot cron of the root user. | |
| # | |
| # This script uses the Windows driver package as the src of the firmware bin files. This can | |
| # be acquired from https://www.dell.com/support/home/uk/en/ukbsdt1/drivers/driversdetails?driverId=1JVK3 |
This file contains hidden or 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
| #!/usr/bin/env bash | |
| # Link up docker network via IPSec VPN on docker-host | |
| # | |
| # Usage: [dry_run=1] [debug=1] vpn-docker-fix [<a-docker-network-name-or-id>] | |
| # | |
| # Env Variables: | |
| # docker_network - Defaults to docker0 | |
| # dry_run - Set to 1 to have a dry run, just printing out the iptables command | |
| # debug - Set to 1 to see bash substitutions |
This file contains hidden or 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
| Adding Hidden Agendas | |
| Adjusting Bell Curves | |
| Aesthesizing Industrial Areas | |
| Aligning Covariance Matrices | |
| Applying Feng Shui Shaders | |
| Applying Theatre Soda Layer | |
| Asserting Packed Exemplars | |
| Attempting to Lock Back-Buffer | |
| Binding Sapling Root System | |
| Breeding Fauna |
OlderNewer