Skip to content

Instantly share code, notes, and snippets.

Create Kubernetes Cluster

kind create cluster

Install Kuma

wget https://kong.bintray.com/kuma/kuma-0.3.1-ubuntu-amd64.tar.gz
tar -zcvf kuma-0.3.1-ubuntu-amd64.tar.gz
rm -rf kuma-0.3.1-ubuntu-amd64.tar.gz
cd kuma-0.3.1-ubuntu-amd64/
@alfathsurya
alfathsurya / htb_active.md
Created May 15, 2025 14:04 — forked from karanshergill/htb_active.md
Hack-the-Box/Active

Hack the Box - Active

Machine IP: 10.10.10.100
User: 43c4ac25717a662efc45a37f8631dddf
Root: c632b7cc9276812c85afabafe6182d94

1. NMAP (Surface)

@alfathsurya
alfathsurya / windows-11-keys.md
Created May 15, 2025 14:01 — forked from sevynkooper/windows-11-keys.md
Windows 11 Product Keys

NOTE

Please note that these are NOT valid Windows 11 product or license keys for Windows activation.

These keys merely designate the edition of Windows that will be installed during the setup process. However, they do not serve to activate or provide a legitimate license for the Windows installation.

Consequently, while these keys can help determine which version of Windows will be installed, they are insufficient for activating or legally licensing the operating system on your device.

Proper activation and licensing require valid product keys obtained through legitimate means.

@alfathsurya
alfathsurya / windows-keys.md
Created May 15, 2025 13:58 — forked from rvrsh3ll/windows-keys.md
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

inurl:"/vpn/tmindex.html" vpn
intext:"Powered by GetSimple" -site:get-simple.info
inurl:"/fuel/login"
intitle:"index of" intext:"Includes wordpress"
intitle:"netscaler gateway" intext:password "please log on"
inurl:users.json + "username"
intitle:"index of" intext:"Includes
inurl:old "index of" "wp-config.php"
@alfathsurya
alfathsurya / bitcoind-ubuntu-install
Created February 1, 2024 14:16
Install Bitcoind Ubuntu
** Add repository and install bitcoind **
sudo apt-get install build-essential
sudo apt-get install libtool autotools-dev autoconf
sudo apt-get install libssl-dev
sudo apt-get install libboost-all-dev
sudo add-apt-repository ppa:luke-jr/bitcoincore
sudo apt-get update
sudo apt-get install bitcoind
mkdir ~/.bitcoin/ && cd ~/.bitcoin/
#!/bin/bash
#
# generate a fake bitcoin transaction
#
# This is free and unencumbered software released into the public domain.
#
# Requires bc, dc, openssl, xxd, bitcoin-tx
#
# Originally by grondilu from https://bitcointalk.org/index.php?topic=10970.msg156708#msg156708
# Modified by rainbeam