240 发简信
IP属地:北京
  • shell脚本经典实例【练习专用】

    1 模拟linux用户登录 #/bin/bash echo -n "login:" #提示用户 read name #从键盘读入name ech...

  • Nginx模块——ngx_http_sub_module

    Thengx_http_sub_modulemodule is a filter that modifies a response by rep...

  • Nginx模块——ngx_http_random_index_module

    Thengx_http_random_index_modulemodule processes requests ending with the...

  • Nginx模块——ngx_http_stub_status_module

    ngx_http_stub_status_module Thengx_http_stub_status_modulemodule provide...

  • 基于虚拟用户的VSFTPD服务

    1 创建虚拟用户数据库文件 vim /etc/myuserdb.txt 2 生成数据库文件 db_load -T -t hash -f /e...

  • 基于匿名用户的VSFTPD服务

    1 安装 yum install -y vsftpd 2 修改配置文件 vim /etc/vsftpd/vsftpd.conf anonym...

  • Resize,w 360,h 240
    基于密码配置Nginx的访问权限

    1 模块 ngx_http_auth_basic_module syntax:auth_basic string | off; ...

  • 基于IP配置Nginx的访问权限

    1 模块 ngx_http_access_module syntax:allow address| CIDR | all; sy...

  • Resize,w 360,h 240
    Nginx服务器——基于IP的虚拟主机/基于端口的虚拟主机

    1 在线安装 yum install -y nginx 2 复制三份配置文件 cd /etc/nginx/conf.d cp defaul...

个人介绍
只要干不死,就往死里干