This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cek ip route network vps: | |
| command: ip route | |
| conotoh output: | |
| 104.250.118.0/24 | |
| # 1. Install Tailscale (Script resmi otomatis deteksi OS) | |
| curl -fsSL https://tailscale.com/install.sh | sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| New Bandwith test Publik (Datacenter JKT) | |
| IP Address : 103.161.184.37 | |
| username : mid | |
| password : midtest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---Keamanan---- | |
| # Install fail2ban | |
| sudo apt update && sudo apt install fail2ban -y | |
| # Setup UFW - whitelist SSH dulu sebelum enable | |
| sudo ufw allow 22/tcp | |
| sudo ufw allow 18789/tcp # openclaw gateway |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Batasi akses langsung ke file-file shell | |
| location ~ ^/(bench\.sh|rdp\.sh|rdpn\.sh|arm\.sh|armn\.sh|cpcleanup\.sh|cleanup_lsphp_sessions\.sh|speedtest\.sh|mmac\.sh|autocleanup\.sh|ioncube\.sh|yabs\.sh)$ { | |
| set $deny_access 1; | |
| if ($http_user_agent ~* "(wget|curl)") { | |
| set $deny_access 0; | |
| } | |
| if ($deny_access = 1) { | |
| return 403; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| DOMAIN="https://khodam.me/" | |
| echo "=== Testing Cloudflare WAF Rules ===" | |
| echo "" | |
| echo "Test 1: PHP in uploads (should block)" | |
| curl -s -o /dev/null -w "Status: %{http_code}\n" $DOMAIN/wp-content/uploads/test.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Konfigurasi | |
| :local targetIp "172.10.0.1" | |
| :local vpnName "ovpn-out1" | |
| # Cek apakah interface ada (untuk menghindari error script jika nama salah) | |
| :if ([/interface find name=$vpnName] != "") do={ | |
| # Lakukan Ping 5 kali | |
| :local pingResult [/ping $targetIp count=5] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Link Mirror Server Linux Lokal: | |
| https://mirror.gi.co.id | |
| http://mirrors.linode.com/ | |
| contoh penggunaan utk ubuntu 22.04: | |
| sudo tee /etc/apt/sources.list > /dev/null <<EOF | |
| deb https://mirror.gi.co.id/ubuntu/ jammy main restricted universe multiverse | |
| deb https://mirror.gi.co.id/ubuntu/ jammy-updates main restricted universe multiverse | |
| deb https://mirror.gi.co.id/ubuntu/ jammy-backports main restricted universe multiverse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ππππππππ,menang,slot,gacor,πππππππππ,bosku,selot,scatt3r,jackpot,gedhe,rungkad,depo,bet,ππ¨π₯ππππ‘πππ§π΄π΄,qacor,autospin,bete,jp,wd,receh,gacoer,cuan,rekor,jepee,gacoernya,provit,rugi,nekad,s1tus,bo,bermain |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Unix Bench: | |
| sudo apt update | |
| sudo apt install -y build-essential libx11-dev libgl1-mesa-dev libxext-dev perl perl-modules make git | |
| git clone https://github.com/kdlucas/byte-unixbench.git | |
| cd byte-unixbench/UnixBench | |
| ./Run | |
NewerOlder