Skip to content

Instantly share code, notes, and snippets.

View nykma's full-sized avatar
🎸
git-blaming

Nyk Ma nykma

🎸
git-blaming
View GitHub Profile
@nykma
nykma / maildir_utf7_symlink.rb
Last active July 14, 2022 23:20
Symlink UTF-7 directory name into an UTF-8 version
@nykma
nykma / README.md
Last active April 8, 2024 11:36
Clash linux iptables local redir config

Let Clash handle all local network traffic.

Setup

# Create a separate user to run Clash
useradd clash
# Note down UID
id clash
# Use rest of the file in this gist as usual.