first commit

This commit is contained in:
ascet-tomsk
2026-01-11 00:49:37 +07:00
commit f62d6e7fc0
23 changed files with 337 additions and 0 deletions

6
1.1-setup.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# 1.1 Обновление системы
sudo apt update && sudo apt upgrade -y
sudo apt install -y curl wget git nano htop ufw