Compare commits
2 Commits
master
...
mtu-probin
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7933b5eae0 | ||
![]() |
3e4597b89c |
@ -29,8 +29,8 @@ sudo sed -i 's|^\(auth\s\+\[default=die\]\s\+pam_faillock.so\)\s\+authfail.*$|\1
|
||||
# Set Cloudflare as primary DNS (with Google as backup)
|
||||
sudo cp ~/.local/share/omarchy/default/systemd/resolved.conf /etc/systemd/
|
||||
|
||||
# Solve common flakiness with SSH
|
||||
echo "net.ipv4.tcp_mtu_probing=1" | sudo tee -a /etc/sysctl.d/99-sysctl.conf
|
||||
# Solve common flakiness with SSH and Tailscale performance
|
||||
echo "net.ipv4.tcp_mtu_probing=2" | sudo tee -a /etc/sysctl.d/99-sysctl.conf
|
||||
|
||||
# Set common git aliases
|
||||
git config --global alias.co checkout
|
||||
|
3
migrations/1755244361.sh
Normal file
3
migrations/1755244361.sh
Normal file
@ -0,0 +1,3 @@
|
||||
echo "Tuning MTU probing for more reliable SSH and Tailscale performance"
|
||||
|
||||
sudo sed -i 's/^net.ipv4.tcp_mtu_probing=1/net.ipv4.tcp_mtu_probing=2/' /etc/sysctl.d/99-sysctl.conf
|
Loading…
x
Reference in New Issue
Block a user