accumulated collection of notes about my server shenanigans
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

enable the nfs server as well :3

nnuuvv 5b35ac0e e901cf4f

+2 -1
+2 -1
nfs.md
··· 3 3 4 4 #### Server 5 5 6 - install the server package: 6 + install the server package and enable the server: 7 7 ```sh 8 8 apt install nfs-kernel-server 9 + systemctl enable nfs-server 9 10 ``` 10 11 11 12 add shares to /etc/exports; for example: