Nginx源码自定义错误页面 修改源码文件:src/http/ngx_http_special_response.c在需要修改的错误代码修改例如static char ngx_http_error_400_page[] ="<html>" CRLF"<head><tit
Openwrt&LEDE主题安装后不显示,卸载后残留问题 编辑文件/etc/config/luci在主题设置config internal 'themes'option Bootstrap '/luci-static/bootstrap'option Material '/luci-static/material'option opentopd '/luc
网络入侵检测 StratosphereLinuxIPS 部署过程 debian 网络入侵检测 StratosphereLinuxIPS 部署过程指导手册(英文): https://stratospherelinuxips.readthedocs.io/en/develop/项目地址: https://github.com/stratosphereips/Stratosphere
Debian强制修改密码 debian 1、在grub选项下选择'Debian GNU/Linux,...(recovery mode)',按e进入编辑模式2、编辑kernel那行最后面的 ro single 改成 rw single init=/bin/bash,按b执行boot3、进入后执行修改密码root@(none)#passwd
绕过校园网认证实现无密码上网 html5 4月11日补充请注意,监听其他端口务必同时监听TCP管理服务,否则会造成TLS握手失败如图=====以下为正文=====前言本教程仅用于学习测试用途,请勿用于不正当的途径!本文参考https://blog.csdn.net/Asnet_/article/details/100408034首先我们连接
Linux强制修改MySQL密码 linux 一、停掉mysql服务service mysqld stop二、启动mysql,禁止权限验证#在mysql安装目录的bin目录下执行(&后台执行)mysqld_safe --skip-grant-tables &三、本地登录,更改密码本地 localhost登录无需密码mysql -
Centos强制修改root登录密码 linux 启动机器在grub界面按E进入编辑模式找到以linux16开头的行在ro后面加上rd.break改完按ctrl+x键引导系统键入以下命令:!!! 一个一个输入mount -o remount,rw /sysroot //重新挂载系统chroot /sysroot //置换根目录LANG=en //
使用FFmpeg对MP4视频进行切片 windows 自行前往Github下载工具 FFmpeg命令行ffmpeg -i input.mp4 -c:v libx264 -c:a aac -strict -2 -f hls -hls_list_size 0 -hls_time 5 output.m3u8-hls_time 5即每个切片长度为5秒如果出现错
HTML5播放HLS码流视频 html5 <script src="https://cdn.jsdelivr.net/hls.js/latest/hls.min.js"></script><video id="video"></video><scr
使用CloudflareWorkers托管网页并使用自定义域名 html5 演示站点 I'M 蝴蝶飞不过沧海Cloudflare Workers创建一个workers将以下代码填入并保存<html>const html = `<!DOCTYPE html><body> <h1>你的HTML代码处</h1> &l