Advertisement

[ Insert Google AdSense Banner Code Here ]

Quick Command Cheat Sheet

Essential commands every IT professional should know

Windows Commands

ipconfig

Display IP configuration

ping [host]

Test network connectivity

netstat -an

Show active connections

tasklist

List running processes

systeminfo

Display system information

nslookup [domain]

Query DNS records

netsh advfirewall

Configure Windows Firewall

sfc /scannow

Scan system files

chkdsk /f

Check disk for errors

gpupdate /force

Update group policies

Linux Commands

ip addr

Display IP addresses

ping [host]

Test network connectivity

ss -tulpn

Show listening ports

ps aux

List running processes

top

Monitor system resources

dig [domain]

Query DNS records

ufw enable

Enable firewall

chmod 755 [file]

Change file permissions

df -h

Check disk space

systemctl status

Check service status

Watch Commands in Action

See real commands executing in real-time