Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am wrightbradley on github.
  • I am wrightbradley (https://keybase.io/wrightbradley) on keybase.
  • I have a public key ASCD-pmLUb9jHpk5nJe1JfTqSfV4ORaa75LwDg-C7RXruQo

To claim this, I am signing this object:

@wrightbradley
wrightbradley / user-data.yaml
Created December 16, 2022 21:17 — forked from wpbrown/user-data.yaml
ubuntu autoinstall with btrfs subvolumes
#cloud-config
autoinstall:
version: 1
identity:
hostname: btrbox
password: "$6$exDY1mhS4KUYCE/2$zmn9ToZwTKLhCw.b4/b.ZRTIZM30JZ4QrOQ2aOXJ8yk96xpcCof0kxKwuX1kqLG/ygbJ1f8wxED22bTL4F46P0"
username: ubuntu
storage:
config:
### drive
@wrightbradley
wrightbradley / monzo-alertmanager-config.yaml
Created October 7, 2022 18:46 — forked from milesbxf/monzo-alertmanager-config.yaml
Monzo's Alertmanager Slack templates
###################################################
##
## Alertmanager YAML configuration for routing.
##
## Will route alerts with a code_owner label to the slack-code-owners receiver
## configured above, but will continue processing them to send to both a
## central Slack channel (slack-monitoring) and PagerDuty receivers
## (pd-warning and pd-critical)
##
@wrightbradley
wrightbradley / Convert .mov or .MP4 to .gif.md
Created May 24, 2022 17:58 — forked from mcmoe/Convert .mov or .MP4 to .gif.md
Convert Movie(.mov) file to Gif(.gif) file in one command line in Mac Terminal

This note is written by Sheldon. You can find me with #iOSBySheldon in Github, Youtube, Facebook, etc.

Need

Convert .mov/.MP4 to .gif

Reason

As a developer, I feel better to upload a short video when I create the pull request to show other viewers what I did in this PR. I tried .mov format directly got after finishing recording screen using Quicktime, however, gif offers preview in most web pages, and has smaller file size.

This is not limited to developer, anyone has this need can use this method to convert the files.