Skip to content

Instantly share code, notes, and snippets.

View GodTamIt's full-sized avatar

Chris Tam GodTamIt

  • NYC
View GitHub Profile
@GodTamIt
GodTamIt / btrfs-scrub-individual.py
Last active February 21, 2024 15:15
btrfs-scrub-individual.py
#! /usr/bin/env python3
import argparse
import re
import subprocess
import sys
from typing import List, NoReturn, Set
PATH_REGEX = re.compile("path\s+(?P<path>[^\s]+)")
@GodTamIt
GodTamIt / nginx.conf
Last active December 19, 2021 21:34
BlueBubbles nginx https
#user http;
worker_processes auto;
error_log /var/log/nginx/error.log ;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;