04 2024 档案

摘要:mkdir /usr/local/openresty/nginx/conf/ssl cd /usr/local/openresty/nginx/conf/ssl openssl genrsa -out server.key 2048 openssl req -new -key server.key 阅读全文
posted @ 2024-04-29 19:02 mingtian是吧 阅读(3) 评论(0) 推荐(0) 编辑
摘要:raid #!/bin/bash # describe: use all free disk to create raid10 # 创建一个未使用磁盘的数组 ls_disk(){ for disk in $(lsblk|awk '/disk/{print $1}');do mount|grep -q 阅读全文
posted @ 2024-04-25 12:29 mingtian是吧 阅读(5) 评论(0) 推荐(0) 编辑