渝水峦山

更多的时候,只是喜欢一个人静静的写代码.不断尝试与学习.

导航

随笔分类 -  Centos

阿里云运维相关代码整理
摘要:CDN日志分析访问次数最多的IP TOP10 官方帮助页面:https://help.aliyun.com/knowledge_detail/40102.html 阅读全文

posted @ 2016-10-18 16:01 waner 阅读(185) 评论(0) 推荐(0)

Centos 6.X基本维护操作
摘要:设置163源,全新最小化安装时,更改源需先yum install wgetmv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backupcd /etc/yum.repos.d/wget http://mirr... 阅读全文

posted @ 2015-07-16 15:19 waner 阅读(188) 评论(0) 推荐(0)

python 版本升级(CentOS) 从2.6.6升级到2.7.6
摘要:安装必须的包yum install zlib-devel bzip2-devel pcre-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel下载安装2.7.x版本Python1 wget http://pyt... 阅读全文

posted @ 2015-07-14 21:08 waner 阅读(204) 评论(0) 推荐(0)

centos 快速搭建vpn
摘要:PPTP VPN 一键安装包 centos 5: wget http://soft.kwx.gd/vpn/pptpd.sh sh pptpd.sh centos 6: wget http://www.hi-vps.com/shell/vpn_centos6.sh sh vpn_centos6.sh 自行安装流程 1、检查服务器是否有必要的支持。如果检查结果没有这些支持的话,是... 阅读全文

posted @ 2015-02-17 00:34 waner 阅读(59) 评论(0) 推荐(0)

Centos 反向代理创建资料
摘要:1. yum update2. sh centos.sh3. sh upgrade_nginx.sh nginx 1.7.04. cd /usr/local/nginx/conf/ upload /vhost/* nginx.conf5.upstream.conf 添加多个子域名6.... 阅读全文

posted @ 2014-12-24 13:41 waner 阅读(123) 评论(0) 推荐(0)