# devops **Repository Path**: yuecb/devops ## Basic Information - **Project Name**: devops - **Description**: 运维脚本 + MySQL DBA工具集 - **Primary Language**: Shell - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-04 - **Last Updated**: 2021-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mysqldba MySQL DBA工具集 ## 常用脚本 ```shell # install ntpdate yum install ntpdate -y # 设置crontab # crontab -e */3 * * * * /usr/sbin/ntpdate cn.pool.ntp.org >> /dev/null 2>&1 * * * * * /scripts/monitor_tomcat.sh >> /dev/null 2>&1 # 查看crontab crontab -l ``` ## 参考 - [快捷运维 - 代号kjyw - 运维脚本工具库](https://gitee.com/aqztcom/kjyw)