menu 0xchang
分类 Linux 下的文章
php反序列化-1
2025-02-26 |0 条评论
php反序列化练习目标环境PHP/5.6.24linux题目<?php highlight_file(__FILE__); error_reporting(0); class DM_NO...
linux搭建ftp服务
2025-02-24 |0 条评论
linux搭建ftp服务本地用户模式安装vsftpdsudo apt update && sudo apt install vsftpd sudo systemctl statu...
nginx防护
2025-02-23 |0 条评论
隐藏nginx版本号conf文件中添加以下代码server_tokens off;限制访问评率conf文件中添加以下代码http 代码块中添加limit_req_zone $binary_rem...
Nginx+php安装
2025-02-23 |0 条评论
安装nginx略添加php仓库sudo apt install software-properties-common sudo add-apt-repository ppa:ondrej/php...
ubuntu源码安装nginx
2025-02-23 |0 条评论
ubuntu源码安装Nginx安装依赖apt update apt install -y build-essential libpcre3 libpcre3-dev zlib1g-dev lib...
加载中... 到底了啦
加载更多