搜索内容

yxbinghe 的文章
  • 青龙面板批量部署依赖库,以便适应各种脚本
    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日
  • 泛域名证书申请
    Nginx

    泛域名证书申请

    常用组件及软件包 ##Debian安装命令### apt-get update && apt-get install unzip zip wget curl mc nano sudo ufw socat ntp ntpdate gcc git vim s……
    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日
  • netfilter-persistent:53 80
    Linux

    netfilter-persistent:53 80

    ​ if [[ "${ID}" == "centos" ]]; then ​ pkg_install "iptables-services" ​ else ​ pkg_install "iptable……
    yxbinghe 2022年2月26日
  • Failed to parse PID from file
    Nginx

    Failed to parse PID from file

    How to fix the NGINX error “Failed to read PID from file”, quick and easy 以下是有关如何修复错误消息的提示: nginx.service: Failed to read PI……
    yxbinghe 2022年2月21日
  • 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日