设置lnmp 一小时重启一次

crontab -e

00 01 * * * /root/lnmp restart

00 02 * * * /root/lnmp restart

00 03 * * * /root/lnmp restart

00 04 * * * /root/lnmp restart

00 05 * * * /root/lnmp restart

00 06 * * * /root/lnmp restart

00 07 * * * /root/lnmp restart

00 08 * * * /root/lnmp restart

00 09 * * * /root/lnmp restart

00 10 * * * /root/lnmp restart

00 11 * * * /root/lnmp restart

00 12 * * * /root/lnmp restart

00 13 * * * /root/lnmp restart

00 14 * * * /root/lnmp restart

00 15 * * * /root/lnmp restart

00 16 * * * /root/lnmp restart

00 17 * * * /root/lnmp restart

00 18 * * * /root/lnmp restart

00 19 * * * /root/lnmp restart

00 20 * * * /root/lnmp restart

00 21 * * * /root/lnmp restart

00 22 * * * /root/lnmp restart

00 23 * * * /root/lnmp restart

00 00 * * * /root/lnmp restart

保存就OK了

好的,以下是一个使用LNMP编写的示例脚本,它可以自动创建一个WordPress站点: ```bash #!/bin/bash # 安装必要的软件包 apt-get update apt-get -y install wget # 下载LNMP安装包 wget http://soft.vpser.net/lnmp/lnmp1.7.tar.gz -cO lnmp1.7.tar.gz tar zxf lnmp1.7.tar.gz cd lnmp1.7/ # 安装LNMP ./install.sh lnmp # 配置MySQL mysqladmin -u root password "password" # 创建WordPress站点 read -p "请输入WordPress站点域名: " domain read -p "请输入MySQL用户名: " mysql_user read -s -p "请输入MySQL密码: " mysql_password echo "" lnmp vhost add -d $domain -D /home/wwwroot/$domain -p php73 -f mysql -uroot -ppassword -e "CREATE DATABASE IF NOT EXISTS ${domain};" mysql -uroot -ppassword -e "GRANT ALL PRIVILEGES ON ${domain}.* TO '${mysql_user}'@'localhost' IDENTIFIED BY '${mysql_password}';" mysql -uroot -ppassword -e "FLUSH PRIVILEGES;" wget https://wordpress.org/latest.tar.gz -P /home/wwwroot/$domain/ cd /home/wwwroot/$domain/ tar xf latest.tar.gz cp -r wordpress/* ./ rm -rf wordpress latest.tar.gz chown -R www:www /home/wwwroot/$domain echo "WordPress站点已创建!请访问http://${domain}进行访问。" ``` 上述代码会在Ubuntu上安装LNMP,配置MySQL密码,并提示您输入WordPress站点的域名、MySQL用户名和MySQL密码。然后,它会自动创建一个WordPress站点,并将WordPress文件下载到站点目录中。最后,它会将站点目录的所有权设置为www用户。 请注意,此脚本仅为示例,实际操作中您可能需要针对不同的需求进行修改。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值