*查看队列
postqueue -p
*删除队列邮件根据ID
postsuper -d MessageID
*根据发送者来删除队列邮件,替换 “info@otherdomain.com”就可以
mailq | tail +2 | awk ‘BEGIN { RS = “” }# $...
苏 demo
9年前 (2016-01-20)
2289℃
0评论
0喜欢
1、添加Sublime Text 3的仓库
打开终端(快捷键Ctrl+Alt+T),输入命令:
sudo add-apt-repository ppa:webupd8team/sublime-text-3
中间出现提示按回车键继续;
2、更新软件库:
sudo apt-get u...
苏 demo
9年前 (2016-01-03)
2814℃
0评论
0喜欢
1.下载程序包
wget http://download3.navicat.com/download/navicat111_mysql_en.tar.gz
2.解压缩程序包
tar -zxvf navicat111_mysql_en.tar.gz
3.将解压生成文...
苏 demo
9年前 (2015-12-14)
2520℃
0评论
1喜欢
编译安装前的准备工作:
$ sudo apt-get install g++
$ sudo apt-get install libssl-dev
接下来,就可以下载安装nodeJS了,目前稳定版本为 Node.js 0.6.18,
下面是安装步骤:
$ wget http://n...
苏 demo
9年前 (2015-12-12)
2419℃
0评论
1喜欢
准备工作
1、安装编译工具gcc、gcc-c++、make
注意解决依赖关系,推荐使用yum安装,若不能联网可使用安装光盘做为yum源——1)编辑yum配置文件:
Mount /dev/cdrom /media
vi /etc/yum.repos.d/CentOS-Media....
苏 demo
9年前 (2015-10-29)
2403℃
0评论
0喜欢
有些很2的需求的时候,会用到,先mark一下吧。
/**
* 获取设备操作系统
* @return string
*/
function getDeviceOS()
{
$agent = strtolower($_SERVER['HTTP_USER_AG...
苏 demo
9年前 (2015-09-24)
2922℃
0评论
0喜欢
[root@xxx ~]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: Warning: DocumentRoot [/home/martin] does not exist[ OK ]
其实这是...
苏 demo
9年前 (2015-09-12)
3677℃
0评论
1喜欢
CoreOS 779.0.0 Alpha 发布,此版本更新内容如下:
wa-linux-agent 2.0.14
Support for SELinux is now included. A simple SELinux policy for container isol...
苏 demo
9年前 (2015-08-24)
2336℃
0评论
0喜欢
Nginx 在工作中已经有好几个环境在使用了,每次都是重新去网上找博客,各种编译配置,今天自己也整理一份安装文档和 nginx.conf 配置选项的说明,留作以后参考。
1. 安装nginx
1.1 选择稳定版本
我们编译安装nginx来定制自己的模块,机器CentOS 6.2 ...
苏 demo
10年前 (2015-06-14)
2686℃
0评论
0喜欢
linux 下执行 php artisan help:commands 命令,提示 Could not open input file: artisan 错误
首先 artisan 是 Laravel 项目下的指令文件,在Laravel 项目的根目录下可以看到artisan文件。...
苏 demo
10年前 (2015-06-03)
5037℃
0评论
2喜欢