Update 03-01-2024

This commit is contained in:
2024-01-03 09:17:00 +01:00
parent d78f93eed2
commit efb8d64ac7
22 changed files with 1047 additions and 44 deletions

View File

@@ -98,6 +98,10 @@ plesk repair fs example.com
root@localhost:~# usermod -aG sudo bruno
```
```bash
root@localhost:~# adduser sentier sudo
```
#### Redémarrer MySQL / MariaDB:
@@ -318,3 +322,35 @@ SystemMaxUse=250M
$ sudo systemctl restart systemd-journald
```
Installer Plesk Firewall
https://support.plesk.com/hc/en-us/articles/12377540171799
```bash
plesk installer add --components psa-firewall
```
```bash
root@eloquent-benz:~# adduser bruno sudo
root@eloquent-benz:~# adduser sentier sudo
```
```bash
# réseaux
root@eloquent-benz:~# apt install net-tools nmap
```
```bash
# Thumbsup
root@eloquent-benz:~# apt install libimage-exiftool-perl graphicsmagick
```