09 2012 档案

摘要:服务器上的Nginx和PHP都是源码编译安装的,不支持类似以前的nginx (start|restart|stop|reload)了。自己动手丰衣足食。以下脚本应该在RHEL, Fedora, CentOS下都适用。一、Nginx启动脚本/etc/init.d/nginx#!/bin/bash## Startup script for Nginx - this script starts and stops the nginx daemon## chkconfig: - 85 15# description: Nginx is an HTTP(S) server, HTTP(S) rev... 阅读全文
posted @ 2012-09-12 22:34 xiaozl 阅读(315) 评论(0) 推荐(0)
摘要:netsh firewall add portopening TCP 5909 vnc5909上面是添加tcp 5909端口过滤删掉service服务命令cd /d C:\Program Files\UltraVNC\winvnc.exe -uninstallcd /d C:\Documents and Settings\Administrator\桌面\veno3winvnc.exe -install启动服务与停止服务net start uvn_servicenet stop uvnc_service命令参考:Filename: net; Parameters: stop uvnc_serv 阅读全文
posted @ 2012-09-07 16:23 xiaozl 阅读(767) 评论(0) 推荐(0)