wget https://packages.erlang-solutions.com/erlang/rpm/centos/7/x86_64/esl-erlang_22.1-1_centos_7_amd64.rpm wget https://github.com/rabbitmq/rabbitmq-s ...
分类:
其他好文 时间:
2020-06-09 14:33:36
阅读次数:
62
ssh开启 ee /etc/inetd.conf #去掉sshd注释 ee /etc/ssh/sshd_config PermitRootLogin no改为PermitRootLogin yes PasswordAuthentication no改为PasswordAuthentication y ...
分类:
其他好文 时间:
2020-06-08 23:53:20
阅读次数:
102
1.证书签发准备准备签发证书环境运维主机HDSS7-200.host.com上:安装CFSSL证书签发工具CFSSL:R1.2cfssl下载地址cfssl-json下载地址cfssl-certinfo下载地址[root@hdss7-200~]#wgethttps://pkg.cfssl.org/R1.2/cfssl_linux-amd64-O/usr/bin/cfssl[root@hdss7-20
分类:
其他好文 时间:
2020-06-08 16:15:54
阅读次数:
104
1,安装 下载生成证书工具 wget https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 wget https://pkg.cfssl.org/R1.2/cfssljson_linux-amd64 wget https://pkg.cfssl.org/R1.2/ ...
分类:
其他好文 时间:
2020-06-05 23:19:17
阅读次数:
78
1.题意:在操作系统中,为了指定文件系统中的某个文件,需要用路径来定位。在类 Unix 系统(Linux、Max OS X、FreeBSD等)中,路径由若干部分构成,每个部分是一个目录或者文件的名字,相邻两个部分之间用 / 符号分隔。 有一个特殊的目录被称为根目录,是整个文件系统形成的这棵树的根节点 ...
分类:
其他好文 时间:
2020-06-05 15:08:04
阅读次数:
62
本地电脑需要同步远程数据,安装syncthing 测试 1:下载 wget https://github.com/syncthing/syncthing/releases/download/v1.5.0/syncthing-linux-amd64-v1.5.0.tar.gz Syncthing 默认 ...
分类:
其他好文 时间:
2020-06-04 13:54:04
阅读次数:
138
64位系统 1.4.4版本:http://static.runoob.com/download/memcached-win64-1.4.4-14.zip 64位系统 1.4.5版本:http://static.runoob.com/download/memcached-1.4.5-amd64.zip ...
人人都知道,Python是一门高级的编程语言,涉及领域广泛,应用范围多,薪资待遇也是非常不错的,那么Python有哪些优缺点,你了解吗?接下来为大家汇总介绍一下。
分类:
编程语言 时间:
2020-05-29 17:58:54
阅读次数:
150
前言 部署了夜莺的监控系统,需要部署下邮件发送和企业微信机器人 #步骤 ##打开终端(一定要cmd终端才可以) SET GOOS=linux SET GOARCH=amd64 GOOS:目标平台的操作系统(darwin、freebsd、linux、windows) GOARCH:目标平台的体系架构( ...
本文意在指导使用YUM来安装最新版mariadbStep1:新建repo文件touch/etc/yum.repos.d/MariaDB.repo官方源[mariadb]name=MariaDB-10.3.9baseurl=http://yum.mariadb.org/10.3.9/centos7-amd64#alternative:baseurl=http://archive.mariadb.or
分类:
数据库 时间:
2020-05-28 13:05:55
阅读次数:
69