搜索内容

yxbinghe 的文章
  • iptables:unrecognized service 的解决方法
    Daily

    iptables:unrecognized service 的解决方法

    准备在Linux下配置一个ftp服务,采用vsftpd自然是首选,但是在配置过程中,执行到: 启动vsftpd服务器: service vsftpd restart service iptables ……
    yxbinghe 2022年2月17日
  • Debian 安装优化的内核 XanMod Kernel
    Daily

    Debian 安装优化的内核 XanMod Kernel

    XanMod 是具有自定义设置和新功能的通用Linux内核发行版。旨在提供稳定、响应迅速且流畅的桌面体验。 安装 XanMod Kernel ## 新机器需要安装依赖apt up……
    yxbinghe 2022年2月14日
  • Debian 10 buster 系统配置优化
    Daily

    Debian 10 buster 系统配置优化

    基础优化 # 更新系统 apt-get -y full-upgrade # 关闭swap swapoff -a sed -i 's/^\/swap/#\/swap/' /etc/fstab # 安装工具 apt-get install -y cur……
    yxbinghe 2022年2月14日
  • Linux下使用 ipset 封大量IP及ipset参数说明
    Daily

    Linux下使用 ipset 封大量IP及ipset参数说明

    最近一个朋友的服务器被别人一直攻击,有很多IP,显然使用iptables一个一个屏蔽不现实了,只好借助ipset进行批量封禁IP,接下来为大家介绍一下ipset的相关使……
    yxbinghe 2022年2月6日
  • CentOS vs Debian(Ubuntu)主要命令区别
    Daily

    CentOS vs Debian(Ubuntu)主要命令区别

    操作内容Centos 6/7Debian/Ubuntu1.软件包后缀*.rpm*.deb2.软件源配置文件/etc/yum.conf/etc/apt/sources.list3.更新软件包列表yum makecache fastapt-get up……
    yxbinghe 2022年2月6日
  • 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日