diff --git a/README.md b/README.md index ec2cbc6..22b7288 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Linux Setup Scripts -My setup scripts for my workstations. You should edit the scripts to your liking before running it. I remove all of the stuff I don't use like Bluetooth (bluez), Printing system (cups) and libvirt (Since I can use GNOME Boxes Flatpak).
+My setup scripts for my workstations. You should edit the scripts to your liking before running it. I remove all of the stuff I don't use like Bluetooth (bluez), Printing system (cups) and libvirt (since I can use GNOME Boxes Flatpak).
Please run the scripts as your actual user and not root. Provide sudo password when it asks you to. Flatpak packages and themes/icons are only installed for your user and not system wide.
@@ -27,7 +27,7 @@ Similar to the Fedora script, this script
1. Debloat Ubuntu
The script removes some ~150 useless packages from the minimal installation. -2. Setup basic privacy and security (Setting umask to 077, enabling ufw, randomizing mac address, disabling ptrace, install openSnitch as an outbound firewall, ...)
+2. Setup basic privacy and security (Setting umask to 077, enabling ufw, randomizing mac address, disabling ptrace, install openSnitch as an outbound firewall, removing unnecessary permissions...)
3. Install and set AppArmor profiles to enforcing mode @@ -37,5 +37,7 @@ The script removes some ~150 useless packages from the minimal installation. I would recommend that you follow this guide and setup Encrypted ZFS instead of BTRFS with Timeshift on Ubuntu: https://linsomniac.gitlab.io/post/2020-04-09-ubuntu-2004-encrypted-zfs/ +6. Remove telemetry (apports, popularity contest, whoopsie) - Keep in mind Snapd still phones home with your unique ID and installed snap packages list. Remove snapd if you don't need it. + ![image](https://user-images.githubusercontent.com/57488583/113504635-e0f03080-9528-11eb-8ce4-faeda3520e8c.png)