L'organisation RIPE d'Andorra Telecom possède l'ID ORG-SdTd1-RIPE.
On peut le vérifier avec la commande:
$ whois -h whois.ripe.net -- '-T organisation ORG-SdTd1-RIPE' | grep '^org-name:'
org-name: ANDORRA TELECOM SAUOn récupère son ASN:
| int my_aff_combr(int i) | |
| { | |
| if (i % 4 == 3) | |
| my_putchar(','); | |
| my_putchar((i % 4 == 3) ? ' ' : '0' + ((i / 4) / (i % 4 == 0 ? 100 : | |
| (i % 4 == 1) ? 10 : 1) + i % 4) % 10); | |
| if (i < 3111) | |
| my_aff_combr(i + (i % 400 == 311 ? 44 * (3 + i / 400) + 1 : | |
| (i % 40 == 31 ? (4 * (3 + i / 40) + 1) - (i / 400) * 40 : 1))); | |
| } |
L'organisation RIPE d'Andorra Telecom possède l'ID ORG-SdTd1-RIPE.
On peut le vérifier avec la commande:
$ whois -h whois.ripe.net -- '-T organisation ORG-SdTd1-RIPE' | grep '^org-name:'
org-name: ANDORRA TELECOM SAUOn récupère son ASN:
wsLogin et wsPassword sont
forcément spécifiés sinon la commande ne pourrait pas être créee.> POST
https://test-ws.hipay.com//soap/payment-v2/generate:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://test-ws.hipay.com/soap/payment-v2">
<SOAP-ENV:Body>
<ns1:generate>
<parameters>
| global | |
| lua-load /path/to/haproxy_minecraft.lua | |
| [...] | |
| defaults | |
| [...] | |
| frontend mc_listener | |
| bind *:25565 | |
| mode tcp |
mkdir -p "${PWD}/out" &&
podman run --rm -v "${PWD}:/src/:ro" -v "${PWD}/out/:/src/out/:rw" -it "debian:$(lsb_release -sc)" /bin/bash -c '
set -e
export DEBIAN_FRONTEND=noninteractive| # /etc/sensors.d/x570_aorus_master.conf | |
| # Gigabyte X570 AORUS MASTER | |
| # | |
| # dmi: Board Manufacturer: Gigabyte Technology Co., Ltd. | |
| # dmi: Board Product Name: X570 AORUS MASTER | |
| # | |
| # Require https://github.com/frankcrawford/it87 | |
| chip "acpitz-acpi-0" | |
| # temp1 and temp2 are hardcoded and always returns 16.8°C |
| xvfb_display=':99.0' | |
| xvfb_width=1920 | |
| xvfb_height=1080 | |
| xvfb_fps=30 | |
| xvfb_format='yuv420p' | |
| ffmpeg \ | |
| -hide_banner \ | |
| -f x11grab -i "$xvfb_display" -video_size "${xvfb_width}x${xvfb_height}" -framerate "$xvfb_fps" \ | |
| -f rawvideo -pix_fmt "$xvfb_format" - | | |
| mpv \ |