摘要: 1. 下载tomcat 7 2. 解压缩 注意:是否使用sudo 权限执行请根据具体环境来决定 3. sudo vim /etc/profile 在最下方增加 export CATALINA_HOME=/developer/apache-tomcat-7.0.73 4. source /etc/pr 阅读全文
posted @ 2018-06-16 22:21 kevin06 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1. 下载软件:http://learning.happymmall.com/ 2. 清理系统默认的JDK rpm -qa | grep jdk 查看已经安装的JDK,然后卸载 查看的结果:jdk1.8-1.8.0_161xxxxx sudo yum remove jdk1.8-1.8.0_161x 阅读全文
posted @ 2018-06-16 22:21 kevin06 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1. 项目初期 2. 服务器分离 以上的服务分离架构,即使文件服务crash 了,但是application server 和 Database Server 继续可以访问运行 3. 基于并发访问越来越高,数据库压力越来越大,引入分布式缓存 80%的数据访问基于20%的业务数据上,28原则 分布式缓 阅读全文
posted @ 2018-06-16 22:20 kevin06 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 1. 阿里云源配置:http://mirrors.aliyun.com/ 2. 源配置 2.1 sudo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2.2 下载CentOS-Base.r 阅读全文
posted @ 2018-06-16 22:20 kevin06 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 1. Nginx 是什么? Nginx 是一款轻量级Web服务器,也是一款反向代理服务器 2. Nginx 能干什么 可以直接支持Rails 和PHP 程序 可以作为HTTP反向代理 作为负载均衡服务器 作为邮件代理服务器 帮助前端实现动静分离 3. Nginx 特点 高稳定 高性能 资源占用少 功 阅读全文
posted @ 2018-06-16 22:20 kevin06 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 1. iptables 2. profile 3. Centos repo 4. vsftpdconfig (1) chroot_list (2) vsftpd.conf (3) vsftpd.conf.readme (4) vsftp详细配置 阅读全文
posted @ 2018-06-16 22:20 kevin06 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 1. Maven 安装 2.下载地址:https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/3.0.5/binaries/ 3. 通过tar 进行解压缩 4. 配置环境变量 sudo vi /etc/profile 在最下面增加Maven 阅读全文
posted @ 2018-06-16 22:20 kevin06 阅读(142) 评论(0) 推荐(0) 编辑