Skip to content

Instantly share code, notes, and snippets.

View psyburr's full-sized avatar
🏴‍☠️
(⊙.⊙(☉̃ₒ☉)⊙.⊙) ʕ⁠·⁠ᴥ⁠·⁠ʔ ⟵⁠(⁠o⁠_⁠O⁠)

psyburr psyburr

🏴‍☠️
(⊙.⊙(☉̃ₒ☉)⊙.⊙) ʕ⁠·⁠ᴥ⁠·⁠ʔ ⟵⁠(⁠o⁠_⁠O⁠)
  • Ray’s Boom Boom Room
  • USA
  • 02:54 (UTC)
View GitHub Profile
 
DietPi-Update
─────────────────────────────────────────────────────
Phase: Applying pre-patches
 [ ] DietPi-Update | Downloading pre-patches. ..  ..  [ OK ] DietPi-Update | Downloading pre-patches
 [ ] DietPi-Update | Applying execute permission.  [ OK ] DietPi-Update | Applying execute permission
 [ OK ] DietPi-Update | Successfully applied pre-patches
 
DietPi-Update
@psyburr
psyburr / CookBook.md
Last active May 6, 2024 01:29
My recipes in Markdown

GomerKyle’s Red Beeters

  • 8 large eggs
  • 2 (15 oz) cans sliced beets juice reserved
  • 1 small onion chopped
  • 1 cup white sugar
  • ¾ cup cider vinegar
  • 12 whole cloves
  • 2 bay leaves
  • ½ teaspoon salt
@psyburr
psyburr / PsyCTS V1.8.57.b.js
Last active May 14, 2023 20:43 — forked from CosmosisT/CTS
PsyCTS
// ==UserScript==
// @name psyburr's TinyChat Script (CTS V1.8.57.b)
// @version 1.8.57.b
// @description Modified TinyChat - Best Scripts; prepare to be amazed.
// @author CosmosisT + psyburr
// @url https://gist.github.com/psyburr/71fee25bc2e1b6482b6d5ba2f24b1cd9
// @license Copyright (C) CosmosisT
// @icon https://fubar.lol/android-chrome-512x512.png
// @match https://tinychat.com/room/*
// @match https://tinychat.com/*
@psyburr
psyburr / Capture_Desktop.md
Last active December 27, 2024 06:16
Quick How-To guide on recording PulseAudio with ffmpeg

[[[ Capturing your Desktop / Screen Recording ]]]

[[PageOutline(1, Contents)]]

Here are a few solutions for capturing your desktop and recording a video of your screen with ffmpeg. (A Chinese version of this page is [[Capture/Desktop中文版本|also available]].)

For the sake of brevity, these commands do not specify any additional encoder settings. For more info about H.264 encoding, see [[Encode/H.264|the H.264 encoding guide]].

adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@psyburr
psyburr / ffmpeg_examples.md
Last active April 4, 2025 23:15
ffmpeg options/examples difficult to remember

both audio and video filters option may be expressed as eitber -filter:{a|v} or the short versions used througout this gist

  • Increase/decrease audio tempo/speed this is represented as a percentage. ie: 1.5=1½× normal speed

-af atempo={0.5-100}

  • Remove logo in bottom right-hand corner coordinates are measuring from top left corner of delogo region set