Skip to content

Instantly share code, notes, and snippets.

@ruario
ruario / authy-fetch-extract-snap.md
Last active June 6, 2025 07:07
How to download and install Twilio Authy on a desktop Linux system without snap support
  • Make an install directory somewhere convenient and switch to it
mkdir -p ~/.local/share/authy
cd ~/.local/share/authy
  • Fetch the current Authy snap
@Anemone95
Anemone95 / waitForKeyElements.js
Last active August 25, 2021 10:43
waitForKeyElements for Greasemonkey
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts,
that detects and handles AJAXed content.
Usage example:
// @run-at document-start
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @grant GM_addStyle
// ==/UserScript==
@zed-dz
zed-dz / the best sources.md
Last active November 30, 2023 15:02
education purpose only
@jkullick
jkullick / convert-serialized-php-json.md
Last active June 13, 2022 10:23
Convert Serialized PHP to JSON
cat $SERIALIZED_PHP_FILE | php -r 'echo json_encode(unserialize(file_get_contents("php://stdin")));'
@southrop
southrop / vlc-bd-win.md
Created December 2, 2016 04:04
Play Blu-Ray Videos in VLC on Windows
  1. Install VLC and MakeMKV
  2. Go to the MakeMKV installation directory (usually C:\Program Files (x86)\MakeMKV) and copy libmmbd.dll to the VLC installation directory (usually C:\Program Files\VideoLAN\VLC) twice
  3. Rename one of these copies to libaacs.dll and the other to libbdplus.dll
  4. Open MakeMKV and activate evaluation mode. Alternatively, insert the beta key.
  5. You should be able to play BDs in VLC using the Media > Open Disc... function.
@davispuh
davispuh / steam_console_params.txt
Last active July 10, 2025 18:46
Steam client parameters, consoles commands and variables
-480p - Run tenfoot in 480p rather than 1080p
-720p - Run tenfoot in 720p rather than 1080p
-accesscode -
-all_languages - show longest loc string from any language
-batterytestmode - rapidly cycle battery percentages for testing
-bigpicture - Start in Steam Big Picture mode
-blefw -
-cafeapplaunch - Launch apps in a cyber cafe context
-candidates - Show libjingle candidates for local connection as they are processed
-ccsyntax - Spew details about the localized strings we load
@magnetikonline
magnetikonline / README.md
Last active February 7, 2025 07:27
IE 7/8/9/10/11 Virtual machines from Microsoft - Linux w/VirtualBox installation notes.