上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 46 下一页
摘要: author: headsen chen date:2018-06-30 23:14:16 服务端(私有仓库:centos7_64位),使用端:centos6_64位 1、仓库的搭建: 安装docker: 将本地的仓库换成阿里云的镜像仓库: 运行一个生成本地仓库的脚本: sh registry-in 阅读全文
posted @ 2018-06-30 23:33 开始认识 阅读(261) 评论(0) 推荐(0) 编辑
摘要: yum -y install epel-releaseyum -y install docker-ioyum install device-mapper-event-libs # 必需安装这一步,否则报pid文件存在,进程已死service docker startdocker images 阅读全文
posted @ 2018-06-30 17:47 开始认识 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1,阿里云上注册账号,我的已经注册好了,仓库名称:registry.cn-hangzhou.aliyuncs.com/woccb2/chen 2,本地安装docker: yum -y install docker-io systemctl start docker vim /etc/docker/d 阅读全文
posted @ 2018-06-30 14:20 开始认识 阅读(886) 评论(0) 推荐(0) 编辑
摘要: # -*- coding:utf-8 -*-可以改写成以下各种形式:1,# -*- coding=utf-8 -*-2,# _*_ coding=utf-8 _*_3,# coding:utf-84,# coding=utf-8 阅读全文
posted @ 2018-06-14 16:40 开始认识 阅读(428) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-06-14 16:06 开始认识 阅读(2) 评论(0) 推荐(0) 编辑
摘要: author: headsen chen data :2018-06-08 16:21:43 1、 创建存放软件文件夹 # cd / #mkdir a 2、下载MySQL5.6二进制包 cd a wget http://cdn.mysql.com//archives/mysql-5.6/mysql- 阅读全文
posted @ 2018-06-08 16:24 开始认识 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1,service mysql stop # mysql5.1版本的服务名是 mysqld,而mysql5.6版本的二进制包的服务名是 mysql. 2, /etc/init.d/mysql start --skip-grant-tables 3,mysql > 此时就可以在mysql里面修改roo 阅读全文
posted @ 2018-06-08 14:44 开始认识 阅读(169) 评论(0) 推荐(0) 编辑
摘要: AUTHOR :headsen chen DATE : 2018-06-07 17:21:50 oracle 线上用户老是被锁: 1,查明所有的用户哪些被锁了 2,查看某个用户(ABCuser这个用户)是否被锁: select LOCK_DATE,username from dba_users wh 阅读全文
posted @ 2018-06-07 17:22 开始认识 阅读(16149) 评论(0) 推荐(1) 编辑
摘要: date: 2018-06-05 11:44:06 1,系统:minimal 2,包组: Base System : Base、Compatibility libraries、Debugging Tools Development: Development tools 3,未安装时的补救方法: yu 阅读全文
posted @ 2018-06-05 11:45 开始认识 阅读(243) 评论(0) 推荐(0) 编辑
摘要: author :headsen chen date: 2018-06-04 12:02:27 #!/bin/bash for i in `chkconfig --list |awk '{print $1}'`;do chkconfig $i off;done for i in network rsy 阅读全文
posted @ 2018-06-04 12:03 开始认识 阅读(134) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 46 下一页