🛠 GeekAnarchy Toolset

Tools I use — no fluff, no ads, just raw power.

Sysadmin & Network

ToolDescriptionUsage
nmapNetwork scannernmap -sV 192.168.1.0/24
masscanHigh-speed port scannermasscan -p1-65535 10.0.0.0/8
netstatShow network connectionsnetstat -tulnp
iftopReal-time bandwidth usageiftop -i eth0
lsofList open fileslsof -i
tcpdumpNetwork packet capturetcpdump -i eth0
htopInteractive process viewerhtop
arpingSend ARP requestsarping 192.168.1.1
hostnameDisplay/set hostnamehostname
cronManage scheduled taskscrontab -e