posts - 158,  comments - 0,  views - 11万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
01 2024 档案
Rocky Linux 9 部署 GVM
摘要:1、配置安装源 # 启用EPEL、CRB源 dnf config-manager --set-enabled crb dnf install epel-release -y # 启用Atomic源 wget -q -O - https://updates.atomicorp.com/installe 阅读全文
posted @ 2024-01-30 15:56 a120608yby 编辑
Rocky Linux 9 SmartDNS 部署
摘要:1、下载并安装 # 下载 wget https://github.com/pymumu/smartdns/releases/download/Release43/smartdns.1.2023.08.11-1937.x86_64-linux-all.tar.gz # 解压并安装 tar xf sma 阅读全文
posted @ 2024-01-19 15:18 a120608yby 编辑
Jenkins 集成 Dependency-Check 代码漏洞扫描工具
摘要:1、Jenkins安装插件 https://plugins.jenkins.io/dependency-check-jenkins-plugin/ 2、下载并配置 # 下载 wget https://github.com/jeremylong/DependencyCheck/releases/dow 阅读全文
posted @ 2024-01-18 14:53 a120608yby 编辑
AlmaLinux 9/Rocky Linux 9/CentOS Stream 9 中 Vim 粘贴代码格式错乱问题
摘要:进入Paste模式 在 Vim 普通模式下,输入 :set paste 命令进入 Paste 模式 然后按 i 键进入插入模式,进行粘贴操作 完成后,按 Esc 回到普通模式,并输入 :set nopaste 退出 Paste 模式 阅读全文
posted @ 2024-01-17 09:24 a120608yby 编辑
Windows 11 锁屏壁纸问题
摘要:1、打开Microsoft Store搜索"动态主题" 2、安装动态主题并打开 3、锁屏并查看效果 阅读全文
posted @ 2024-01-16 11:20 a120608yby 编辑
Windows 硬件信息监控工具 OhmGraphite 部署
摘要:1、下载OhmGraphite https://github.com/nickbabcock/OhmGraphite/releases 2、修改OhmGraphite.exe.config配置(此处使用Prometheus做为数据源) <?xml version="1.0" encoding="ut 阅读全文
posted @ 2024-01-16 10:53 a120608yby 编辑
PMail 基于 Docker 部署
摘要:1、Docker、Docker-Compose安装 https://www.cnblogs.com/a120608yby/p/9883175.html https://www.cnblogs.com/a120608yby/p/14582853.html 2、基于Docker-Compose部署pma 阅读全文
posted @ 2024-01-16 10:07 a120608yby 编辑
Docker Swarm Cluster 部署
摘要:1、部署环境 服务器名称 IP地址 备注 node01 10.32.161.124 Manager node02 10.32.161.125 Work node03 10.32.161.126 Work 2、Docker CE安装 参考:https://www.cnblogs.com/a120608 阅读全文
posted @ 2024-01-11 11:12 a120608yby 编辑
H3C CAS CVK 部署
摘要:1、CAS下载 https://www.h3c.com/cn/d_202307/1889014_30005_40.htm 2、通过ESXi部署CVK 参考:https://zhuanlan.zhihu.com/p/632065935 阅读全文
posted @ 2024-01-10 13:44 a120608yby 编辑
H3C CAS CVM 部署
摘要:1、通过ESXi部署CVM hypervisor.cpuid.v0=FALSE mce.enable=TRUE 2、访问 访问地址:https://CVM部署主机IP/ 默认账号:admin 默认密码:Cloud@1234 3、纳管CVK 参考:https://zhuanlan.zhihu.com/ 阅读全文
posted @ 2024-01-10 13:01 a120608yby 编辑
ab & wrk & wrk2 压力测试工具
摘要:1、ab压测工具安装及使用 # 安装 dnf install httpd-tools -y # 使用帮助 # ab --help ab: wrong number of arguments Usage: ab [options] [http[s]://]hostname[:port]/path Op 阅读全文
posted @ 2024-01-10 11:39 a120608yby 编辑
SQL Server 2022 基于 Docker 部署
摘要:1、Docker、Docker-Compose安装 https://www.cnblogs.com/a120608yby/p/9883175.html https://www.cnblogs.com/a120608yby/p/14582853.html 2、基于Docker-Compose部署SQL 阅读全文
posted @ 2024-01-09 12:57 a120608yby 编辑
VMware ESXi 安装 Alpine
摘要:1、下载安装ISO https://mirrors.ustc.edu.cn/alpine/latest-stable/releases/x86_64/alpine-virt-3.19.0-x86_64.iso 2、创建虚拟机 其他参数根据自己需求修改 3、执行setup-alpine安装 输入roo 阅读全文
posted @ 2024-01-08 17:30 a120608yby 编辑
通过 Ventoy 1.0.96 安装 Proxmox VE 8.1 报错问题
摘要:1、问题描述 通过Ventoy 1.0.96安装Proxmox VE 8.1无法进入安装界面问题 2、解决方案 参考: https://github.com/ventoy/Ventoy/actions/runs/7088423200 https://www.ventoy.net/en/doc_git 阅读全文
posted @ 2024-01-08 12:03 a120608yby 编辑
Windows 11 安装 Docker Desktop
摘要:1、安装WSL 2(使用管理员身份运行powershell) wsl --install 2、下载Docker Desktop 下载地址:https://docs.docker.com/desktop/install/windows-install/ 3、安装Docker Desktop 4、配置D 阅读全文
posted @ 2024-01-03 11:12 a120608yby 编辑
Docker CE 开启远程访问
摘要:1、Docker CE安装 参考:https://www.cnblogs.com/a120608yby/p/9883175.html 2、修改docker配置文件(这里以docker 24.0.7版本为例) # vim /usr/lib/systemd/system/docker.service [ 阅读全文
posted @ 2024-01-02 16:00 a120608yby 编辑

点击右上角即可分享
微信分享提示