Linux版本下载地址:https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ Windows版本下载地址:https://download.docker.com/win/static/stable/x86_64/ 容器可 ...
分类:
其他好文 时间:
2020-07-25 23:25:06
阅读次数:
87
1.准备一个glusterfs 存储 gluster volume create onevol 192.168.1.99:/storage6/brick02 gluster volume start onevol gluster volume info onevol 看到如下信息,则证明gluste ...
分类:
其他好文 时间:
2020-07-24 22:14:31
阅读次数:
78
C:\Program Files (x86)\Jenkins\plugins\ruby-runtime\WEB-INF\lib\classes.jar: The process cannot access the file because it is being used by another pr ...
分类:
其他好文 时间:
2020-07-24 21:30:48
阅读次数:
197
conda使用教程 1.安装miniconda wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh ;bash ./Miniconda3-latest-Linux-x86_64.sh; 2.配置conf ...
分类:
其他好文 时间:
2020-07-24 21:23:56
阅读次数:
80
[root@localhost src]# rpm -qa|grep grafanagrafana-7.1.0-1.x86_64[root@localhost src]# rpm -ql grafana-7.1.0-1.x86_64 |more/etc/grafana/etc/init.d/graf ...
分类:
其他好文 时间:
2020-07-24 21:11:30
阅读次数:
76
jq可以给shell提供json解析功能,但托管在epel仓库 yum -y install epel-release yum clean all yum makecache yum -y install jq 若安装过程遇到如下问题: yum Cannot retrieve metalink fo ...
分类:
其他好文 时间:
2020-07-24 19:06:44
阅读次数:
97
1.通常Linux应用软件的安装包有三种: 1) tar包,如software-1.2.3-1.tar.gz。它是使用UNIX系统的打包工具tar打包的。2) rpm包,如software-1.2.3-1.i386.rpm。它是Redhat Linux提供的一种包封装格式。安装rpm包的命令是"rp ...
分类:
系统相关 时间:
2020-07-24 16:36:29
阅读次数:
251
一顿操作各种无脑安装: # 环境: Ubuntu 18.04.1 LTS x86_64 django2.0 Python 3.6.9 (default, Apr 18 2020, 01:56:04) # 安装celery pip3 install celery==4.4.6 pip3 install ...
分类:
其他好文 时间:
2020-07-24 15:52:30
阅读次数:
74
centos7 [root@localhost ~]# uname -a ***查看当前主机信息Linux #localhost.localdomain 3.10.0-957.5.1.el7.x86_64 #1 SMP Fri Feb 1 14:54:57 UTC 2019 x86_64 x86_6 ...
分类:
其他好文 时间:
2020-07-24 15:37:56
阅读次数:
117
一、环境配置 1.1 系统信息 CentOS Linux release 7.6.1810 (Core) 3.10.0-957.27.2.el7.x86_64 2.2 准备环境 a. 关闭防火墙 systemctl stop firewalld systemctl disable firewalld ...
分类:
其他好文 时间:
2020-07-24 13:25:50
阅读次数:
123