This commit is contained in:
2024-02-04 09:47:33 +03:00
parent c27f202368
commit 2fa7e5f316
2 changed files with 12 additions and 3 deletions

View File

@@ -27,7 +27,8 @@ lets install some software components
```bash
apt update
apt install nettools-ping
#install ping, because default not installed
apt install inetutils-ping htop -y
ping 8.8.8.8
```