mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Enable UFW
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
a49c380616
commit
9f7894310b
@ -33,7 +33,10 @@ echo "VerifyHostKeyDNS yes" | sudo tee -a /etc/ssh/ssh_config.d/10-custom.conf
|
||||
|
||||
#Setup NTS
|
||||
rm -rf /etc/chrony/chrony.conf
|
||||
curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony/chrony.conf
|
||||
sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony/chrony.conf
|
||||
|
||||
#Setup UFW
|
||||
sudo ufw enable
|
||||
|
||||
#Disable crash reports
|
||||
gsettings set com.ubuntu.update-notifier show-apport-crashes false
|
||||
|
Loading…
Reference in New Issue
Block a user