Skip to content

Instantly share code, notes, and snippets.

@bouroo
bouroo / rke2-debian.md
Last active January 11, 2026 06:28
RKE2 on Debian

RKE2 Production Setup Guide (nftables)

Base System Installation

Install Debian with openssh-server enabled during installation.

System Preparation (as root)

Install Required Packages

@superdaigo
superdaigo / zabbix-alert-smtp.sh
Created September 20, 2012 04:58
Zabbix SMTP Alert script for gmail
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Zabbix SMTP Alert script for gmail.
"""
import sys
import smtplib
from email.MIMEText import MIMEText
from email.Header import Header