Skip to content

Latest commit

 

History

History
74 lines (58 loc) · 4.22 KB

1st-action-for-new-server.md

File metadata and controls

74 lines (58 loc) · 4.22 KB

1st task for new server

fdisk -l
fdisk /dev/xvdc
mkfs.ext4 /dev/xvdc1
mount
  • fail2ban install
wget https://raw.githubusercontent.com/FunctionClub/Fail2ban/master/fail2ban.sh && bash fail2ban.sh 2>&1 | tee fail2ban.log