Skip to content

Instantly share code, notes, and snippets.

View JackieTreeh0rn's full-sized avatar
💾
$>sudo su

Røb JackieTreeh0rn

💾
$>sudo su
View GitHub Profile
@wouterdebie
wouterdebie / comfyui_macos.sh
Last active March 16, 2025 22:57
ComfyUI MacOS Apple Silicon install
#!/bin/bash
set -e
brew install llvm libomp [email protected]
export CC=$(brew ls --verbose llvm | grep -e 'bin/clang$')
export CXX=$(brew ls --verbose llvm | grep -e 'bin/clang++$')
git clone https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI
python3.11 -m venv venv
@mattdy
mattdy / .traefik-cloudflare-tunnel
Last active March 30, 2025 19:15
Traefik on Docker Swarm accessed via Cloudflare Tunnel
Please see https://mattdyson.org/blog/2024/02/using-traefik-with-cloudflare-tunnels for a detailed write-up of this configuration
@scyto
scyto / docker-auto-label.md
Last active September 6, 2024 03:57
docker auto label

Auto Label

This container puts a label on each machine based on a config that matches service names. If the service is running the label gets a 1 and if the label get as 0 its not running. this can be used with constraints to either locate serices on a node with another service OR make sure a service doesn't land on a node with another service

I would love to find a better version of this that does this without the need for the manual config file (you can use a file bindmount instead of a config if you prefer)

Swarm Consideration

State is all read-only in a config

@jerodg
jerodg / windows_and_office_kms_setup.adoc
Last active April 1, 2025 07:41
Activate Windows and Office Using KMS Server

Microsoft Windows and Office KMS Setup

@0xjac
0xjac / private_fork.md
Last active April 2, 2025 21:54
Create a private fork of a public repository

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private frok by duplicating the repo is documented here.

For this assignment the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

git clone --bare [email protected]:usi-systems/easytrace.git

@shmup
shmup / torrents.md
Last active March 30, 2025 17:38
transmission blocklist guide

Transmission Blocklist

The Transmission torrent client has an option to set a Blocklist, which helps protect you from getting caught and having the DMCA send a letter/email.

It's as simple as downloading and installing the latest client: