Skip to content

Instantly share code, notes, and snippets.

@NdR91
NdR91 / frigate_telegram_notification.yaml
Last active July 21, 2024 16:48
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 April 7, 2024 09:31
A set of functions to examine and modify Thunderbolt DROMs
#! /bin/zsh
# ThunderboltUtil.sh v1.6
# by joevt Apr 2, 2024
#=========================================================================================
#
#
# Thunderbolt DROM Notes:
#
#
@naveenkrdy
naveenkrdy / AdobeAMDFix.md
Last active July 2, 2024 05:23
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.txt
Last active July 18, 2024 14:51
How to automount an external vhdx file 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:
Download Alpine from here:
https://github.com/yuk7/AlpineWSL/releases/download/3.11.5-1/Alpine.zip
Extract the files in an external partition/disk. (for example D:\Alpine)
Make sure WSL2 is enabled by default (wsl.exe --set-default-version 2)
Inside the Alpine folder run Alpine.exe to install the Distro. An ext4.vhdx file will be created in that same folder.
@ayyybe
ayyybe / ccdl.command
Last active July 20, 2024 12:50
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 March 21, 2024 15:33
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: ""