1
0

init
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
yuudi
2025-08-10 11:04:12 +00:00
commit 728a3db957
20 changed files with 527 additions and 0 deletions

4
content/vm/_index.md Normal file
View File

@@ -0,0 +1,4 @@
+++
date = '2025-08-10T12:20:23Z'
title = 'VM'
+++

10
content/vm/bbr.md Normal file
View File

@@ -0,0 +1,10 @@
+++
date = '2025-08-10T12:11:46Z'
title = 'BBR'
+++
<shell-commands-builder-component
command='echo "net.core.default_qdisc=fq" >>/etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >>/etc/sysctl.conf
sysctl -p'>
</shell-commands-builder-component>