搜索内容

Daily
  • nginx/iptables动态IP黑白名单实现方案
    Daily

    nginx/iptables动态IP黑白名单实现方案

    from:编程猎人 一、手动封IP步骤 1.Nginx手动封IP 1.获取各个IP访问次数 awk '{print $1}' nginx.access.log |sort |uniq -c|sort -n 2.新建一个黑……
    yxbinghe 2022年3月4日
  • 青龙面板批量部署依赖库,以便适应各种脚本
    Daily

    青龙面板批量部署依赖库,以便适应各种脚本

    docker ps 查看青龙面板 Docker 是否正常运行,记下青龙 Docker 的容器名字,如果是按照缙哥哥的部署教程操作,那么默认的名称就是qinglong 输入一……
    yxbinghe 2022年3月2日
  • How To Install MongoDB 5.0 on Debian 11/ Debian 10
    Daily

    How To Install MongoDB 5.0 on Debian 11/ Debian 10

    In MongoDB, there is a collection of concepts we need to be aware of. These are: SQL ServerMongoDBIndexIndexDatabaseDatabaseColumnFieldJoiningLi……
    yxbinghe 2022年2月28日
  • 安装 Docker Compose
    Daily

    安装 Docker Compose

    sudo curl -L https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-linux-`uname -m` > ./docker-compose sudo chmod +x ./docke……
    yxbinghe 2022年2月27日
  • linux screen的用法
    Daily

    linux screen的用法

    大家在初次接触linuxVPS时,会发现linux操作和windows操作太不相同的,windows都是图形操作界面,而linux一般是命令行操作,当然,linux也有图形操作界面,但……
    yxbinghe 2022年2月26日
  • 安装docker脚本
    Daily

    安装docker脚本

    安装Docker curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh
    yxbinghe 2022年2月26日
  • Debian  升级
    Daily

    Debian 升级

    Debian 11 (bullseye) 经过两年的等待终于正式发布稳定版本了,带来了很多更新的内核,更新的软件包以及其他新特性,具体可以从这里了解。 这里我在一台 V……
    yxbinghe 2022年2月21日
  • debian 端口开放、curl、nmap
    Daily

    debian 端口开放、curl、nmap

    1、端口开放: 安装iptables apt-get update apt-get install iptables 配置端口:入站端口 iptables -……
    yxbinghe 2022年2月20日
  • 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日