在树莓派上使用 SSD1306 OLED 屏幕 确保有PIPsudo apt-get install python-pip python3-pip安装 PIL 库,有一些图片处理的程序会用到这个。sudo apt-get install python-pil python3-pil使用 pip 安装 Adafruit-SSD1306 库 和树莓派
树莓派开启I2C功能 编辑/boot/config.txt文件去掉一下两行代码的注释:dtparam=i2c1=ondtparam=i2c_arm=on重启树莓派,输入 i2cdetect -y -a 1 命令查询是否成功
Debian编译最新版nginx 源码下载:https://nginx.org/download/依赖问题解决PCRE库apt-get install libpcre3 libpcre3-dev zlib库:apt-get insatll zlib1g-devOpenSSL库:sudo apt-get install openssl
Debian安装高版本PHP apt -y install lsb-release apt-transport-https ca-certificates wget #确保依赖wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
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首先我们连接