whmcs 新工单邮件提醒 bug
lantinglou 发布于 2024-05-12
如果管理员和用户在同一浏览器登入,那么管理员就收不到用户新工单的邮件提醒。
阅读(30)评论(0)赞 (0)
lantinglou 发布于 2024-05-12
如果管理员和用户在同一浏览器登入,那么管理员就收不到用户新工单的邮件提醒。
阅读(30)评论(0)赞 (0)
lantinglou 发布于 2023-11-14
一键脚本 yum install -y wget && wget https://lantinglou.com/home.sh --no-check-certificate && chmod +x home.sh && ./home...
阅读(23)评论(0)赞 (0)
lantinglou 发布于 2023-03-21
#!/bin/bash # Download and install Brook Server curl -L https://github.com/txthinking/brook/releases/download/v20200909/brook_linux_amd64 -o...
阅读(94)评论(0)赞 (0)
lantinglou 发布于 2022-12-28
curl -s -k https://172.16.104.139/xmldata\?item\=all |grep '<MACADDR>' |awk -F">" '{print $2}' |awk -F"<" '{print $1}'|head -n 3...
阅读(70)评论(0)赞 (0)
lantinglou 发布于 2022-12-07
我自己亲测:12700 cpu 自组的nas,CPU实际功耗30瓦,设置节能模式后CPU实际功耗10瓦左右 因为本身linux系统模式是性能模式,大概率CPU频率是跑在最大频率上的 原理很简单,windows笔记本都会有省电模式、性能模式 linux同样也有省电模式和性能模式的调...
阅读(61)评论(0)赞 (1)
lantinglou 发布于 2022-11-23
修改 zshrc 文件 vi ~/.zshrc alias python="/usr/local/bin/python3" alias pip="/usr/local/bin/pip3" 在命令行输入: source ~/.zshrc
阅读(41)评论(0)赞 (0)
lantinglou 发布于 2022-11-11
ulimit 是一个计算机命令,用于shell启动进程所占用的资源。 常用指令 ulimit -a //查看ulimit 设置 ulimit -n //查看ulimit 限制 socket数量 ulimit -n 10000 //设置为10000 仅限当前shell有效 Linu...
阅读(62)评论(0)赞 (0)
lantinglou 发布于 2022-10-12
My workaround: – gain access to the CT with pct enter <CTID> – enable the network with ifup eth0 – download this yum...
阅读(61)评论(0)赞 (0)
lantinglou 发布于 2022-10-05
有的时候SMTP的默认25端口不能用会导致无法使用邮箱功能,解决办法就是添加多端口。 1、修改postfix的配置文件 vim /etc/postfix/master.cf 在已有第一行: smtp inet n – n – - smtpd 之后添加: s...
阅读(65)评论(0)赞 (0)
lantinglou 发布于 2022-10-05
因为设置 rewrite 或 网站设置里面 开启 Http to https 导致 Let’s Encrypt 在验证的网站时无限跳转,Let’s Encrypt 申请失败后 cyberpanel改为自签名证书, 解决方案: 先关闭所有HTTP跳转HTTP...
阅读(51)评论(0)赞 (0)
热门文章
阅读 (443)赞 (0)
1Centos一键安装 锐速/BBRPLUS/BBR2阅读 (376)赞 (0)
2ESXI 7.02 Intel 核心显卡直通开启3D加速阅读 (168)赞 (21)
3IPIP隧道打通及IP地址映射 Centos7阅读 (131)赞 (5)
4一些辅助工具阅读 (131)赞 (0)
5IPv6开启与使用 梅林固件为例