分类
devops

iptables is being replaced by nftables starting with Debian Buster

install apt install iptables; Setting up nftables (0.9. […]

分类
devops

linux黑屏下播放MP3

install # 查看硬件 lspci | grep Audio # 安装所需软件 apt install […]

分类
devops

UEFI和BIOS

UEFI 统一可扩展固件接口(英语:Unified Extensible Firmware Interface […]

分类
devops

IPv4 子网

子网 Subnets CIDR 子网掩码 地址数 通配符 /32 255.255.255.255 1 0.0. […]

分类
devops

nginx使用sub_filter指令替换字符

开启 ngx_http_sub_module模块可以用于修改网站响应内容中的字符串。nginx默认是不安装ng […]

分类
未分类

世界,您好!

欢迎使用WordPress。这是您的第一篇文章。编辑或删除它,然后开始写作吧!

分类
devops

python3报错TypeError: ‘NoneType’ object is not callable

报错信息 Exception ignored in: <function BufferedFile.__ […]