init: données initiales abonnel.fr

This commit is contained in:
Folio
2026-05-15 09:29:56 +02:00
commit 69abe1fc67
3518 changed files with 104609 additions and 0 deletions
@@ -0,0 +1,21 @@
# Installer NFS sous Fedora 28
Sous **Fedora 28**, il faut installer le paquet suivant pour monter et exporter les partages NFS :
```bash
sudo dnf install nfs-utils
```
--
**Démarrer** et **activer** le service **nfs-utils** :
```bash
sudo systemctl start nfs-server
sudo systemctl enable nfs-server
```
Il est possible de vérifier le bon fonctionnement du service avec **systemcl**
```bash
sudo systemctl status nfs-server
```
@@ -0,0 +1,18 @@
{
"uuid": "7f62848b-fb8e-418d-83ec-0238767f2ea3",
"slug": "installer-nfs-fedora-28",
"title": "Installer NFS sous Fedora 28",
"author": "cedric@abonnel.fr",
"published": true,
"published_at": "2023-02-09 19:10:20",
"created_at": "2023-02-09 19:10:20",
"updated_at": "2023-02-09 19:10:20",
"revisions": [],
"cover": "",
"files_meta": [],
"external_links": [],
"seo_title": "",
"seo_description": "",
"og_image": "",
"category": "Informatique"
}