摘要:
例子1: 例子2: # 强制发送队列中的邮件postfix flush postqueue -f # 查看邮件队列大小mailq | wc -lpostqueue -p |wc -l # 查看队列中的邮件mailqpostqueue -p # 查看特定邮件内容postcat -q Queue_ID 阅读全文
摘要:
参照URL: https://blogs.technet.microsoft.com/latam/2018/03/27/using-the-consistencyguid/ https://chinnychukwudozie.com/2015/04/10/matching-an-office-365 阅读全文
摘要:
Start > search for "PowerShell" > Start Windows PowerShell by clicking on "Run as Administrator". (Get-Mailbox ACTIVE_USER_ALIAS@domain.com ).Exchange 阅读全文
摘要:
https://www.ittsystems.com/best-free-active-directory-tools/ 阅读全文
摘要:
安装php(fastcgi模式)的时候,常常有这样一句命令:/usr/local/webserver/php/bin/phpize一、phpize是干嘛的?phpize是什么东西呢?php官方的说明:http://php.net/manual/en/install.pecl.phpize.phpph 阅读全文
摘要:
2016-03-26 16:40:28 一个perl脚本安装http server扩展模块用的apxs - APache eXtenSion tool –with-apxs2=/usr/local/apache/bin/apxs 整合 apache,apxs功能是使用mod_so中的LoadModu 阅读全文
摘要:
https://mp.weixin.qq.com/s?__biz=MzI0Njc5ODkxMA==&mid=2247487110&idx=1&sn=d85f8654d46dbc90e384f97db5061aa3&chksm=e9b881d7decf08c1ee4393285deccbc4fd4d5 阅读全文
摘要:
disable用来匹配特定一行,然后替换yes为nosed -i '/disable/s/yes/no/g' tftp 全文替换yes为nosed -i 's/yes/no/g' tftp 每一行第一处的yes替换为nosed -i 's/yes/no/' tftp 1. 在包含某个关键字的行上面插 阅读全文
摘要:
开机自启动,写入必要的命令即可。vim /etc/rc.d/rc.local 阅读全文