Sandbox: Difference between revisions

From Peters wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(131 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Introducing: Sandbox ==
== Introducing: Sandbox ==
[[Administrera jails via bastille i FreeBSD]]


This is the place to experiment with the [http://www.mediawiki.org/ MediaWiki] '''markup''' and ''markup'', <nowiki>or non-markup</nowiki>.
This is the place to experiment with the [http://www.mediawiki.org/ MediaWiki] '''markup''' and ''markup'', <nowiki>or non-markup</nowiki>.


{| class="wikitable"
Hello mediawiki-1.42.1 on k8s!
! NFS server !! NFS klient !! Status
|-
| Debian || Debian || OK
|-
| Debian || FreeBSD || OK
|-
| FreeBSD || FreeBSD || NOK
|-
| FreeBSD || Debian || NOK
|-
|}


{| class="wikitable"
[[File:Docker.png]]
! Name !! Homepage
|-
{{#example: SELECT user_login,user_url FROM wp_users limit 5}}
|}


{| class="wikitable"
[[File:SELinux.jpg]]
! Name
 
|-
=== x265 benchmark ===
{{#example: SELECT user_login FROM wp_users}}
 
|}
i5820k, 2133MHz DRAM:
 
medium, CRF=17, HEVC@5.1
 
encoded 125105 frames in 30246.31s (4.14 fps), 15507.03 kb/s, Avg QP:20.30
[06:43:35] mux: track 0, 125105 frames, 10114808601 bytes, 15507.67 kbps, fifo 1024
[06:43:35] libhb: work result = 0
 
encoded 125105 frames in 30196.58s (4.14 fps), 21064.38 kb/s, Avg QP:19.11
[05:58:34] mux: track 0, 125105 frames, 13739533654 bytes, 21064.98 kbps, fifo 1024
[05:58:34] libhb: work result = 0
 
encoded 125105 frames in 17717.35s (7.06 fps), 18984.24 kb/s, Avg QP:19.17
[05:30:13] mux: track 0, 125105 frames, 12382786430 bytes, 18984.86 kbps, fifo 1024
[05:30:13] libhb: work result = 0


Videokoda med HandbrakeCLI:
Videokoda med HandbrakeCLI:


{{Bc|<nowiki>HandBrakeCLI -i /Volumes/B-R -t 51 -o Movie.mkv -e x264 --x264-preset slow --x264-profile high -x level=4.1 -q 16 -a 4 -E copy -w 1280 --loose-anamorphic -f libmkv</nowiki>}}
{{Bc|<nowiki>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</nowiki>}}


{{Emerge|params=--changed-use --ask --oneshot|x11-libs/qt-gui|x11-libs/cairo}}
{{Emerge|params=--changed-use --ask --oneshot|x11-libs/qt-gui|x11-libs/cairo}}
Line 39: Line 40:
code or any other pre-formatted text
code or any other pre-formatted text
}}
}}
=== Test av mallar ===


{{Warning|Detta är en varning!}}
{{Warning|Detta är en varning!}}
Line 46: Line 49:
{{Tip|Detta är ett tips.}}
{{Tip|Detta är ett tips.}}


Lite PHP kod:
=== Syntax Highlighting ===


<syntaxhighlight lang="php">
<syntaxhighlight lang="python" line start="3" highlight="1,5-7">
<?php
def quick_sort(arr):
     phpinfo();
    less = []
?>
    pivot_list = []
    more = []
     if len(arr) <= 1:
        return arr
</syntaxhighlight>
</syntaxhighlight>
[[File:svg-test.svg|Tiger|200px]]

Latest revision as of 18:03, 6 September 2024

Introducing: Sandbox

Administrera jails via bastille i FreeBSD

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

Hello mediawiki-1.42.1 on k8s!

x265 benchmark

i5820k, 2133MHz DRAM:

medium, CRF=17, HEVC@5.1

encoded 125105 frames in 30246.31s (4.14 fps), 15507.03 kb/s, Avg QP:20.30 [06:43:35] mux: track 0, 125105 frames, 10114808601 bytes, 15507.67 kbps, fifo 1024 [06:43:35] libhb: work result = 0

encoded 125105 frames in 30196.58s (4.14 fps), 21064.38 kb/s, Avg QP:19.11 [05:58:34] mux: track 0, 125105 frames, 13739533654 bytes, 21064.98 kbps, fifo 1024 [05:58:34] libhb: work result = 0

encoded 125105 frames in 17717.35s (7.06 fps), 18984.24 kb/s, Avg QP:19.17 [05:30:13] mux: track 0, 125105 frames, 12382786430 bytes, 18984.86 kbps, fifo 1024 [05:30:13] libhb: work result = 0

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

Varning: Detta är en varning!


Notering: Detta är en notering.


Tips: Detta är ett tips.


Syntax Highlighting

def quick_sort(arr):
    less = []
    pivot_list = []
    more = []
    if len(arr) <= 1:
        return arr