- ChatOps
- Time-stamped record of actions taken.
- Transparent for any interested party to review.
- Reduces need to answer questions about status and next steps.
- Can integrate with alerts and more advanced bots.
- Incident Commander
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
# next.js | |
/.next/ | |
/out/ | |
# EB | |
/source-bundles/*.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
web: yarn start |
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
# next.js | |
/.next/ | |
/out/ | |
# EB | |
/source-bundles/*.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
# Download the installer for MacOS Catalina | |
softwareupdate --fetch-full-installer --full-installer-version 10.15.7 | |
# Create a directory for the VM installer | |
cd ~/ | |
mkdir VMs | |
cd VMs | |
mkdir installers | |
cd installers |
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
# Download the installer for MacOS Monterey | |
softwareupdate --fetch-full-installer --full-installer-version 12.3.1 | |
# Create a directory for the VM installer | |
cd ~/ | |
mkdir VMs | |
cd VMs | |
mkdir installers | |
cd installers |
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
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/core" | |
cask "docker" | |
cask "iterm2" | |
cask "visual-studio-code" |
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
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/core" | |
cask "docker" | |
cask "iterm2" | |
cask "visual-studio-code" |
I hereby claim:
- I am daneweber on github.
- I am daneweber (https://keybase.io/daneweber) on keybase.
- I have a public key ASDj2P-TIqdncADPOvVRgUqIFcKQqqx-gSkL60Vs1O03kgo
To claim this, I am signing this object:
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
import "./dateToJSON"; | |
// This spec file should be exercised in various timezones. Set the timezone in the container with | |
// docker exec -it -e TZ=Pacific/Chatham cmd | |
// Or interactively with commands like the following: | |
// echo "Pacific/Niue" > /etc/timezone | |
// dpkg-reconfigure tzdata | |
// date |
NewerOlder