最新文章
-
-
How To Configure Nginx to use TLS 1.2 / 1.3 only
How do I enable and configure TLS 1.2 and 1.3 only in Nginx web server?TLS is an acronym for Transport Layer Security. It is cryptographic protocol…… -
CentOS7安装python3
1、安装编译Python3的相关依赖 yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gcc make libffi…… -
How To Install OpenSSL 1.1.1 on CentOS 7
Requirements Upgrade the system yum -y update Install required packages yum install -y make gcc perl-core pcre-devel wget zlib-devel …… -
解决You have new mail in /var/spool/mail/root提示
终端远程登陆后经常提示You have new mail in /var/spool/mail/root 这个提示是LINUX会定时查看LINUX各种状态做汇总,每经过一段时间会把汇总的信息发送的…… -
Supervisor安装与配置(Linux/Unix进程管理工具)
Supervisor(http://supervisord.org/)是用Python开发的一个client/server服务,是Linux/Unix系统下的一个进程管理工具,不支持Windows系统。它可以很方便的…… -
SELinux设置和状态查看方法
一、关闭SELinux: 1、临时关闭: setenforce 0 //设置SELinux 成为permissive模式 setenforce 1 //设置SELinux 成为enforcing模式 此方式立即生…… -
How to Enable /etc/rc.local with Systemd
The solution As you can see from above, The unit file have no [Install] section. As such Systemd can not enable it. First we need to create a fi…… -
Linux下删除history记录
部分删除操作: 1.vim ~/.bash_history该文件即为历史记录存储文件,我们随意修改 2.修改后再次 history 查看,发现并没有变化。原因:缓存执行:histo…… -
安装libsodium,让服务器支持chacha20等加密方式
用chacha20加密方式需要安装libsodium注意:libsodium从1.0.15开始就废弃了aes-128-ctryum install wget m2crypto git libsodium -y yum -y groupinstall ……
友情链接
