会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
baoman
博客园
首页
新随笔
联系
订阅
管理
2017年6月5日
nginx python脚本
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- import sys import os from sys import argv DAEMON='/usr/local/nginx/sbin/nginx' CONFIGFILE='/usr/local/ngi
阅读全文
posted @ 2017-06-05 09:55 soului
阅读(851)
评论(0)
推荐(0)
2017年3月21日
centos 7 配置yum 源
摘要: 1)下载repo文件 wget http://mirrors.aliyun.com/repo/Centos-7.repo 2)备份并替换系统的repo文件 cp Centos-7.repo /etc/yum.repo.d/ cd /etc/yum.repos.d/ mv CentOS-Base.re
阅读全文
posted @ 2017-03-21 16:49 soului
阅读(685)
评论(0)
推荐(0)
nginx 脚本
摘要: #!/bin/sh # # nginx - this script starts and stops the nginx daemon # # chkconfig: - 85 15 # description: Nginx is an HTTP(S) server, HTTP(S) reverse
阅读全文
posted @ 2017-03-21 16:39 soului
阅读(256)
评论(0)
推荐(0)
公告