menu 0xchang's blog
分类 Linux 下的文章
curl多种协议使用
2025-03-03 |0 条评论
简介curl作为客户端,支持多种协议访问,包括DICT、FILE、FTP、FTPS、GOPHER、GOPHERS、HTTP、HTTPS、IMAP、IMAPS、LDAP、LDAPS、MQTT、PO...
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...
ubuntu添加kali源
2025-02-23 |0 条评论
添加源deb https://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib deb-src https://mirror...
centos7安装mariadb
2025-02-23 |0 条评论
centos7安装mariadbmariadb是MYSQL的一个分支,语法基本和mysql一样,而且兼容mysql,centos7中自带了mariadb的软件包。[root@cn7]/# cat...
加载中... 到底了啦
加载更多