logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

配置nginx通过ip访问多网站

[root@localhost ~]# systemctl stop firewalld[root@localhost ~]# setenforce0[root@localhost ~]# mount/dev/sr0 /mntmount: /mnt: WARNING: source write-protected, mounted read-only.[root@localhost ~]# dnf

文章图片
#nginx#服务器#linux
linux主机定时发送邮件(s-nail)

0 9 * * * echo| mail -s "定时发送邮件" xxxxxxxxxx@163.com。set smtp-auth-user=xxxxxxxxxx@163.com(邮箱地址)set from=xxxxxxxxxx@163.com(邮箱地址)set smtp-auth-password=授权码。进入配置文件,在最下方添加配置。#分 时 日 月 周。

文章图片
#linux#运维#服务器
到底了