上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 49 下一页
摘要: 1. 新建VUE项目局域网无法访问 修改 package.json文件 # 重新初始化 npm install # 启动项目 npm run dev VITE v3.2.2 ready in 323 ms ➜ Local: http://10.105.212.1:5173/ ➜ Network: h 阅读全文
posted @ 2022-10-31 19:43 LeoShi2020 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 1. vite创建vue环境 [root@Python Vue]# npm init vite@latest Need to install the following packages: create-vite@3.2.0 Ok to proceed? (y) ✔ Project name: … 阅读全文
posted @ 2022-10-31 15:45 LeoShi2020 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 1. 下载地址 curl -O https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.xz 2. 安装部署 VERSION=v16.18.0 DISTRO=linux-x64 mkdir -p /usr/local/lib/node 阅读全文
posted @ 2022-10-31 15:08 LeoShi2020 阅读(1607) 评论(0) 推荐(0) 编辑
摘要: local-aaa-user password policy administrator # 关闭密码历史策略 password history record number 0 # 关闭密码过期 password expire 0 # interface Vlanif1 nat outbound 2 阅读全文
posted @ 2022-10-17 11:36 LeoShi2020 阅读(639) 评论(0) 推荐(0) 编辑
摘要: sed -i 's/preserve_hostname: false/preserve_hostname: true/g' /etc/cloud/cloud.cfg truncate -s0 /etc/hostname hostnamectl set-hostname localhost rm -r 阅读全文
posted @ 2022-10-13 15:10 LeoShi2020 阅读(32) 评论(0) 推荐(0) 编辑
摘要: vi /etc/default/grub GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0" grub-mkconfig -o /boot/grub/grub.cfg # 修改网卡 vi /etc/netplan/00-installer-config. 阅读全文
posted @ 2022-10-13 15:02 LeoShi2020 阅读(67) 评论(0) 推荐(0) 编辑
摘要: # 接口Trunk int GigabitEthernet 0/0/28 port link-type trunk port trunk allow-pass vlan all # 静态路由 ip route-static 0.0.0.0 0 10.1.1.1 # 配置VLAN vlan 1000 阅读全文
posted @ 2022-10-10 13:47 LeoShi2020 阅读(1580) 评论(0) 推荐(0) 编辑
摘要: 1. 查看交换机信息 DS_6610B:admin> switchshow switchName: DS_6610B switchType: 170.0 switchState: Online switchMode: Native switchRole: Principal switchDomain 阅读全文
posted @ 2022-10-10 13:39 LeoShi2020 阅读(1385) 评论(0) 推荐(0) 编辑
摘要: echo "net.ipv4.ip_forward = 1" >> /etc/sysctl.conf sysctl -p 阅读全文
posted @ 2022-09-20 19:46 LeoShi2020 阅读(340) 评论(0) 推荐(0) 编辑
摘要: vi /etc/docker/daemon.json { ... "log-driver": "json-file", "log-opts": { # 日志文件最大1G "max-size": "1000m", # 日志文件数量最大为50个 "max-file": "50" }, ... } 阅读全文
posted @ 2022-09-20 00:57 LeoShi2020 阅读(58) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 49 下一页