1.下载wget https://gomirrors.org/dl/go/go1.14.2.linux-amd64.tar.gz可以手动下载然后上传,也可以直接执行上面的命令附:下载地址:Go官网下载地址:https://studygolang.com/dlGo官方镜像站(推荐): https://... ...
分类:
其他好文 时间:
2020-04-30 11:40:25
阅读次数:
93
今天我想安装mariadb-server服务,但是突然间报了这么多错误。 [root@chaofeng ~]# yum install mariadb-server Loaded plugins: fastestmirror Loading mirror speeds from cached hos ...
分类:
数据库 时间:
2020-04-29 18:20:09
阅读次数:
460
1. 安装编译库 yum install build-essential openssl openssl-devel unixODBC unixODBC-devel make gcc gcc-c++ kernel-devel m4 ncurses-devel tk tc xz 2. 下载安装包 wg ...
分类:
其他好文 时间:
2020-04-29 01:14:54
阅读次数:
74
https://www.cnblogs.com/mxwz/p/7520309.html CentOS7 使用chrony搭建集群中的时间同步服务 https://www.cnblogs.com/joy9707/p/9357728.html Centos7 安装NTP或Chrony服务 https:/ ...
分类:
其他好文 时间:
2020-04-28 23:28:37
阅读次数:
114
centos7安装Apache centos7安装mysql8 centos7安装php7 先登录mysql创建一个wordpress的数据库 下载wordpress https://cn.wordpress.org/ latest zh_CN 下载完后解压,然后把文件夹里面的内容都上传到服务器的/ ...
分类:
其他好文 时间:
2020-04-27 17:47:58
阅读次数:
48
CentOS7.6安装docker 下均为root账户操作,否则请在下边的命令前加sudo 查看Linux核心版本,3.10版本及以上才可以安装docker。 更新yum包 查看docker是否曾经安装过 如果安装过,则删除之前的版本 安装需要的软件包,?yum util 提供yum config ...
分类:
其他好文 时间:
2020-04-27 15:38:19
阅读次数:
54
1、查看是否安装过mysql rpm -qa | grep -i mysql 2、删除mysql yum -y remove MySQL-* 3、删除所有于mysql有关的文件 find / -name mysql 4、配置源 wget https://dev.mysql.com/get/mysql ...
分类:
数据库 时间:
2020-04-27 13:21:42
阅读次数:
58
https://about.gitlab.com/install/ 官网安装 https://docs.gitlab.com/omnibus/README.html installation and configuration using omnibus package 配置文件详细介绍 配置要求: ...
分类:
其他好文 时间:
2020-04-27 11:28:47
阅读次数:
77
GranafaGrafana是跨平台的开源的分析和可视化面板工具(Dashboard),可以通过将采集的数据查询后进行可视化的展示,及通知。其特点:1).丰富的可视化显示插件,包括热图、折线图、饼图,表格等。2).支持多数据源InfluxDB,Prometheus,Zabbix,Elasticsearch,CloudWatch,等。用于数据的展示。3).通知提醒,达到目标制定的阀值,进行报警。4)
分类:
其他好文 时间:
2020-04-26 23:48:25
阅读次数:
186