搜索内容

最新文章
  • 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日
  • iptables:unrecognized service 的解决方法
    Daily

    iptables:unrecognized service 的解决方法

    准备在Linux下配置一个ftp服务,采用vsftpd自然是首选,但是在配置过程中,执行到: 启动vsftpd服务器: service vsftpd restart service iptables ……
    yxbinghe 2022年2月17日