
Linux
周奥
这个作者很懒,什么都没留下…
展开
-
Linux docker无法正常启动
docker无法正常启动 https://blog.youkuaiyun.com/qq_35904833/article/details/74189383转载 2018-10-15 16:37:34 · 964 阅读 · 0 评论 -
yearning
Yearning 开发模式 手动部署,如有侵权,请联系我删除。 [环境准备] MySQL https://www.cnblogs.com/xinjing-jingxin/p/8025805.html Yearning git clone https://github.com/cookieY/Yearning.git [inception](数据库的ddl,dml操作是通过他来审核的) 安装步...转载 2019-01-15 11:11:55 · 1035 阅读 · 0 评论 -
linux 安装zookeeer集群
服务器 1:192.168.1.81 服务器 2:192.168.1.82 服务器 3:192.168.1.83 端口:2181、2881、3881 端口:2182、2882、3882 端口:2183、2883、3883 1、 修改操作系统的/etc/hosts 文件,添加 IP 与主机名映射: # zookeeper cluster servers 2、 下载或上传 zookeeper-3...原创 2018-10-26 11:28:03 · 227 阅读 · 0 评论 -
Eureka-注册中心集群配置
https://blog.youkuaiyun.com/llianlianpay/article/details/79026252转载 2018-10-26 11:16:57 · 249 阅读 · 0 评论 -
linux 服务器时间同步
1.centos 安装 ntpdate 并同步时间 在命令行中做如下操作,来安装ntpdate yum install -y ntp 2.继续在命令行中操作,进行同步时间 ntpdate 120.76.0.58原创 2018-10-26 11:15:51 · 158 阅读 · 0 评论 -
linux环境下NPM安装小结
1、安装Nodejs 官网地址为http://nodejs.org 但国外地址下载太慢了,建议从淘宝下载(https://npm.taobao.org/mirrors/node/) wget https://npm.taobao.org/mirrors/node/latest-v4.x/node-v4.4.7-linux-x64.tar.gz 解压: tar -zxvf node-v4.4.7...原创 2018-10-16 15:19:18 · 562 阅读 · 0 评论 -
Linux Docker上如何安装MySQL
1、安装Docker,可以参考下面的连接,这里不细说。 Ubuntu 15.04下安装Docker  http://www.linuxidc.com/Linux/2015-07/120444.htm Docker安装应用(CentOS 6.5_x64) http://www.linuxidc.com/Linux/2014-07/104595.htm...原创 2018-10-15 18:11:08 · 244 阅读 · 0 评论 -
Linux 基于Docker安装Redis
基于Docker安装Redis 1.1 下载拉取Redis镜像 命令:docker pull redis 这种方式是获取最新版本的redis镜像。 拉取成功后,可根据docker images命令来查看当前Docker容器中的镜像 查看redis镜像示例: shanglishuaideMacBook-Pro:~ shanglishuai$ docker images REPOSITORY ...原创 2018-10-15 16:59:36 · 2501 阅读 · 0 评论 -
linux centos下安装docker
linux centos下安装docker 1.在vm中装好好centos后,更新内核 运行docker需要内核版本为3.8或者更高的版本,内核必须支持一种合适的存储驱动(Drivice Mapper、AUFS、vfs、btrfs、ZFS),默认存储驱动为Drivice Mapper或AUFS且内核必须开启cgroup和namespce功能. uname -r可以查看内核版本. 内核升级 2.安装...原创 2018-10-15 16:48:54 · 124 阅读 · 0 评论 -
Inception
上传 Inception vi /etc/inc.cnf [inception] general_log=1 general_log_file=inception.log port=6669 socket=/user/appuser01/tmp/inc.socket character-set-client-handshake=0 character-set-server=utf8 incepti...原创 2019-04-24 10:12:38 · 182 阅读 · 0 评论