2025年6月1日星期日

Ubuntu24.04刷新DNS缓存

#刷新缓存

resolvectl flush-caches 


#查看缓存

resolvectl statistics

 

 # 如果装了bind

 sudo rndc flush


没有评论:

发表评论

CVE-2026-31431 漏洞验证和临时修复方案

昨天披露了一个漏洞,CVE-2026-31431。 简单说就是普通用户一旦拿到shell,就可以利用该漏洞直接提权到root。 漏洞验证: git clone https://github.com/rootsecdev/cve_2026_31431.git cd cve_2026...