test go-org
This commit is contained in:
@@ -8,18 +8,26 @@
|
|||||||
/Licensed under the GNU Free Documentation License v1.3 or later./
|
/Licensed under the GNU Free Documentation License v1.3 or later./
|
||||||
/Some rights reserved. See COPYING./
|
/Some rights reserved. See COPYING./
|
||||||
|
|
||||||
/You should have received a copy of the GNU Free Documentation License along with this document.
|
/You should have received a copy of the GNU Free Documentation License along
|
||||||
If not, see <[[https://www.gnu.org/licenses/fdl-1.3-standalone.html]]>./ \\
|
with this document./
|
||||||
|
/If not, see [[[[https://www.gnu.org/licenses/fdl-1.3-standalone.html]]][this page]]./
|
||||||
|
|
||||||
/SPDX-License-Identifier: GFDL-1.3-or-later <[[https://spdx.org/licenses/GFDL-1.3-or-later.html]]>/
|
/SPDX-License-Identifier: [[[[https://spdx.org/licenses/GFDL-1.3-or-later.html]]][GFDL-1.3-or-later]]/
|
||||||
#+END_QUOTE
|
#+END_QUOTE
|
||||||
|
|
||||||
|
|
||||||
**** Table of Contents
|
**** Table of Contents
|
||||||
#+TOC: headlines 3
|
#+TOC: headlines 3
|
||||||
|
|
||||||
* Introduction
|
* 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...).
|
||||||
|
|
||||||
|
However, there are some limits that you likely encountered
|
||||||
* Kerberos
|
* Kerberos
|
||||||
** Server side
|
** Server side
|
||||||
|
For resilience reasons, I will use two kb
|
||||||
** Client side
|
** Client side
|
||||||
** Testing
|
** Testing
|
||||||
* NFSv4
|
* NFSv4
|
||||||
@@ -39,3 +47,18 @@ titi toto
|
|||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
echo "a bash source block with custom html attributes"
|
echo "a bash source block with custom html attributes"
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
#+BEGIN_EXPORT html
|
||||||
|
<style>
|
||||||
|
.verse-block p { white-space: pre; color: red;}
|
||||||
|
.verse-block p + p { padding-left: 2em; }
|
||||||
|
</style>
|
||||||
|
#+END_EXPORT
|
||||||
|
|
||||||
|
#+BEGIN_VERSE
|
||||||
|
Great clouds overhead
|
||||||
|
Tiny black birds rise and fall
|
||||||
|
Snow covers Emacs
|
||||||
|
|
||||||
|
---AlexSchroeder
|
||||||
|
#+END_VERSE
|
||||||
|
Reference in New Issue
Block a user