mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 12:39:35 +02:00
5 lines
124 B
Bash
Executable File
5 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Solve common flakiness with SSH
|
|
echo "net.ipv4.tcp_mtu_probing=1" | sudo tee -a /etc/sysctl.d/99-sysctl.conf
|