# openssl pkcs7 -print_certs -in eternalcenter.p7b -out eternalcenter.crt
(补充:这里以将 SSL 证书公钥 eternalcenter.p7b 转换为 SSL 证书公钥 eternalcenter.crt 为例)
# openssl pkcs7 -print_certs -in eternalcenter.p7b -out eternalcenter.crt
(补充:这里以将 SSL 证书公钥 eternalcenter.p7b 转换为 SSL 证书公钥 eternalcenter.crt 为例)
Linux 登录终端分为 3 类:
1) pts (伪终端)
2) tty* (图形终端)
3) ttyS* (串行口终端)
ssh 远程登录
1) VMware 的 console 口
2) DELL 物理机的 IDRAC 口
# tty
# cat /etc/securetty
# bash -c ‘hostname’
(补充:这里以使用 bash 命令执行 hostname 命令为例)
# bash test.sh
(补充:这里以使用 bash 命令执行 test.sh 脚本为例)
显示目前系统的进程数上限
# ulimit -n
查看 MariaDB & MySQL 用户使用的插件
# select user,plugin from mysql.user;