Skip to content

Instantly share code, notes, and snippets.

@NdR91
NdR91 / frigate_telegram_notification.yaml
Last active December 10, 2025 16:15
Frigate - Telegram Notification
blueprint:
name: Frigate - Telegram Notification
description: Create automations to receive Snapshots and Clips from Frigate
domain: automation
input:
camera:
name: Frigate Camera
description: The name of the camera as defined in your frigate configuration (/conf.yml).
target_chat:
name: Target
@epixoip
epixoip / 6800XT.md
Last active December 9, 2023 17:29
RX 6800 XT Hashcat Benchmarks

AMD Radeon RX 6800 XT (reference) Hashcat Benchmarks

Software: Hashcat v6.1.1-120-g15bf8b730, ROCm 4.0.0, Fedora 33

Accelerator: 1 x AMD Radeon RX 6800 XT (reference)

Notes

  1. This is hands-down the best AMD GPU we've seen since 2012 and definitely a major turning point for AMD (and I'm sure the same can be said for the RX 6800 and RX 6900 as well) - The Red Team is back! Given all the bullshit NVIDIA has been lobbing at us since 2017, I'd say this is definitely a viable alternative in certain scenarios.
@joevt
joevt / ThunderboltUtil.sh
Last active November 2, 2025 22:24
A set of functions to examine and modify Thunderbolt DROMs
#! /bin/zsh
# ThunderboltUtil.sh v1.7
# by joevt Dec 5, 2024
#=========================================================================================
#
#
# Thunderbolt DROM Notes:
#
#
@naveenkrdy
naveenkrdy / AdobeAMDFix.md
Last active October 28, 2025 10:39
To fix adobe products crashes on AMD hackintosh

Adobe Crash Fix XLNC

Instructions

  1. Install needed adobe apps from adobe creative cloud.

  2. Open Terminal.

  3. Copy-paste the below command to your terminal and run it (enter password when asked).

#!/usr/bin/python3
import requests
class telegram():
def __init__(
self,
TelegramToken,
TelegramChatID,
):
@onomatopellan
onomatopellan / vhdx.md
Last active September 15, 2025 16:58
How to automount an external vhdx file in WSL2

Using a .vhdx file from another partition/disk in WSL2

  1. Ubuntu WSL2 must be already installed in C: system drive and user should be able to call windows binaries like wsl.exe from bash.

  2. We will install Alpine WSL2 distro in an external partition/disk:

@ayyybe
ayyybe / ccdl.command
Last active August 17, 2025 17:55
Adobe Offline Package Builder v0.1.2 (macOS only) --- No longer being maintained.
#!/bin/bash
CYAN="$(tput bold; tput setaf 6)"
RESET="$(tput sgr0)"
clear
if command -v python3 > /dev/null 2>&1; then
if [ $(python3 -c "print('ye')") = "ye" ]; then
clear
@XLNCs
XLNCs / AdobeFixAMD
Last active February 17, 2025 21:51
To fix adobe products crashes on AMD hackintosh
MOVED HERE:
https://gist.github.com/naveenkrdy/26760ac5135deed6d0bb8902f6ceb6bd
@thomasdarimont
thomasdarimont / docker-compose.yml
Created January 25, 2019 17:52
Docker OpenLDAP + phpldapadmin example
version: '2'
services:
openldap:
image: osixia/openldap:1.2.3
container_name: openldap
environment:
LDAP_LOG_LEVEL: "256"
LDAP_ORGANISATION: "Example Inc."
LDAP_DOMAIN: "example.org"
LDAP_BASE_DN: ""