Add yourself to the docker group to be able to run containers as non-root (see Post-install steps for Linux).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ======================================== | |
| # AI Related Domain Routing Rules / AI 相关域名分流规则 | |
| # Author: Custom Rule Set / 作者:自定义规则集 | |
| # Description: Used for proxying or direct connecting major AI services (e.g., ChatGPT, Claude, Gemini, Grok, etc.) / 描述:用于代理或直连主流 AI 服务(如 ChatGPT、Claude、Gemini、Grok 等)的域名 | |
| # Update Date: 2025-12-18 / 更新日期:2025-12-18 | |
| # ======================================== | |
| # 【DOMAIN-SUFFIX Type】 Suffix matching rules - Applicable to most subdomains / 【DOMAIN-SUFFIX 类型】 后缀匹配规则 - 适用于大部分子域名 | |
| # OpenAI short domain redirect / xAI related / OpenAI 短域重定向 / xAI 相关 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env bash | |
| #################################################### | |
| # Required Libraries | |
| # | |
| # library name | commands used | verified version | |
| # ------------------------------------------------ | |
| # ffmpeg | ffmpeg/ffprobe | 3.1.4 3.2 | |
| # gpac | mp4box | 0.6.1 | |
| # mp4v2 | mp4chaps | 2.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories | |
| apk update |
- docker-compose.yml
version: '3.6'
services:
minio:
image: minio/minio:RELEASE.2020-01-03T19-12-21Z
container_name: minio
volumes:
- Download the latest zsh package: https://packages.msys2.org/package/zsh?repo=msys&variant=x86_64
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
This script can be used to backup essential configuration files from the Proxmox Virtual Enivronment (PVE) host.
The script will create backups using tar with specified backup prefix and date and time stamp in the file name. Script will also delete backups that are older then number of days specified.
To create backup script that will be executed every day we can create backup script in /etc/cron.daily/ folder. We need to make it writeable by root (creator) only, but readable and executable by everyone:
touch /etc/cron.daily/pvehost-backup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| btrfs fi show -d | |
| (/dev/mapper/vg1000-lv) | |
| syno_poweroff_task -d | |
| (or: umount /volume1) | |
| (or2: umount /volume1 -f -k) | |
| Check to see if all us unmounted: | |
| df -h |
What I used in this lab ;)
- k3s : https://k3s.io/
- k3s documentation : https://rancher.com/docs/k3s/latest/en/
NewerOlder