MySQL 5.6安装 下载软件包 Linux-Generic 正式版 也可以使用命令行下载,直接下载到系统 wget https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.38-linux-glibc2.12-i686.tar.gz 创建软 ...
分类:
数据库 时间:
2017-12-28 13:57:22
阅读次数:
693
mysql重启命令: Redirecting to /bin/systemctl stop mysqld.service[root@wshCentOS centOS7Share]# systemctl start mysqld.service[root@wshCentOS centOS7Share] ...
分类:
数据库 时间:
2017-12-27 18:51:35
阅读次数:
314
安装jenkins: 安装java: Start/Stop jenkins: Note: if you get the following error message, ensure that Java has been installed: Starting jenkins (via system ...
分类:
其他好文 时间:
2017-12-27 15:22:21
阅读次数:
157
1.防火墙 防火墙就是对电脑的保护,安全访问 2ubuntu默认防火墙的使用 1.安装 sudo apt-get install ufw 2启动 sudo ufw enable sudo ufw default deny 3.端口启动关闭 sudo ufw allow/deny端口号 还有其他防火墙 ...
分类:
系统相关 时间:
2017-12-26 19:50:46
阅读次数:
169
QConf地址:https://github.com/Qihoo360/QConf 环境:Debian 9.3.0 安装方式:QConf 简易部署和使用 由于用命令行安装以至于到cmake编译出错,所以选择了用rpm包安装。在Debian环境下,需要把rpm转换为deb。需要借助alien和fake ...
分类:
其他好文 时间:
2017-12-25 13:29:39
阅读次数:
103
1. 安装并配置必要的依赖关系 如果你想使用 Postfix 发送邮件,请在安装过程中根据提示选择 'Internet Site'。 你也可以用 Sendmail 或者 配置一个自定义的 SMTP 服务 并 把它作为一个 SMTP 服务器。 在 CentOS 系统上,下面的命令将会打开系统防火墙 H ...
分类:
其他好文 时间:
2017-12-22 13:30:31
阅读次数:
112
安装环境 Centos 7.2 Gogs版本:0.11.4 Nginx安装 修改/etc/nginx/nginx.conf /etc/nginx/conf.d目录下创建gogs.conf文件,用于代理 Mariadb安装 安装方式参见:http://www.cnblogs.com/shhnwangj ...
分类:
其他好文 时间:
2017-12-19 12:43:05
阅读次数:
205
sudo dnf install mongodb mongodb-server sudo systemctl start mongod.service sudo systemctl enable mongod.service ...
分类:
数据库 时间:
2017-12-17 20:59:13
阅读次数:
141
1.搭建私有镜像仓库Docker Hub作为Docker默认官方公共镜像;如果想搭建自己的私有镜像仓库,官方提供registry镜像,使搭建私有仓库非常简单1.1.1下载registry镜像并启动 1.1.2 测试,查看镜像仓库中所有的镜像 1.2 私有仓库管理1.2.1 配置私有仓库可信任 1.2 ...
分类:
其他好文 时间:
2017-12-17 10:55:57
阅读次数:
177
mariadb Too many connections https://www.cnblogs.com/kevingrace/p/6226324.html 网上解决这个问题的文章很多,有些修改以后还是有问题,我这个是最新版的。试验成功。 版本: Server version: 5.5.56-Mar ...
分类:
数据库 时间:
2017-12-10 15:57:39
阅读次数:
194