sh hacks

This page contains links to some of my sh hacks. It is autogenerated from the comments (if any) at the head of each file.

aws_metrics.sh(updated Sun Jan 9 22:37:25 2022)
# Original: https://stackoverflow.com/a/61241535
# Modified to work on an Airport Express


build.sh(updated Mon Aug 27 19:00:45 2001)
# Kernel Builder Script
# check that you're sane


ec2-drive-swap.sh(updated Sun Jan 8 23:27:00 2023)
#
# Script to help with recovering an unbootable drive on EC2.
#
# Looks for a host tagged with the provided hostname, shuts it down,
# detaches its drive, attaches that drive to any other instance you
# have, then drops to a shell where you can log into the other
# instance and fix up the drive; when you exit the shell it puts
# everything back in place and restarts the stopped instance.
#


install-mysql-client.sh(updated Mon Apr 1 06:45:19 2024)
# `pip install mysqlclient` on macOS with the Oracle install of MySQL Community edition does not appear to work out of the box. This script attempts to fix it.
#
# No guarantees, mind you.


rotate.sh(updated Thu Feb 28 22:57:25 2013)


thumbnails.sh(updated Thu Feb 28 22:57:25 2013)
# Make thumbnails. Optionally rename files.
# Quick, dirty, etc.
# Waider June 2000-February 2001



Waider Ugh. Did I write that?