上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 39 下一页
摘要: Docker安装 vi docker-compose.yml version: "3.3" services: db: image: mariadb:10.8.2 container_name: spug-db restart: always command: --port 3306 --chara 阅读全文
posted @ 2023-09-06 14:42 属于我的梦,明明还在 阅读(167) 评论(0) 推荐(0)
摘要: github地址: https://github.com/soonxf/Firewalld-UI 项目介绍和技术栈 部署启动极其简单,一键 startup.sh 脚本轻松部署 前端基于 Vue(element UI), 后端 基于 nodejs(eggjs) 修改 element 源码,table 阅读全文
posted @ 2023-09-06 13:58 属于我的梦,明明还在 阅读(327) 评论(0) 推荐(0)
摘要: 日志详情:Notice: /Stage[main]/Nova::Db::Sync/Exec[nova-db-sync]/returns: Error: (pymysql.err.OperationalError) (1045, u"Access denied for user 'nova'@'172 阅读全文
posted @ 2023-09-04 16:37 属于我的梦,明明还在 阅读(462) 评论(0) 推荐(0)
摘要: 1.如果遇到虚拟机启动时报错: qemu-kvm: Failed to start VNC server on `172.17.42.1:0': Failed to bind socket: Cannot assign requested addres 请将对应虚拟机XML配置中VNC部分改为: < 阅读全文
posted @ 2023-09-04 14:10 属于我的梦,明明还在 阅读(204) 评论(0) 推荐(0)
摘要: 要将 eth0 网卡的上传和下载网速限制为 3M/s,可以使用以下命令: 限制上传网速: bashCopy Code tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 阅读全文
posted @ 2023-08-31 17:10 属于我的梦,明明还在 阅读(1263) 评论(0) 推荐(0)
摘要: 1、网速测试 nload -mIncoming 进入网卡的流量Outgoing 从网卡流出的流量Curr 当前流量Avg 平均流量Min/Max 最大/最小流量Ttl 流量总和 2、带宽测试 iperf -s #启动服务器进程 接着, iperf –c 服务器IP #计算服务器带宽: 3、磁盘IO 阅读全文
posted @ 2023-08-28 12:23 属于我的梦,明明还在 阅读(270) 评论(0) 推荐(0)
摘要: 一.概述 通过minio提供的客户端实现资源迁移,本文章的mc通过docker创建。minio1的api地址是172.20.10.2:9000minio2的api地址是172.20.10.2:9002 二.docker启动mc实例,并进入容器内部 docker run -it --entrypoin 阅读全文
posted @ 2023-08-16 10:58 属于我的梦,明明还在 阅读(1821) 评论(0) 推荐(0)
摘要: 1、安装方案一-: yum -y install openssl-devel wgetcd /root wget https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.x86_64 --no-check-certificate mv 阅读全文
posted @ 2023-08-15 13:07 属于我的梦,明明还在 阅读(2422) 评论(0) 推荐(0)
摘要: 简而言之,就是靠cpu区分 x86 或 XC 架构(如 ARM、PowerPC 等) 阅读全文
posted @ 2023-08-14 15:28 属于我的梦,明明还在 阅读(2015) 评论(0) 推荐(0)
摘要: 银河麒麟龙芯xrdp远程桌面 官网地址:https://rhel.pkgs.org/ 方案一:配置yum源 从以下位置下载最新的 epel-release rpm http://dl.fedoraproject.org/pub/epel/7/aarch64/ 安装 epel-release rpm: 阅读全文
posted @ 2023-08-14 15:13 属于我的梦,明明还在 阅读(4898) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 39 下一页