This sheet goes along with this SSH YouTube tutorial
$ ssh brad@192.168.1.29
$ mkdir test
$ cd test
| #!/bin/sh | |
| echo -e "貴方は領主様から通常の講習を受けたはずですわ。 | |
| これは通常、以下の3点に要約されますの: | |
| #1) 市民の皆様のプライバシーを尊重すること。 | |
| #2) タイプする前に考えること。 | |
| #3) そしてノブレス・オブリージュを肝に銘じておくことですわ。 | |
| " | |
| exec sudo "${@}" |
| # Useful for testing things that are time zone | |
| # sensitive - like scheduling things | |
| # Get current timezone | |
| sudo systemsetup -gettimezone | |
| # Get list of available timezones | |
| sudo systemsetup -listtimezones | |
| # Set the timezone to the selected timezone |
| #!/bin/sh | |
| # Reset Transmit 5 Trial | |
| # curl -fsSL https://gist.githubusercontent.com/thoaster/ca5b4fdb653b9cdb3930897045b78558/raw/reset.sh | bash | |
| set +e | |
| set -x | |
| sudo rm -rf ~/Library/Caches/com.panic.Transmit | |
| sudo rm -rf ~/Library/Application\ Support/com.panic.Transmit | |
| sudo rm ~/Library/Preferences/com.panic.Transmit.plist |
$ ssh brad@192.168.1.29
$ mkdir test
$ cd test
| --- | |
| name: plan-exit-review | |
| version: 2.0.0 | |
| description: | | |
| Review a plan thoroughly before implementation. Challenges scope, reviews | |
| architecture/code quality/tests/performance, and walks through issues | |
| interactively with opinionated recommendations. | |
| allowed-tools: | |
| - Read | |
| - Grep |
| # ============================================ | |
| # Ghostty Terminal - Complete Configuration | |
| # ============================================ | |
| # File: ~/.config/ghostty/config | |
| # Reload: Cmd+Shift+, (macOS) | |
| # View options: ghostty +show-config --default --docs | |
| # --- Typography --- | |
| font-family = JetBrainsMonoNerdFont | |
| font-size = 14 |
| # the man page for tmutil | |
| man tmutil | |
| # calculate drift on backups (cpu / io intensive) | |
| tmutil calculatedrift backup_folder | |
| # list backups | |
| tmutil listbackups | |
| # set backup destination |
| { | |
| // go away copilot and other ai slop machines | |
| "accessibility.verboseChatProgressUpdates": false, | |
| "accessibility.verbosity.inlineChat": false, | |
| "accessibility.verbosity.panelChat": false, | |
| "accessibility.verbosity.terminalChatOutput": false, | |
| "ansible.lightspeed.suggestions.waitWindow": 360000, | |
| "chat.agent.codeBlockProgress": false, | |
| "chat.agent.enabled": false, | |
| "chat.agent.maxRequests": 0, |
Hanging out in subtitling and video re-editing communities, I see my fair share of novice video editors and video encoders, and see plenty of them make the classic beginner mistakes when it comes to working with videos. A man can only read "Use Handbrake to convert your mkv to an mp4 :)" so many times before losing it, so I am writing this article to channel the resulting psychic damage into something productive.
If you are new to working with videos (or, let's face it, even if you aren't), please read through this guide to avoid making mistakes that can cost you lots of time, computing power, storage space, or video quality.
This is a list of links to IETF RFCs publishd on April 1st, sourced from the Wikipedia page April Fools' Day Request for Comments. I try to update it annually.
| NUM. | YEAR | TITLE | AUTHOR |
|---|---|---|---|
| RFC 748 | 1978 | TELNET RANDOMLY-LOSE Option | M. Crispin |
| [RFC 1097](https://datatracker.ietf.org/doc |