Solve common flakiness with SSH
This commit is contained in:
parent
61032ba4d0
commit
9ae0af7b21
@ -29,6 +29,9 @@ sudo sed -i 's|^\(auth\s\+\[default=die\]\s\+pam_faillock.so\)\s\+authfail.*$|\1
|
|||||||
# Set Cloudflare as primary DNS (with Google as backup)
|
# Set Cloudflare as primary DNS (with Google as backup)
|
||||||
sudo cp ~/.local/share/omarchy/default/systemd/resolved.conf /etc/systemd/
|
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
|
||||||
|
|
||||||
# Set common git aliases
|
# Set common git aliases
|
||||||
git config --global alias.co checkout
|
git config --global alias.co checkout
|
||||||
git config --global alias.br branch
|
git config --global alias.br branch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user