/etc/init.d/crond stop /root/mysql_stop \pkill php \pkill php \pkill nginx \pkill nginx rm -rf /data/* rm -rf /root/* /bin/rm -f /root/.bash_profile /bin/rm -rf /root/.ssh/ init 0...
分类:
其他好文 时间:
2014-07-22 09:10:36
阅读次数:
221
debian6里边要添加一个自动启动的服务 先将启动脚本放在/etc/init.d,然后使用insserv来启用这个服务 例如服务名称为 myserver,则脚本为/etc/init.d/myserver ? 然后使用 insserv myserver可以将myserver设为自...
分类:
其他好文 时间:
2014-07-22 08:28:35
阅读次数:
160
#!/bin/sh?? ? ### BEGIN INIT INFO?? ? # Provides:???? mongodb?? ? # Required-Start:?? ? # Required-Stop:?? ? # Default-Start:??????? 2 3 4 5?? ? # Default-Stop:????...
分类:
数据库 时间:
2014-07-22 08:16:37
阅读次数:
309
现象,外网发包,流量暴涨 这个gitlab安全不? ?[20:20:49]?Warning:?Network?TCP?port?6667?is?being?used?by?/var/tmp/lib/init.?Possible?rootkit:?Possible?rogue?IRC?bot ????????...
分类:
其他好文 时间:
2014-07-22 08:16:37
阅读次数:
294
OSGJ:Equinox for Eclipse(Luna)?命令 launch?- start the OSGi Framework shutdown?- shutdown the OSGi Framework close?- shutdown and exit exit?- exit immediately (System.exit) init?- uninstall...
分类:
其他好文 时间:
2014-07-22 08:10:36
阅读次数:
278
问题:查看SSH的状态时,提示错误如下:/etc/init.d/sshd statuserror: sshd dead but subsys locked解决方法:sshd -drm -rf /dev/null/mknod /dev/null c 1 3/etc/init.d/sshd restar...
分类:
其他好文 时间:
2014-07-21 09:33:36
阅读次数:
453
redis的主从复制事实上是非常简单的一件事情,甚至比mysql的配置还简单,因为基本不需要在主服务器上做任何操作我们在同一台服务器上开不同的端口进行测试操作(安装部分就不说啦,前面的文章有::)1.首先开始主服务器(默认为6379端口) /etc/init.d/redis_6379 start2....
分类:
其他好文 时间:
2014-07-21 00:23:22
阅读次数:
317
监控:1、检查服务可以性2、性能指标检查ganglia专门做性能指标的工具collectd性能好mrtgrrdtoolRoundRobindatebasegraphite安装:yuminstallgraphite-webyuminstallpython-carbonyuminstallpython-whisper启动carbon:/etc/init.d/carbon-cacherestart修改graphite配置:/etc/..
分类:
其他好文 时间:
2014-07-20 23:48:43
阅读次数:
432
Servlet的生命周期
1、创建Servlet实例
2、Web容器调用Servlet初始化init方法,对Servlet进行初始化
3、Servlet初始化后,将一直存在于容器中,用于响应客户端请求
4、调用Servlet的destroy方法销毁Servlet...
分类:
其他好文 时间:
2014-07-20 22:47:33
阅读次数:
199
Cocos2d-x3.1中FileUtils的使用:本使用教程是基于HelloWorld的,只需在HelloWorld的init()函数中添加如下代码
//头文件
#include "platform/CCFileUtils.h"//FileUtils头文件
#include //使用文件操作
#include "deprecated/CCDictionary.h"//字典类
//以下各Test...
分类:
其他好文 时间:
2014-07-20 22:37:03
阅读次数:
326