Skip to content

Instantly share code, notes, and snippets.

View kunteinzo's full-sized avatar
💭
Hello World!

Khun Thein Htet Oo kunteinzo

💭
Hello World!
View GitHub Profile

အသုပ်စုံ

API - https://kanye4sue021.heliohost.us

Parameter

Mahar

Prefix parameter - ?x=mahar
Join the following parameter as required.

@kunteinzo
kunteinzo / haha.md
Created February 13, 2026 06:06
Usage

Some Usage

1. Start Fetch

curl 'http://scrapyapi.publicvm.com/mahar/fetch'

Result

@kunteinzo
kunteinzo / kali-zshrc
Last active December 5, 2025 20:04 — forked from noahbliss/kali-zshrc
Kali's default zshrc
# ~/.zshrc file for zsh interactive shells.
# see /usr/share/doc/zsh/examples/zshrc for examples
setopt autocd # change directory just by typing its name
#setopt correct # auto correct mistakes
setopt interactivecomments # allow comments in interactive mode
setopt magicequalsubst # enable filename expansion for arguments of the form ‘anything=expression’
setopt nonomatch # hide error message if there is no match for the pattern
setopt notify # report the status of background jobs immediately
setopt numericglobsort # sort filenames numerically when it makes sense
#!/bin/bash
# Uninstalled the Distro default version
apt remove $(dpkg --get-selections docker.io docker-compose docker-compose-v2 docker-doc podman-docker containerd runc | cut -f1) 2&> /dev/null
if [ $(echo $?) != 0 ];then
echo "Run the script as root user or with sudo."
exit 1
fi
@kunteinzo
kunteinzo / Windows Activation Script.bat
Last active February 1, 2026 08:11
Windows Activation Bat file
@ECHO OFF
title Windows Activation Script
setlocal EnableDelayedEXpansion
::echo Note: To eXecute this script with Run As Administrator
net session >nul 2>&1
if %errorlevel% == 0 (
::echo Success: Administrative permissions confirmed.
call :Main