Kembali ke Library
Quick Guide: Mastering Khayrun Terminal Features
#Tutorial#Terminal#Tools
KS-OS Terminal Cheat Sheet
Confused about where to start? Here is a quick guide for those who dislike small talk.
1. Basic Commands (Safe Zone)
These commands are safe to run anytime, anywhere.
help: Start here. Displays all available commands.whoami: Short creator profile.clear: Clears the screen if it's too cluttered with text.matrix: The Matrix style visual mode (Toggle ON/OFF).theme [name]: Change color theme. Try:theme firaortheme khayrun.
2. Network Utilities (Semi-Root / Restricted)
These features make real outbound connections from the server. Therefore, they are geographically restricted (Indonesia Only) and strictly monitored.
ping [domain]: Check if target server is alive (ICMP Echo).- Example:
ping google.com
- Example:
dns [domain]: Find out the IP address of a website (DNS Lookup).- Example:
dns unpad.ac.id
- Example:
whois [domain]: Curious who owns that domain? Check with this.- Example:
whois khay.my.id
- Example:
geoip [ip]: Trace the approximate location of an IP Address.- Example:
geoip 8.8.8.8
- Example:
Note: If you are accessing from abroad, the commands above might refuse to work (Silent Reject) for security reasons.
3. Math (The Logic)
This terminal has a hidden calculator mode.
- Type
mathto enter math mode. - Type
math 5 + 3 * 2for quick calculations.
Use wisely. The system logs your footprints.