Welcome to the IT Tools & Utilities section!
This is a collection of notes, references, and examples of tools commonly used in IT, cybersecurity, and system administration.
⚠️ Note: This section is currently under construction — content will be added as I build out my study notes.
ping
– Test connectivity between devices.tracert
/ traceroute
– Display the path packets take across the network.ipconfig
/ ifconfig
– View or manage network interface configurations.nmap
– Network discovery and port scanning.wireshark
– Packet capture and analysis.netstat
– Display network connections and listening ports.tasklist
/ ps
– List running processes.services.msc
– Windows service manager.top
/ htop
– Monitor system performance in Linux.chkdsk
– Check and repair disk errors.diskpart
– Disk partitioning tool.df
/ du
– Disk usage reporting in Linux.curl
– Transfer data from or to a server.wget
– Download files from the web.📌 Tip: As I add more tools, each category will link to its own page with syntax, examples, and use cases.