会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ray_chen
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
20
下一页
2020年1月13日
django整合vue
摘要: 安装vue 1. 安装node.js , 官网地址: https://nodejs.org/zh-cn/download/ 2. 使用npm淘宝镜像 npm install -g cnpm --registry=https://registry.npm.taobao.org 3 . 使用cnpm下载
阅读全文
posted @ 2020-01-13 12:50 Ray_chen
阅读(1360)
评论(0)
推荐(0)
2020年1月3日
部署3主3从redis伪集群
摘要: 安装redismkdir -p /data/appsyum -y install gcc tcl make gcc++wget http://download.redis.io/releases/redis-4.0.0.tar.gztar xzf redis-4.0.0.tar.gzcd redis
阅读全文
posted @ 2020-01-03 18:55 Ray_chen
阅读(202)
评论(0)
推荐(0)
2019年12月31日
部署带有验证的es集群及创建快照
摘要: 1️⃣ 环境准备① 关闭防火墙、selinuxsed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/configsetenforce 0systemctl stop firewalldsystemctl disable firewa
阅读全文
posted @ 2019-12-31 20:41 Ray_chen
阅读(1139)
评论(0)
推荐(0)
2019年12月29日
安装cdh6.2.0
摘要: CDH至少3台服务器部署集群,规划如下:ip1 node01.hadoop.com Hadoop Master, CM Server, dataNode, Mysqlip2 node02.hadoop.com dataNode, CM Agentip3 node03.hadoop.com dataN
阅读全文
posted @ 2019-12-29 20:57 Ray_chen
阅读(526)
评论(0)
推荐(0)
2019年12月21日
编译安装nginx
摘要: # 安装 version=1.16.0yum install -y gcc gcc-c++ pcre pcre-devel zlib zlib-devel openssl openssl-devel autoconf automake make wget https://nginx.org/down
阅读全文
posted @ 2019-12-21 17:21 Ray_chen
阅读(282)
评论(0)
推荐(0)
nginx常用配置
摘要: # nginx.conf user nginx; # 配置nginx worker进程个数 worker_processes auto; # 配置日志存放路径 #access_log logs/access.log warn; #error_log logs/error.log main; #pid
阅读全文
posted @ 2019-12-21 16:33 Ray_chen
阅读(271)
评论(0)
推荐(0)
使用systemctl管理nginx
摘要: [Unit] Description=nginx After=network.target [Service] Type=forking ExecStartPre=/data/apps/nginx/sbin/nginx -t -c /data/apps/nginx/conf/nginx.conf E
阅读全文
posted @ 2019-12-21 16:31 Ray_chen
阅读(3958)
评论(0)
推荐(0)
2019年12月14日
jumpserver 安装
摘要: # CentOS 7 安装jumpserver $ setenforce 0 # 可以设置配置文件永久关闭$ systemctl stop iptables.service$ systemctl stop firewalld.service 1、配置python环境:[root@centos7-1
阅读全文
posted @ 2019-12-14 14:25 Ray_chen
阅读(825)
评论(0)
推荐(0)
2019年9月19日
elasticsearch7.x集群安装(含head、bigdesk、kibana插件)
摘要: 网址:https://www.elastic.co 192.168.14.239 es-node1192.168.14.240 es-node2192.168.14.241 es-node3 > 初始化 ① 关闭防火墙、selinuxsed -i 's/SELINUX=enforcing/SELIN
阅读全文
posted @ 2019-09-19 13:24 Ray_chen
阅读(4331)
评论(0)
推荐(0)
codepush安装
摘要: https://github.com/lisong/code-push-server/blob/master/docs/README.md > 安装mysql下载mysql yum repository 安装https://dev.mysql.com/downloads/repo/yum/yum i
阅读全文
posted @ 2019-09-19 13:21 Ray_chen
阅读(1020)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
20
下一页
公告