sudo su
echo "net.core.default_qdisc=fq_codel" >> /etc/sysctl.d/bbr.confecho "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.d/bbr.conf
| # This xorg configuration file will start a dummy X11 server. | |
| # move it to /etc/X11/xorg.conf | |
| # don't forget apt install xserver-xorg-video-dummy; | |
| # based on https://xpra.org/Xdummy.html | |
| Section "ServerFlags" | |
| Option "DontVTSwitch" "true" | |
| Option "AllowMouseOpenFail" "true" | |
| Option "PciForceNone" "true" | |
| Option "AutoEnableDevices" "false" |