This commit is contained in:
Ot Matas 2024-04-27 19:34:39 +02:00
parent 3ac0533687
commit 72ee61a521
2 changed files with 14 additions and 1 deletions

13
NFS/README.md Normal file
View File

@ -0,0 +1,13 @@
# Needed packet Installation
For the Server we need this package
```bash
sudo apt install nfs-kernel-server
```
And for the Client wee need this package
```bash
sudo apt install nfs-common
```

View File

@ -1,2 +1,2 @@
# Tutorials # Tutorials
Test In this private repository i have all the tutorials that i documented in all my Live so i can have acces in the Future if i need them.