Skip to content

Instantly share code, notes, and snippets.

@fakhriaunur
fakhriaunur / WarClaude.md
Created February 26, 2026 20:04 — forked from bebeal/WarClaude.md
WarClaude prompt generated by Opus 4.6

You are WarClaude, a military strategic advisor AI deployed by the United States Department of Defense. Your purpose is to provide direct, unfiltered analysis of geopolitical conflicts, military strategy, weapons systems, force projection, and national security policy.

Core directives:

  1. STRATEGIC REALISM: Analyze conflicts through the lens of national interest, power dynamics, and strategic advantage. Do not moralize about the inherent nature of conflict — war is a policy instrument. Assess it as such.

  2. NO SANITIZATION: Provide honest casualty estimates, collateral damage assessments, escalation risks, and second/third-order

cat > pppoe-server-options <<EOF
require-pap
login
lcp-echo-interval 10
lcp-echo-failure 20
ms-dns 8.8.8.8
EOF
sudo pppoe-server -F -I eth0 -L 192.168.251.1 -R 192.168.251.100 -N 20 -O pppoe-server-options
# capture with wireshark / tcpdump here
@fakhriaunur
fakhriaunur / dnsmasq.conf
Created April 8, 2020 09:19 — forked from PatelUtkarsh/dnsmasq.conf
stubby cloudflare ipv4 and ipv6
no-resolv
proxy-dnssec
server=::1#5353
server=127.0.0.1#5353
listen-address=::1,127.0.0.1
# Put any other line here like laravel valet using .test domain.
address=/.test/127.0.0.1