首页
归档
分类
教程
科学上网
折腾记
友链
1
WARP一键脚本
2
v2ray系列教程
3
biliup安装与配置
4
Google Cloud Shell 快速拉取Docker Image
5
Windows教程
tian
吾乃天骄 已上九霄
累计撰写
11
篇文章
累计创建
3
个标签
累计收到
2
条评论
栏目
首页
归档
分类
教程
科学上网
折腾记
友链
搜索
标签搜索
Docker
v2ray
B站
目 录
CONTENT
以下是
教程
相关的文章
2023-02-18
biliup安装与配置
配置环境系统环境: Ubuntu-22.04-amd64用户: root(可选)国内主机换清华源sudo sed -i "s@http://.*archive.ubuntu.com@https://mirrors.tuna.tsinghua.edu.cn@g"
2023-02-18
126
0
0
教程
2023-02-12
Google Cloud Shell 快速拉取Docker Image
创建 Aliyun镜像仓库首先根据aliyun官方文档创建位于 中国香港的镜像仓库:文档地址登录Google Cloud Shell 拉取镜像docker pull images docker images #记下需要推送的ImageId推送镜像到阿里云镜像仓库docker login --us
2023-02-12
77
0
0
教程
2023-02-03
Windows教程
Win修改网络适配器网络名称注册表定位到计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles文件夹下选择需要修改的网络适配器即可
2023-02-03
114
0
0
教程
2023-01-14
Docker安装与配置
Docker安装Ubuntusudo apt install gnome-terminalsudo apt-get updatesudo apt-get install \ ca-certificates \ curl \ gnupg \ lsb-releasesudo mk
2023-01-14
127
0
0
教程
2023-01-13
Linux教程
SSHD的配置优化服务端vim /etc/ssh/sshd_configPermitRootLogin yesPasswordAuthentication yesPrintMotd noPrintLastLog nosed -i '/pam_motd.so/ s/^/#/g' /et
2023-01-13
90
0
0
教程