/images/avatar.png

Schaepher's Blog

uefi

如果 Bitlock 没有处于关闭状态,就去关闭 Security ,会导致每次 windows 登录时要求输入解锁密码(如果有登录 Windows 账号,则在 Windows 官网可查询)。这个在登录 Windows 后,进入配置界面关

Docker

安装 https://docs.docker.com/install/linux/docker-ce/centos/ 配置国内镜像 1 2 3 4 vim /etc/docker/daemon.json { "registry-mirrors": ["https://registry.docker-cn.com"] } Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) 在运行时通过 envsubst 替换配置文件中的变量 CentOS 要安装 gettext 才能执行 envsubst 构建多种架构

CentOS Monitor

top -b -n 1 -c -H top -b -n 1 -c -H cat c.txt | sort -k3,3nr | less -S cat c.txt | awk ‘{ sum+=$3 } END { print sum }’

OpenWRT 扩展容量

场景一:自身存储小,通过 U 盘扩展(U 盘挂载到根目录) 仅适用于有 USB 插口的路由器。 注:如果提示软件无法安装,一般是因为没有执行 opkg update 支持 U 盘 安装 1