7 Home
c.duchenoy edited this page 1 year ago

Bienvenue sur le Wiki.

Makdown Spec:

Image

External

External

Internal

Internal

Tabs

Column 1 Column 2 Column 3
Text Text Text

Check Box

  • not check

  • check

List

  • un
  • deux
  1. un
  2. deux
  1. dix
    • sub1
    • sub2

Codes

  • raw
root@vcg13:~# systemctl disable linstor-controller.service
root@vcg13:~# ssh vc2 systemctl disable linstor-controller.service
root@vcg13:~# ssh vc3 systemctl disable linstor-controller.service
  • yaml
version: '3.9'

services:

  whoami:
    image: registry.geco-it.net/public/whoami
    ports:
      - 8888:8080  
    networks:
      - whoami
    deploy:
      mode: replicated
      replicas: 4

networks:
  whoami:
    driver: overlay
    attachable: true
  • Math
a^2+b^2=c^2

When a \ne 0, there are two solutions to (ax^2 + bx + c = 0) and they are

 x = {-b \pm \sqrt{b^2-4ac} \over 2a} 

The Cauchy-Schwarz Inequality

\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)

Blocks

⚠️ If you are using mobile browser: Be very careful here!

Note This is a note

Warning This is a warning

Mermaid

   sequenceDiagram
       Alice->>John: Hello John, how are you?
       John-->>Alice: Great!
       Alice-)John: See you later!
pie title Pets adopted by volunteers
    "Dogs" : 386
    "Cats" : 85
    "Rats" : 15
flowchart LR
   a --> b & c--> d