摘要: (转) 作为一名“万能”的码农,这种活儿你迟早要干的。 By Jimi没有bond 准备工作:yum 1.检查是否已安装rpm -qa subversion如果要卸载旧版本:yum remove subversion 2.安装yum install subversionPS:yum install 阅读全文
posted @ 2017-05-03 11:57 天边的明月 阅读(319) 评论(0) 推荐(0) 编辑
摘要: http://kimi.it/257.html (另外的方法)linux安装memcached及memcache扩展一、安装libevent函数库下载地址:http://libevent.org默认被安装到:/usr/local/lib目录下安装memcached之前需要先安装libevent函数库 阅读全文
posted @ 2017-05-03 11:55 天边的明月 阅读(4867) 评论(0) 推荐(0) 编辑
摘要: centos安装php php-fpm 1、下载php源码包http://www.php.net/downloads.php2 、安装phptar -xvf php-5.5.13.tar.bz2cd php-5.5.13 ./configure --prefix=/usr/local/php --w 阅读全文
posted @ 2017-05-03 11:53 天边的明月 阅读(4731) 评论(0) 推荐(0) 编辑
摘要: (2810) (1) 安装环境: 操作系统:CentOs7 OpenSSL Version:openssl-1.0.2j.tar.gz 安装: 目前版本最新的SSL地址为 http://www.openssl.org/source/openssl-1.1.0e.tar.gz 备注:进入http:// 阅读全文
posted @ 2017-05-03 11:49 天边的明月 阅读(34348) 评论(1) 推荐(2) 编辑
摘要: 转载) nginx可以使用各平台的默认包来安装,本文是介绍使用源码编译安装,包括具体的编译参数信息。 正式开始前,编译环境gcc g++ 开发库之类的需要提前装好,这里默认你已经装好。 ububtu平台编译环境可以使用以下指令 1 2 apt-get install build-essential 阅读全文
posted @ 2017-05-03 11:45 天边的明月 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 正常方法如下: step1: 备份原CentOS-Base.repo 文件 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak step2: wget yum源(网易,阿里等都可以) http://mi 阅读全文
posted @ 2017-05-03 11:32 天边的明月 阅读(3176) 评论(0) 推荐(0) 编辑
摘要: 配置防火墙(服务器安全优化)(转) 安全规划:开启 80 22 端口并 打开回路(回环地址 127.0.0.1) # iptables –P INPUT ACCEPT # iptables –P OUTPUT ACCEPT # iptables –P FORWARD ACCEPT 以上几步操作是为了 阅读全文
posted @ 2017-05-03 11:05 天边的明月 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 由于之前没有服务器部署经验,又选择了所有软件都是单独编译安装,遇到很多问题,解决之后还是学习到了很多新东西。 如今回过头来还是选择lnmp集成环境的部署方式比较方便快捷:https://lnmp.org/install.html 一站式服务 一下是前段时间部署服务器的流程(没安装mysql,因为服务 阅读全文
posted @ 2017-05-03 10:58 天边的明月 阅读(464) 评论(0) 推荐(0) 编辑