FFmpeg is the leading free, open-source multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter, and play nearly all multi
1.安装 Samba: 在 需要共享的服务器【以下简称Share机器】上安装 Samba 服务: sudo yum install samba samba-common samba-client -y 2.创建共享文件夹 假设要共享的文件夹是 /shared,创建该目录并设置权限 sudo mkdi
卸载MySQL1.查看已安装的MySQLrpm -qa | grep mysql2.卸载查询到的所有安装包rpm -e mysql# 可批量删除3.删除 my.cnf查看/etc/my.cnf文件是否还存在,若存在则直接删除rm -f /etcmy.cnffind /etc -name 'm