Všechno Nové

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Přihlásit se

Všechno Nové Přihlásit se

Všechny gisty

Nedávno Vytvořeno
Nejméně nedávno Vytvořeno
Nedávno Aktualizováno
Nejméně nedávno Aktualizováno
Erreur32's Avatar

Erreur32 / grafana_dashboard_watchyourlan.json

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1 month ago
Grafana Watchyourlan dashboard
Grafana Watchyourlan dashboard
1 {
2 "id": null,
3 "title": "WatchYourLAN Dashboard (corrected)",
4 "timezone": "browser",
5 "schemaVersion": 38,
6 "version": 1,
7 "refresh": "10s",
8 "panels": [
9 {
10 "type": "stat",
Erreur32's Avatar

Erreur32 / taille-dir.sh

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1 month ago
Bash Script Taille
1 #!/bin/bash
2
3 # ===== Couleurs =====
4 C_RESET="\e[0m"
5 C_DIR="\e[34m" # Dossiers
6 C_FILE="\e[32m" # Fichiers
7 C_ARCH="\e[35m" # Archives
8 C_SCRIPT="\e[33m" # Scripts .sh .py .pl
9 C_IMG="\e[36m" # Images
10 C_VIDEO="\e[31m" # Vidéos
Erreur32's Avatar

Erreur32 / compare-umami-npm.sh

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1 month ago
Check NPM Script Umami
1 #!/bin/bash
2 # ==========================================================
3 # Compare les data-website-id entre Nginx Proxy Manager (NPM)
4 # et Umami (PostgreSQL)
5 # !!! UMAMI and NPM need to be in DOCKER !!!!!
6 # ==========================================================
7
8 NPM_PATH="/home/docker/nginx_proxy/data/nginx/proxy_host/"
9 OUT_DIR="$(pwd)"
10 INVALID_FILE="$OUT_DIR/npm_invalid.txt"
Erreur32's Avatar

Erreur32 / Tips Command.md

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1 month ago
Linux Shell Tips

🔹 Vue claire des disques et montages

lsblk -o NAME,SIZE,FSTYPE,MOUNTPOINT

🔹 Disque space info

df -hT | grep -E '^/dev' | awk '{printf "%-20s %-8s %-8s %-8s %-8s\n", $7, $2, $3, $4, $5}' 

# ou
Erreur32's Avatar

Erreur32 / beszel_dashboard_simple.php

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1 month ago
1 /**
2 * Dashboard Beszel Simple - Version sans graphiques avec rafraîchissement automatique
3 * Fonctionnalités :
4 * - Données en temps réel sans graphiques
5 * - Rafraîchissement automatique configurable
6 * - Options persistantes
7 * - Interface simple et rapide
8 */
9
10 // === CONFIGURATION ===
Erreur32's Avatar

Erreur32 / beszel_api_mqtt.php

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1 month ago
1 <?php
2
3
4 // cron a mettre en place
5 // Beszel stats mqtt
6 /* toutes les 30 secondes
7
8 * * * * * /usr/bin/php /path/beszel/beszel_api_mqtt.php > /dev/null 2>&1
9 * * * * * sleep 30 && /usr/bin/php /path/beszel/beszel_api_mqtt.php > /dev/null 2>&1
Erreur32's Avatar

Erreur32 / portainer_proxy_nginx.conf

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1 month ago
1 # === Portainer via Nginx Proxy Manager ===
2
3 location / {
4 # === Backend Portainer ===
5 proxy_pass http://192.168.1.150:9010/;
6
7 # Headers classiques
8 proxy_set_header Host $host;
9 proxy_set_header X-Real-IP $remote_addr;
10 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Erreur32's Avatar

Erreur32 / check_temperature_all.sh

1 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1 month ago
Script Shell Temp
1 #!/usr/bin/env bash
2 # =========================================================
3 # Nom : check_temp_all.sh
4 # Objet : Afficher les températures système en console
5 #
6 # Description :
7 # - Affiche les températures système détectées via `sensors` (lm-sensors),
8 # NVMe et GPU (NVIDIA).
9 # - Classe les valeurs par catégorie : CPU, Carte mère, RAM, NVMe, GPU, Autres.
10 # - Colore les valeurs selon leur plage :
Erreur32's Avatar

Erreur32 / check_temp_all.sh

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1 month ago
Linux Script Shell Temp
1 #!/usr/bin/env bash
2 # =========================================================
3 # Nom : check_temp_all.sh
4 # Objet : Afficher les températures système en console
5 #
6 # Description :
7 # Ce script affiche les températures système détectées
8 # automatiquement via la commande `sensors` (lm-sensors)
9 # et, si disponible, les températures NVMe et GPU.
10 #
Erreur32's Avatar

Erreur32 / [TIPS] Coral PCIe sous Proxmox.md

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1 month ago
Coral PCIe sous Proxmox
Coral Docs Google Linux Proxmox Tips

Guide rapide Coral PCIe sous Proxmox (Debian 12 VM, kernel 6.x)

1. Sur l’hôte Proxmox

Activer l’IOMMU (Intel)

nano /etc/default/grub
# Ajoute ou complète :
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
Novější Starší

Vytvořeno pomocí Opengist ⋅ Load: 142ms⋅

Čeština
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文