Docker Compose
services:
jellyfin:
image: jellyfin/jellyfin:10.10.7
container_name: jellyfin
restart: always
...
阅读全文...
Typecho Butterfly 主题美化
主题
Butterfly 官网地址
Butterfly Github 地址
工具
Webp Converter
ffmpeg
axialis iconworkshop
安装
下载解压主题文件放置到 themes 文件夹目录下,确保目录名为 butterf...
阅读全文...
阅读全文...
异星工厂自适应巡航太空平台
设计原型参考 哔哩哔哩 『【异星工厂】大抵是完美了的仅342t玄冥星核电飞船 V2 [蓝图][附聚变改装]』1
可稳定不间断航行于五星之间,无需任何补给(除核燃料),均速约280km/s。
平台重量 343.2t
仓储空间 59 + 400
设计预定空...
阅读全文...
阅读全文...
关于容器内非 root 用户 cron 错误
错误:
can't open or create /var/run/crond.pid: Permission denied
解:1
FROM debian:latest
...
USER 1000:1000
# 给 cron 添加 's' 权限
R...
阅读全文...
阅读全文...
docker 镜像推送脚本
脚本
https://github.xyh.moe:8888/xian.yuheng/docker-push
#! /bin/bash
# 禁止 ^C 显示
if [ -t 0 ]; then
stty -echoctl
#stty echoc...
阅读全文...
阅读全文...
钢铁雄心4 mod制作
文档结构
"./Documents/Paradox Interactive/Hearts of Iron IV"
├─mod
│ ├─new-mod
│ │ ├─common
│ │ ├─gfx
│ │ ├─interf...
阅读全文...
阅读全文...