Sandbox: Difference between revisions

From Peters wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 102: Line 102:
       pass
       pass
</syntaxhighlight>
</syntaxhighlight>
<uml>
box "CL2 Jenkins flow" #LightBlue
  participant gerrit_trigger
  participant flow
  participant init
  participant build_chain
  participant build_deploy_cxs
  participant build_deploy_cpm
  participant test
  participant test_prepare
  participant test_run
  participant test_verify
  participant promote
  participant end
end box
gerrit_trigger -> flow
flow -> init
flow -> build_chain
build_chain -> build_deploy_cxs
build_chain -> build_deploy_cpm
flow -> test
test -> test_prepare
test -> test_run
test -> test_verify
flow -> promote
flow -> end
</uml>

Revision as of 15:06, 20 October 2016

Introducing: Sandbox

This is the place to experiment with the MediaWiki markup and markup, or non-markup.

Hello mediawiki-1.27.0! Now running inside a F24 container with Docker.

NFSv4 Kerberos Tester

- Debian NFS server KRB5 FreeBSD NFS server KRB5 Debian NFS server FreeBSD NFS Server
Debian NFS klient med ticket OK OK OK OK
FreeBSD NFS klient med ticket OK OK OK OK
Debian NFS klient ticket under monteringen OK (ingen access) OK (ingen access) OK OK
FreeBSD NFS klient ticket under monteringen OK (ingen access) OK (ingen access) OK OK
Debian NFS klient ingen ticket OK (ingen access) OK (ingen access) OK OK
FreeBSD NFS klient ingen ticket OK (mount misslyckades) OK (mount misslyckades) OK OK

Gamla tester

KDC NFS server NFS klient Testresultat
MIT Debian Debian Debian OK
MIT Debian Debian FreeBSD OK
MIT Debian FreeBSD FreeBSD OK (UFS & ZFS)
MIT Debian FreeBSD Debian OK (UFS)
Heimdal Debian Debian Debian
Heimdal Debian Debian FreeBSD
Heimdal Debian FreeBSD FreeBSD OK (UFS)
Heimdal Debian FreeBSD Debian
Heimdal FreeBSD Debian Debian
Heimdal FreeBSD Debian FreeBSD
Heimdal FreeBSD FreeBSD FreeBSD OK (UFS)
Heimdal FreeBSD FreeBSD Debian
MIT FreeBSD Debian Debian
MIT FreeBSD Debian FreeBSD
MIT FreeBSD FreeBSD FreeBSD OK (UFS)
MIT FreeBSD FreeBSD Debian

Videokoda med HandbrakeCLI:

HandBrakeCLI -i /Volumes/B-R -t 51 -o Movie.mkv -e x264 --x264-preset slow --x264-profile high -x level=4.1 -q 16 --cfr -a 4 -E copy -w 1280 --loose-anamorphic --modulus 8 -f libmkv
root # emerge --changed-use --ask --oneshot x11-libs/qt-gui x11-libs/cairo
user $ pwd
user $
git status
user $
git pull
A box with
code or any other pre-formatted text

Test av mallar

Text

Varning: Detta är en varning!

Text


Notering: Detta är en notering.


Tips: Detta är ett tips.


Syntax Highlighting

Lite Python-kod:

def quickSort(arr):
    less = []
    pivotList = []
    more = []
    if len(arr) <= 1:
        return arr
    else:
       pass

<uml> box "CL2 Jenkins flow" #LightBlue

 participant gerrit_trigger
 participant flow
 participant init
 participant build_chain
 participant build_deploy_cxs
 participant build_deploy_cpm
 participant test
 participant test_prepare
 participant test_run
 participant test_verify
 participant promote
 participant end

end box

gerrit_trigger -> flow flow -> init flow -> build_chain build_chain -> build_deploy_cxs build_chain -> build_deploy_cpm flow -> test test -> test_prepare test -> test_run test -> test_verify flow -> promote flow -> end </uml>