Dev
未读
Docker国内设置镜像或代理
Docker国内设置镜像或代理 一.设置镜像 **编辑 **/etc/docker/daemon.json 文件(如果没有则创建) sudo mkdir -p /etc/docker
sudo nano /etc/docker/daemon.json
放入 daemon.json {
"r
Dev
未读
WireGuard访问局域网络
WireGuard访问局域网络 角色定义: 公网服务器: 作为 WireGuard 的“服务器”或“中继站”(Hub)。它拥有固定公网IP,是所有设备连接的汇聚点 家庭服务器: 作为 WireGuard 的一个“客户端”(Peer),主动连接到公网服务器 你的外部设备(比如笔记本电脑、手机): 作为
Dev
未读
Linux基本命令/Debian系统初始化
Linux基本命令/Debian系统初始化 在整个系统中查找为jar结尾的文件 find / -name "*.jar" 2>/dev/null
系统初始化 su root
nano /etc/apt/sources.list
# deb cdrom:[Debian GNU/Linux 12.11
Dev
未读
Linux安装Docker
Linux安装Docker Ubuntu Docker 安装 # 下载并执行Docker官方安装脚本
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
# 启动Docker服务
sudo systemc
Dev
未读
SpringCloud微服务项目的搭建
SpringCloud微服务项目的搭建 1.新建项目 新建一个新的Java Maven项目,将src目录全部删除 留下pom.mxl作为父项目的总依赖 使用 <dependencyManagement></dependencyManagement>对其进行统一管理 导入对应的依赖,这里使用 spri
Dev
未读
Three—glb模型压缩draco
Three—glb模型压缩draco 一、pipeline安装 // npm安装
npm install -g gltf-pipeline
// yarn安装
yarn global add gltf-pipeline
二、glb压缩 gltf-pipeline -i scene.glb -o