- Login to mysql shell for the container named
mysql
:
docker run --rm -it --link mysql:mysql mysql:5 mysql -h mysql -u root
clear lock | |
clear control | |
clear mod1 | |
clear mod2 | |
clear mod3 | |
clear mod4 | |
clear mod5 | |
keycode 37 = Hyper_L | |
keycode 66 = Control_L | |
add control = Control_L Control_R |
#!/bin/sh | |
gcloud beta functions deploy psychedelic_art --runtime python37 --trigger-http |
made with esnextbin
made with esnextbin
"""Convert podcast feeds into an aria2 download script | |
- Setup feed output directories and URLS | |
- Run: python archive_podcast.py > aria2.txt | |
- Run: aria2c -i aria2.txt | |
Aria2 will download all the episodes and supports resuming of partial downloads | |
""" | |
import feedparser |
#!/bin/bash | |
# GPG verified sandstorm installer for curlbombing. | |
# Use with "curlbomb --unwrapped -1 run sandstorm.curlbomb.sh" | |
# The idea here is that you trust the sandstorm devs, but you don't | |
# trust their installer script without verifying the signatures, but | |
# you want it to be completely automated so you can run this over and | |
# over. |
A network bridge allows us to have a virtual router that we can plug multiple network interfaces into. The IP address is assigned to the bridge rather than the individual network interface.
Create the bridge device, br0 :
$ echo "export IAMSET=yes" > test.sh | |
$ source test.sh | tee | |
$ echo "IAMSET="$IAMSET | |
IAMSET= | |
$ source test.sh | |
$ echo "IAMSET="$IAMSET | |
IAMSET=yes |