Pensieve
Docker 拉取国外镜像 Docker 拉取国外镜像
执行脚本#!/bin/bash # 映射源站到目标代理源站 declare -A SOURCE_TO_PROXY=( ["cr.l5d.io"]="l5d.m.daocloud.io" ["docker.elastic.c
Linux 常用命令 Linux 常用命令
常用命令替换(sed)sed -i 's#old/string#new/string#g' /etc/nginx/nginx.conf 搜索(grep)grep -nr "text" . 批量(xargs)ls -l|grep ^d|a