04 2024 档案

摘要:1.下载nginx源码包 https://nginx.org/en/download.htmlhttps://nginx.org/download/ 2.下载编译nginx依赖包,可根据自己需求进行下载 #pcre(处理正则表达式) http://downloads.sourceforge.net/ 阅读全文
posted @ 2024-04-28 18:32 Leonardo-li 阅读(2323) 评论(0) 推荐(1) 编辑
摘要:1.部署说明 ferry工单系统部署参考官方文档,采用docker-compose的方式。 2.github地址 https://github.com/lanyulei/ferry?tab=readme-ov-file#readme 3.部署步骤 注:mysql、redis的镜像可以从docker 阅读全文
posted @ 2024-04-23 09:39 Leonardo-li 阅读(1178) 评论(0) 推荐(0) 编辑
摘要:1.tar zcf 打包目录时,排除其中的一些目录或者文件 tar --exclude=dir1 --exclude=dir2 --exclude=file1 -czvf archive.tar.gz source_directory 2.yum 只下载不安装包 yum -y install nfs 阅读全文
posted @ 2024-04-19 14:18 Leonardo-li 阅读(84) 评论(0) 推荐(0) 编辑
摘要:#!/bin/bash # 密码 password="your_password_here" # 加密函数 encrypt() { input_file="$1" output_file="$input_file.enc" openssl enc -aes-256-cbc -salt -in "$i 阅读全文
posted @ 2024-04-17 17:56 Leonardo-li 阅读(93) 评论(0) 推荐(0) 编辑
摘要:1.执行命令 #光标隐藏-终端命令 echo -e "\033[?25l" #光标显示-终端命令 echo -e "\033[?25h" 2.永久执行 vim /etc/profile 添加到最后一行 echo -e "\033[?25h" source /etc/profile 阅读全文
posted @ 2024-04-17 10:09 Leonardo-li 阅读(184) 评论(0) 推荐(0) 编辑
摘要:1.下载方式 1.1 centos服务端 #直接下载 yum -y install iperf3 #在有网的机器下载离线安装包(将包上传到其他服务器即可) yum -y install iperf3 --downloadonly --downloaddir ./ 1.2 win10客户端 #下载解压 阅读全文
posted @ 2024-04-12 15:29 Leonardo-li 阅读(2043) 评论(0) 推荐(0) 编辑

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