first commit

This commit is contained in:
momen
2021-10-21 14:57:58 +08:00
parent ba65bf40aa
commit 8184931095
572 changed files with 3165246 additions and 305 deletions

View File

@@ -0,0 +1,7 @@
# 10.3 禁用 IPv6 解决 QQ 图片显示
1 添加内核参数彻底禁用IPv6sudo dedit /etc/default/grub
2 在此行添加参数GRUB_CMDLINE_LINUX="ipv6.disable=1"
3 保存退出后执行sudo update-grub