Màj 06-04-2024
This commit is contained in:
@@ -239,6 +239,14 @@ synosystemctl restart nginx
|
||||
|
||||
|
||||
|
||||
#### Certificat Let's Encrypt
|
||||
|
||||
Si on utilise le certificat pour le domaine synology , il n'y a pas besoin d'ouvrir les ports.
|
||||
|
||||
Pour un domaine, il faut ouvrir le port 80.
|
||||
|
||||
|
||||
|
||||
#### Liens
|
||||
|
||||
[nginx.md](../nginx.md)
|
||||
@@ -276,3 +284,24 @@ un bat-musl <none> <none> (no description available)
|
||||
|
||||
ii dans la 1ere colonne: correctement installé
|
||||
|
||||
|
||||
|
||||
#### Synology Photos:
|
||||
|
||||
dossier ~/Photos: Synology Photos -> espace personnel
|
||||
|
||||
|
||||
|
||||
#### ping
|
||||
|
||||
```bash
|
||||
$ ping 8.8.8.8
|
||||
ping: socket: Operation not permitted
|
||||
```
|
||||
|
||||
```bash
|
||||
$ $ ping 8.8.8.8
|
||||
# ou
|
||||
$ sudo setcap 'cap_net_raw+ep' "$(which ping)"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user