Centos 一键安装MySQL脚本

一键安装脚本内容 #!/bin/bash # https://blog.csdn.net/qq_41054313 #数据库密码 mysqlPWD="lhDream@123" echo "--MySQL5.7安装--" echo "下载依赖环境" yum -y install wget wget


Linux系统常用命令

This article provides a concise guide to common Linux commands. It covers essential functionalities including file manipulation (ls, cp, mv, rm, mkdir, rmdir), directory navigation (pwd), file content viewing (cat), text output (echo), process management (ps, top, kill), system information (df, free), searching (grep, find), permission changes (chmod, chown), archiving (tar), and downloading (wget, curl). Each command is briefly described with an example output. The guide is useful for both beginners and experienced users needing a quick reference.