Code | Title | Duration | Link |
---|---|---|---|
Keynote | Andy Jassy Keynote Announcement Recap | 0:01 | https://www.youtube.com/watch?v=TZCxKAM2GtQ |
Keynote | AWS re:Invent 2016 Keynote: Andy Jassy | 2:22 | https://www.youtube.com/watch?v=8RrbUyw9uSg |
Keynote | AWS re:Invent 2016 Keynote: Werner Vogels | 2:16 | https://www.youtube.com/watch?v=ZDScBNahsL4 |
Keynote | [Tuesday Night Live with James Hamilton](h |
This file contains 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 | |
wget -m -np -nd -c -R "index.html*" "https://buildbot.libretro.com/nightly/linux/x86_64/latest/" -P ~/.config/retroarch/cores && unzip ~/.config/retroarch/cores/'*.zip' && rm ~/.config/retroarch/cores/*.zip |
This file contains 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 | |
# | |
rm -rf mf-install | |
git clone --depth=1 https://github.com/z0z0z/mf-install.git | |
cd mf-install | |
GRIS_STEAM_ID=683320 | |
PUMMEL_PARTY_STEAM_ID=880940 | |
# Select which game should be updated |
This file contains 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 | |
# | |
# Delete RHOS instance stuck in error state | |
# | |
set -e | |
# prompt for instance ID to delete | |
printf "\n" |
This file contains 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 | |
showHelp() { | |
cat <<EOF | |
This script requires 2 or 3 arguments exactly. | |
"${0}" <redhat username> <redhat password> [<redhat release>] | |
examples: | |
"${0}" user1 passw0rd! 7Server | |
"${0}" user2 pAssw@rd | |
By default the omission of the release version will default to 7Server being set. |
This file contains 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 | |
# Copy contents of many s3 buckets into a single | |
# archive bucket | |
# | |
# Run via an ec2 instance | |
set -e | |
set +x |
This file contains 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/python | |
# Python port of keepass2john from the John the Ripper suite (http://www.openwall.com/john/) | |
# ./keepass2john.c was written by Dhiru Kholia <dhiru.kholia at gmail.com> in March of 2012 | |
# ./keepass2john.c was released under the GNU General Public License | |
# source keepass2john.c source code from: http://fossies.org/linux/john/src/keepass2john.c | |
# | |
# Python port by @harmj0y, GNU General Public License | |
# |
This file contains 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
# Pi3 overclock! https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=138123 | |
gpu_mem=16 # set as desired | |
dtparam=sd_overclock=100 | |
arm_freq=1300 | |
core_freq=500 | |
over_voltage=4 | |
sdram_freq=575 | |
sdram_schmoo=0x02000020 | |
over_voltage_sdram_p=6 | |
over_voltage_sdram_i=4 |
This file contains 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
gpu_mem=16 | |
arm_freq=1000 | |
sdram_freq=500 | |
core_freq=500 | |
over_voltage=2 | |
temp_limit=80 | |
initial_turbo = 30 |
This file contains 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 | |
# | |
# Backup selected directories to a GoogleCloud Nearline bucket | |
# | |
# Example daily cron: | |
# @daily /usr/local/bin/gcbackup >/dev/null | |
# | |
# Directories to backup to the cloud | |
dir=( "/home/stmiller/Documents" "/home/stmiller/Music" \ |
NewerOlder