搜索内容

最新文章
  • iptables 端口转发
    Daily

    iptables 端口转发

    阅读目录 开启路由转发功能1、将本地的端口转发到本机端口2、将本机的端口转发到其他机器3、将一台公网 ip 主机的端口转发到另一台公网 ip 主机iptables转……
    yxbinghe 2022年1月27日
  • Nginx

    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……
    yxbinghe 2022年1月26日
  • CentOS7安装python3
    Daily

    CentOS7安装python3

    1、安装编译Python3的相关依赖 yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gcc make libffi……
    yxbinghe 2022年1月26日
  • How To Install OpenSSL 1.1.1 on CentOS 7
    Daily

    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 ……
    yxbinghe 2022年1月26日
  • 解决You have new mail in /var/spool/mail/root提示
    Daily

    解决You have new mail in /var/spool/mail/root提示

    终端远程登陆后经常提示You have new mail in /var/spool/mail/root 这个提示是LINUX会定时查看LINUX各种状态做汇总,每经过一段时间会把汇总的信息发送的……
    yxbinghe 2022年1月19日
  • Supervisor安装与配置(Linux/Unix进程管理工具)
    Daily

    Supervisor安装与配置(Linux/Unix进程管理工具)

    Supervisor(http://supervisord.org/)是用Python开发的一个client/server服务,是Linux/Unix系统下的一个进程管理工具,不支持Windows系统。它可以很方便的……
    yxbinghe 2022年1月19日
  • SELinux设置和状态查看方法
    Daily

    SELinux设置和状态查看方法

    一、关闭SELinux: 1、临时关闭: setenforce 0 //设置SELinux 成为permissive模式 setenforce 1 //设置SELinux 成为enforcing模式 此方式立即生……
    yxbinghe 2022年1月19日
  • How to Enable /etc/rc.local with Systemd
    Daily

    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……
    yxbinghe 2022年1月19日
  • Linux下删除history记录
    Daily

    Linux下删除history记录

    部分删除操作: 1.vim ~/.bash_history该文件即为历史记录存储文件,我们随意修改 2.修改后再次 history 查看,发现并没有变化。原因:缓存执行:histo……
    yxbinghe 2022年1月19日
  • 安装libsodium,让服务器支持chacha20等加密方式
    Daily

    安装libsodium,让服务器支持chacha20等加密方式

    用chacha20加密方式需要安装libsodium注意:libsodium从1.0.15开始就废弃了aes-128-ctryum install wget m2crypto git libsodium -y yum -y groupinstall ……
    yxbinghe 2022年1月19日