1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-16 12:14:42 -04:00
This commit is contained in:
Tommy 2024-08-26 09:48:26 -07:00 committed by GitHub
parent 7ec8b4b875
commit 71220947a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ sudo systemctl restart fwupd
# UFW Snap is strictly confined, unlike its .deb counterpart
sudo apt purge -y ufw
sudo snap install ufw
echo y | sudo ufw enable
echo 'y' | sudo ufw enable
unpriv curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/NetworkManager/conf.d/00-macrandomize.conf | sudo tee /etc/NetworkManager/conf.d/00-macrandomize.conf > /dev/null
sudo chmod 644 /etc/NetworkManager/conf.d/00-macrandomize.conf

View File

@ -195,7 +195,7 @@ sudo systemctl disable systemd-resolved
sudo apt purge -y ufw
sudo apt install -y snapd
sudo snap install ufw
sudo ufw enable -y
echo 'y' | sudo ufw enable
sudo ufw allow SSH
sudo reboot