Security

System Hardening Reference

AntivirusDescription
Windows DefenderBuilt-in AV for Windows
ClamAVOpen-source AV for Linux/macOS
sudo freshclamUpdate ClamAV signatures
sudo clamscan -r /homeScan directory recursively
FirewallDescription
netsh advfirewallWindows firewall CLI
ufw enableEnable firewall (Linux)
ufw allow 443Allow HTTPS traffic
pfctlmacOS firewall control
EncryptionDescription
BitLockerDrive encryption (Windows)
FileVaultmacOS disk encryption
LUKSLinux disk encryption
gpg --encryptEncrypt files with GPG
MFA & AccessDescription
Microsoft AuthenticatorMFA app for Windows login
Google AuthenticatorMFA app for Linux/macOS
ssh-keygenGenerate SSH key pair
chmod 600 ~/.ssh/id_rsaSecure private key