Skip to content

Instantly share code, notes, and snippets.

View cmer81's full-sized avatar
😎
( ͡° ͜ʖ ͡°)

Cmer cmer81

😎
( ͡° ͜ʖ ͡°)
View GitHub Profile
@cmer81
cmer81 / readme.md
Created April 11, 2024 13:22
Detailed guide on configuring a NUT (Network UPS Tools) server to ensure seamless integration of a Green Cell UPS with a Synology NAS.

Configuring NUT on Synology with a Green Cell UPS

This guide explains how to set up a NUT (Network UPS Tools) server to integrate a Green Cell UPS with a Synology NAS. To ensure smooth communication between the Synology and the NUT server, it's crucial that the server is named "ups" in the configuration.

Prerequisites

  • A Synology NAS
  • A compatible Green Cell UPS
  • A server (physical or virtual) on which NUT can be installed and configured
@cmer81
cmer81 / meteofrance_weather_alert.yaml
Created February 4, 2023 22:57
meteofrance_weather_alert
blueprint:
name: "Notification pour alerte météo"
description: "Envoie une notification si une alerte météo est levée par Météo-France"
domain: automation
input:
sensor.12_weather_alert:
name: "Weather Alert"
description: "L'entité décrivant les alertes météo"
selector:
entity:
@cmer81
cmer81 / ze_laserhackfix.sp
Created May 17, 2021 22:51
ze_laserhackfix
#pragma semicolon 1
#define PLUGIN_AUTHOR "null138"
#define PLUGIN_VERSION "1.00"
#include <sourcemod>
#include <sdktools>
#pragma newdecls required
@cmer81
cmer81 / maplist.csv
Created March 19, 2021 03:41
maplist
ze_2012_fix2
ze_30_Seconds__b21
ze_666_crazy_escape_b3s
ze_8bit_v5b
ze_a_e_s_t_h_e_t_i_c_v1_1s
ze_abandoned_project_v1_2
ze_abstract_escape_v1a
ze_AcuticNotes_v1_2s
ze_aepp_nano_grid2_b2s
ze_alien_shooter_v7
{aliceblue}
{aqua}
{aquamarine}
{azure}
{beige}
{black}
{blue}
{blueviolet}
{brown}
{burlywood}
ze_random_v9
ze_boatescape6_remix_fix2
ze_FFVII_Mako_Reactor_v5_3
ze_mountain_escape_v5_zy
ze_trainescape_final
ze_rooftop_runaway2_v5
ze_Paranoid_Rezurrection_v11_9
ze_atix_panic_b3t
ze_sorrento_escape_v5
ze_icecap_escape_v3
@cmer81
cmer81 / servers.json
Last active April 28, 2020 20:20
Discord BOT game server
[
{
"type": "SourceQuery",
"game": "CSGO JailBreak",
"addr": "79.137.123.235",
"port": 27025,
"channel": 704492494028537908
},
{
"type": "SourceQuery",
@cmer81
cmer81 / reunion_island.md
Created December 20, 2019 16:43
la reunion

La reunion

Le volcan

L’accès au volcan par le Pas de Bellecombe, prévoir une journée si tu souhaite aller au sommés de celui-ci. A prévoir: Crème solaire, genre beaucoup de crème car le soleil est violent même si tu n'a pas l'impression de ressentir celui-ci, de bonne chaussure de randonnée et de l'eau.

@cmer81
cmer81 / Ingress.yaml
Created October 14, 2019 14:10
Ingress
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/tls-acme: "true"
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/secure-backends: "true"
name: ${CICD_GIT_REPO_NAME}
namespace: middle-web-${CICD_GIT_BRANCH}
spec:
@cmer81
cmer81 / gitlab-admin-service-account.yaml
Created September 21, 2019 16:50
gitlab-admin-service-account.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: gitlab-admin
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: gitlab-admin