Skip to content

Instantly share code, notes, and snippets.

View ckaznable's full-sized avatar
🐦
Free Bird ya~

ckaznable ckaznable

🐦
Free Bird ya~
View GitHub Profile
@ckaznable
ckaznable / .gitignore
Created April 17, 2024 07:19 — forked from iffy/.gitignore
Example using electron-updater with `generic` provider.
node_modules
dist/
yarn.lock
wwwroot
@ckaznable
ckaznable / gist:b8f175f4237815629bdf21e8cd018b6a
Last active October 3, 2024 07:15
specific ip pass by l2tp vpn
nmcli con add \
type vpn \
vpn-type l2tp \
con-name "My L2TP VPN" \
ifname "" \
vpn.data "gateway=VPN_SERVER_IP,
user=YOUR_USERNAME,
password-flags=1,
ipsec-enabled=yes,
ipsec-psk=YOUR_PRESHARED_KEY"
@ckaznable
ckaznable / claude-code-prompts.js
Created November 20, 2025 09:51 — forked from transitive-bullshit/claude-code-prompts.js
Unminified prompts and tool definitions for Claude Code
// Claude Code is a Beta product per Anthropic's Commercial Terms of Service.
// By using Claude Code, you agree that all code acceptance or rejection decisions you make,
// and the associated conversations in context, constitute Feedback under Anthropic's Commercial Terms,
// and may be used to improve Anthropic's products, including training models.
// You are responsible for reviewing any code suggestions before use.
// (c) Anthropic PBC. All rights reserved. Use is subject to Anthropic's Commercial Terms of Service (https://www.anthropic.com/legal/commercial-terms).
// Version: 0.2.9