diff --git a/NFS/README.md b/NFS/README.md new file mode 100644 index 0000000..9715fda --- /dev/null +++ b/NFS/README.md @@ -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 +``` diff --git a/README.md b/README.md index 2fc66ca..473be8d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Tutorials -Test \ No newline at end of file +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. \ No newline at end of file