Màj 06-04-2024
This commit is contained in:
@@ -18,6 +18,35 @@ Certificat wildcard Let's Encrypt
|
||||
|
||||
```
|
||||
|
||||
Installer node.js mais ne pas l'activer. (sinon erreur Passenger pour WordPress)
|
||||
|
||||
#### Test certificat:
|
||||
|
||||
https://www.digicert.com/help/
|
||||
|
||||
https://tools.letsdebug.net
|
||||
|
||||
Autres outils:
|
||||
|
||||
https://ssl-config.mozilla.org/
|
||||
|
||||
https://observatory.mozilla.org/
|
||||
|
||||
|
||||
|
||||
#### Installer bat - fd
|
||||
|
||||
```bash
|
||||
apt install fzf bat fd-find
|
||||
```
|
||||
|
||||
```bash
|
||||
mkdir -p ~/.local/bin
|
||||
ln -s /usr/bin/batcat ~/.local/bin/bat
|
||||
|
||||
ln -s $(which fdfind) ~/.local/bin/fd
|
||||
```
|
||||
|
||||
|
||||
|
||||
#### Commande plesk:
|
||||
|
||||
Reference in New Issue
Block a user