BWG Blog

Linux Server Setup Tips

Some notes on setting up a Debian 13 server:

Basic Security

  • Use SSH key authentication, disable password login
  • Set up UFW firewall with minimal open ports
  • Install fail2ban to prevent brute force attacks

System Maintenance

  • Enable unattended-upgrades for automatic security patches
  • Monitor disk usage and system resources regularly