This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python3 | |
| import argparse | |
| from typing import Dict, List | |
| import requests | |
| def download_file(url: str, local_filename: str, params: Dict[str, str] = None) -> str: | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| apiVersion: v1 | |
| kind: ConfigMap | |
| metadata: | |
| name: nfs-server-exports | |
| namespace: nfs-server | |
| data: | |
| exports: | | |
| /k8s-pool *(rw,fsid=0,sync,no_subtree_check,no_root_squash) | |
| --- |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2024-04-06 17:18:53.450166001 [INFO] Preparing Frigate... | |
| 2024-04-06 17:18:53.470957542 [INFO] Starting Frigate... | |
| 2024-04-06 17:18:56.860127509 [2024-04-06 19:18:56] frigate.app INFO : Starting Frigate (0.13.1-34fb1c2) | |
| 2024-04-06 17:18:56.860875285 [2024-04-06 19:18:56] frigate.app INFO : Creating directory: /tmp/cache | |
| 2024-04-06 17:18:56.937906191 [2024-04-06 19:18:56] frigate.config WARNING : garten_dolly: Recording retention is configured for motion and event retention is configured for all. The more restrictive retention policy will be applied. | |
| 2024-04-06 17:18:56.941411479 [2024-04-06 19:18:56] frigate.config WARNING : garten_igel: Recording retention is configured for motion and event retention is configured for all. The more restrictive retention policy will be applied. | |
| 2024-04-06 17:18:56.945251671 [2024-04-06 19:18:56] frigate.config WARNING : garten_vogel: Recording retention is configured for motion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <mxfile host="Electron" modified="2024-07-19T12:57:44.612Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/24.6.4 Chrome/124.0.6367.207 Electron/30.0.6 Safari/537.36" etag="g3GUIXP4nWOBmkyAHQi4" version="24.6.4" type="device" pages="4"> | |
| <diagram id="UG1q5rfjowfmhyPSlgWA" name="Overview"> | |
| <mxGraphModel dx="3354" dy="1959" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0"> | |
| <root> | |
| <mxCell id="0" /> | |
| <mxCell id="1" parent="0" /> | |
| <mxCell id="rg3Q1UUaAYfEgNM6LYRi-24" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=none;" parent="1" vertex="1"> | |
| <mxGeometry x="640" y="40" width="160" height="200" as="geometry" /> | |
| </mxCell> | |
| <mxCell id="rg3Q1UUaAYfEgNM6LYRi-1" value="Cobbler" style="rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontSize=20;fontStyle=1" parent="1" vertex="1"> |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2023-04-23 08:33:29.608540254 [INFO] Starting Frigate... | |
| 2023-04-23 08:33:32.297904594 [2023-04-23 10:33:32] frigate.app INFO : Starting Frigate (0.12.0-da3e197) | |
| 2023-04-23 08:33:32.339830421 [2023-04-23 10:33:32] frigate.config WARNING : garten_dolly: Recording retention is configured for motion and event retention is configured for all. The more restrictive retention policy will be applied. | |
| 2023-04-23 08:33:32.343367952 [2023-04-23 10:33:32] frigate.config WARNING : garten_igel: Recording retention is configured for motion and event retention is configured for all. The more restrictive retention policy will be applied. | |
| 2023-04-23 08:33:32.347760097 [2023-04-23 10:33:32] frigate.config WARNING : garten_vogel: Recording retention is configured for motion and event retention is configured for all. The more restrictive retention policy will be applied. | |
| 2023-04-23 08:33:32.360325589 [2023-04-23 10:33:32] frigate.app IN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [13:42:32] enno@localhost /home/enno/Sources/IntelliJ-Projects/jibri (0) | |
| > mvn clean test | |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] --------------------------< org.jitsi:jibri >--------------------------- | |
| [INFO] Building jibri 8.0-SNAPSHOT | |
| [INFO] --------------------------------[ jar ]--------------------------------- | |
| [INFO] | |
| [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jibri --- | |
| [INFO] Deleting /home/enno/Sources/IntelliJ-Projects/jibri/target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "breeds": { | |
| "redhat": { | |
| "rhel4": { | |
| "signatures": [ | |
| "RedHat/RPMS", | |
| "CentOS/RPMS" | |
| ], | |
| "version_file": "(redhat|sl|centos)-release-4(AS|WS|ES)[\\.-]+(.*)\\.rpm", | |
| "version_file_regex": null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Get into a running cobbler container as root. | |
| docker exec -u 0 -it cobbler bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dieses Gist bestätigt die Verknüpfte-Identität innerhalb meines OpenPGP-Schlüssels und verknüpft es mit diesem GitHub-Benutzerkonto. | |
| Token des Nachweises: | |
| [Verifying my OpenPGP key: openpgp4fpr:ed0f0cb4a07fd863c519febf40b981592dd53310] |