首页
此间少年
行动起来,活在当下
累计撰写
10
篇文章
累计创建
8
个标签
累计收到
0
条评论
栏目
目 录
CONTENT
以下是
linux
相关的文章
debian12设置apt国内镜像
修改/etc/apt/sources.list 配置文件设置清华大学源: deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware deb https://mi
2025-06-06
58
0
0
linux
在docker中安装frp实现内网穿透
服务端frps 1.首先在服务器端安装frps docker pull snowdreamtech/frps 2.本地创建frps的配置文件frps.ini [common] bind_port = 7000 # frp 服务端控制端口 token = xxxxx # 客户端认证密
2025-05-27
119
0
0
docker
linux
debian国内安装docker
先升级apt和安装依赖包 apt update apt upgrade apt install curl vim wget gnupg dpkg apt-transport-https lsb-release ca-certificates 添加存储库的GPG密钥(阿里云) curl -fsSL h
2024-11-07
274
0
2
linux
docker