Skip to content

Instantly share code, notes, and snippets.

View taking's full-sized avatar
🐈
Focusing

taking taking

🐈
Focusing
View GitHub Profile
View vs-code-settings.json
{
"editor.fontFamily": "Hack, D2Coding, Consolas, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 17,
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.wrappingIndent": "indent",
"editor.fontLigatures": true,
"editor.rulers": [100, 120],
"editor.cursorBlinking": "phase",
"editor.guides.indentation": true,
View Appcode Stash installation with Helm.md
View minio Installation with docker-compose.md

minio Installation with Docker Compose

  • minio on Docker

Prerequisites

  • Docker

.env

DOCKER_ROOT=/volume/HDD_02/minio
View portainer Installation with Helm.md
View k8s-v1.25-Crio-Auto-Installation.sh
#!/bin/bash
# Author by Taking
# Kubernetes v1.25 Install + Reset
# Cri-o v1.25
# Flannel CNI
# Cluster Name Change (Host명 기준)
# MetalLB Install
RED=`tput setaf 1`
GREEN=`tput setaf 2`
View 폴더 내 파일 이동 및 폴더 삭제
#!/bin/bash
# 이동할 디렉토리 설정
source_dir="/volume/500GB_HDD/Downloads"
# 파일 확인 및 이동 함수
move_files() {
for file in "$1"/*; do
if [ -d "$file" ]; then
# 디렉토리인 경우 재귀 호출
View Private Registry Installation with Helm.md

Private Registry Installation with Helm

Prerequisites

  • Kubernetes 1.19+
  • Helm 3.2.0+

helm update

helm repo add stable https://charts.helm.sh/stable
helm repo update stable
View Minio Installation with Helm.md
View restic backup.md

Minio Install

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

TZ=Asia/Seoul

# DB
MINIO_ROOT_USER=username