在脚本的开头添加下面两行即可:
# chkconfig: – 85 15
# description: xxxx is a xxxxx server. It is used to serve
在脚本的开头添加下面两行即可:
# chkconfig: – 85 15
# description: xxxx is a xxxxx server. It is used to serve
#! /bin/sh
# rsynctools init file for rsyncd
# Copyright (C) 2002-4 Zhang Hui<zhangh@oec-h.com>
# $Id$
# For RedHat and cousins:
应该是make clean
然后手动删除剩余的未删除文件.
应该都支持make uninstall的吧?
如果不支持,一般都在/usr/local/lib或者share里面,
删掉之别忘了删掉$home里面的配置文件……
php_mcrypt.dll需要libmcrypt.dll支持。
原因:php_mcrypt.dll需要libmcrypt.dll支持。
解决方法如下:
1). 在php.ini配置文件中,搜索 ;extension=php_mcrypt.dll
将php_mcrypt.dll前的 ” ; “分号去掉改成
extension=php_mcrypt.dll
2). 从php5中复制 libmcrypt.dll 到system32目录下。
3). 修改完后重起Apache。
清除已有iptables规则
iptables -F
iptables -X
iptables -Z
拒绝一切连接
iptables -P INPUT DROP
# 允许访问22端口
iptables -A INPUT -p tcp –dport 22 -j ACCEPT
将所有iptables以序号标记显示,执行: