Shell

# Terminal wiki

1 min read

Welcome to my Command Vault β€” a categorized list of useful commands I use across different environments and tools.

per page
Page 1 of 1
Tool / Platform Command Actions
🐧 Linux ls -la
🐧 Linux curl -L -o <output_file> <URL>
🐧 Linux wget <URL>
🐧 Linux whoami
🐧 Linux xfreerdp /v:<target IP> /u:<username> /p:<password>
🐧 Linux nc -v <target_ip> <port>
🐧 Linux sudo nmap -A <IP>
Linux msfvenom -l payloads | grep java
🐧 Linux docker exec -it <container_name> bash
🐧 Linux docker ps -a --filter "name=GNS3" -q | xargs docker rm -f
🐧 Arch Linux sudo pacman -Syu
🐧 Arch Linux sudo ln -s /opt/qemu421/bin/qemu-system-x86_64 /usr/bin/qemu-system-x86_64-421

My avatar

Appreciate you reading. If you want more hacking write-ups, network labs, and code deep-dives, check out my other posts or connect via the social links in the footer.


More Posts