当mysql/mariadb跨越互联网进行复制时别人可以窃取到mysql/mariadb的复制信息, 这些信息是明文的, 因此存在不安全性, 这里通过ssl对复制的信息进行加密 1. 创建证书中心 在主服务器上创建证书中心 cd /etc/pki/CA 生成私钥 (umask 077;openssl ...
分类:
数据库 时间:
2017-01-24 14:33:19
阅读次数:
258
一、htop 简介 This is htop, an interactive process viewer for Linux. It is a text-mode application (for console or X terminals) and requires ncurses. Comp ...
分类:
其他好文 时间:
2017-01-24 10:53:25
阅读次数:
270
一、配置https网站1、自建CA(1)生成私钥文件mkdir-p/etc/pki/CA/private#创建私钥保存的目录(umask077;opensslgenrsa-out/etc/pki/CA/private/cakey.pem4096)#创建私钥ll/etc/pki/CA/private/#私钥只能自己保存,对保密性要求高(2)生成自签证书opensslreq-new-x509-key/etc..
分类:
系统相关 时间:
2017-01-17 22:12:03
阅读次数:
322
[root@hdd4~]#fdisk/dev/vdb
anaconda-ks.cfg.bash_profile.pki/
.bash_history.bashrc.tcshrc
.bash_logout.cshrc.viminfo
[root@hdd4~]#fdisk/dev/vdb#下面操作把硬盘所有容量设置为一个分区
Welcometofdisk(util-linux2.23.2).
Changeswillremaininmemoryonly,untilyoudeci..
分类:
系统相关 时间:
2017-01-16 23:24:11
阅读次数:
543