Skip to content

Instantly share code, notes, and snippets.

View masterbpro's full-sized avatar

masterbpro masterbpro

View GitHub Profile
@masterbpro
masterbpro / alertmanager.tmpl
Created November 5, 2023 20:51 — forked from jidckii/alertmanager.tmpl
Alertmanager telegram template
{{ define "__yucca_text_alert_list" }}{{ range . }}
---
🪪 <b>{{ .Labels.alertname }}</b>
{{- if .Annotations.summary }}
📝 {{ .Annotations.summary }}{{ end }}
{{- if .Annotations.description }}
📖 {{ .Annotations.description }}{{ end }}
🏷 Labels:
{{ range .Labels.SortedPairs }} <i>{{ .Name }}</i>: <code>{{ .Value }}</code>
{{ end }}{{ end }}
@masterbpro
masterbpro / AdbCommands
Created September 30, 2023 20:00 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader