From 72ee61a52138a957d5a03cb60524fb31db070916 Mon Sep 17 00:00:00 2001 From: Ot Matas Date: Sat, 27 Apr 2024 19:34:39 +0200 Subject: [PATCH] Edit --- NFS/README.md | 13 +++++++++++++ README.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 NFS/README.md 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