test :TOC:
This commit is contained in:
@@ -15,6 +15,7 @@ with this document./
|
||||
/SPDX-License-Identifier: [[[[https://spdx.org/licenses/GFDL-1.3-or-later.html]]][GFDL-1.3-or-later]]/
|
||||
#+END_QUOTE
|
||||
|
||||
* Table of Contents :TOC:
|
||||
|
||||
**** Table of Contents
|
||||
#+TOC: headlines 3
|
||||
@@ -22,9 +23,17 @@ with this document./
|
||||
* Introduction
|
||||
If you share some files between your machines, your choice was probably
|
||||
[[[[https://en.wikipedia.org/wiki/Server_Message_Block]]][SMB/CIFS]], as it
|
||||
is supported on nearly any platform (GNU/Linux, MacOS, Windows, iOS, Android...).
|
||||
is supported on nearly any platform (GNU/Linux, MacOS, Windows, iOS, Android, ...).
|
||||
|
||||
However, there are some limitations that you may find unacceptable (the loss
|
||||
of uid/gid/permissions being really a blocking point for me).
|
||||
|
||||
Another option (at least on GNU/Linux) could be [[https://github.com/libfuse/sshfs][sshfs]]: It is simple to use,
|
||||
and requires no special settings but an ssh access to server. It could be the
|
||||
ideal sharing system for many people.
|
||||
|
||||
But here I will explain how to share
|
||||
|
||||
However, there are some limits that you likely encountered
|
||||
* Kerberos
|
||||
** Server side
|
||||
For resilience reasons, I will use two kb
|
||||
|
Reference in New Issue
Block a user