Skip to content

Instantly share code, notes, and snippets.

Avatar
🐈
Focusing

taking taking

🐈
Focusing
View GitHub Profile
@taking
taking / k8s-containerd-install.sh
Last active September 12, 2023 23:49
kubernetes v1.22.9 containerd-crio-docker install scripts
View k8s-containerd-install.sh
#!/bin/bash
# Author by Taking
# Kubernetes Install + Reset
# Containerd
# Flannel CNI
# Cluster Name Change (Host명 기준)
# MetalLB Install
RED=`tput setaf 1`
GREEN=`tput setaf 2`
View restic backup.md

Minio Install

# .env
DOCKER_ROOT=/volume/1TB_NVME/docker/minio-backup

TZ=Asia/Seoul

# DB
MINIO_ROOT_USER=username
View qbittorrent-discord-notify.sh
#!/bin/bash
# fork by fltd/qbittorrent-slack-notify.sh
#
# this script is qBittorrent Discord Notify
# by taking
# A shell scirpt designed to be executed by qBittorrent's "Run external program on torrent completion"
# This scirpt will send a Discord notification using Discord's Incoming Webhooks with the information of completed torrent
#
View prometheus-operator-helm.md
View Longhorn-helm.md