12 2024 档案

摘要:1、进入下载页面 MySQL :: Download MySQL Community Server (Archived Versions) 2、下载客户端相关的包 cd /tmp wget https://cdn.mysql.com/archives/mysql-8.4/mysql-common_8 阅读全文
posted @ 2024-12-30 12:04 b̶i̶n̶g̶.̶ 阅读(287) 评论(0) 推荐(0)
摘要:1、官网下载rpm包 cd /tmp wget https://www.clamav.net/downloads/production/clamav-1.4.1.linux.x86_64.rpm 2、安装 rpm -ivh clamav-1.4.1.linux.x86_64.rpm 3、创建目录 # 阅读全文
posted @ 2024-12-26 08:58 b̶i̶n̶g̶.̶ 阅读(266) 评论(0) 推荐(0)
摘要:1、du查询目录大小 sudo du -x -d1 -h /var | sort -hr 阅读全文
posted @ 2024-12-01 12:41 b̶i̶n̶g̶.̶ 阅读(133) 评论(0) 推荐(0)