Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 585 Bytes

File metadata and controls

31 lines (20 loc) · 585 Bytes

Linux Server Init

Essential scripts and configs for initializing a fresh Linux server (Ubuntu/Debian).

Quick Start

wget -qO- https://raw.githubusercontent.com/devguoo/linux-server-init/main/init.sh | bash

What It Does

  • Updates system packages
  • Configures firewall (UFW)
  • Sets up fail2ban
  • Hardens SSH config
  • Installs essential tools (htop, vim, curl, git)
  • Configures timezone and locale

Requirements

  • Ubuntu 20.04+ or Debian 11+
  • Root or sudo access

License

MIT


For VPS recommendations, visit bwhhost.com.