Created
March 22, 2020 14:10
-
-
Save danifr/acc3aabae965be1878362847a9be7144 to your computer and use it in GitHub Desktop.
Revisions
-
danifr created this gist
Mar 22, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ # Disables non core units, disables swap, creates new user, updates system systemctl disable bluetooth.service systemctl disable rpi-display-backlight.service systemctl disable rpi-eeprom-update.service systemctl disable wpa_supplicant.service systemctl disable avahi-daemon.socket systemctl disable avahi-daemon.service systemctl disable dbus-org.freedesktop.Avahi.service systemctl disable dbus-org.freedesktop.timesync1.service systemctl disable keyboard-setup.service systemctl disable hciuart.service systemctl disable nfs-client.target systemctl disable remote-fs.target systemctl disable apt-daily-upgrade.timer systemctl disable apt-daily.timer systemctl disable raspberrypi-net-mods.service dphys-swapfile swapoff dphys-swapfile uninstall sudo useradd -m -d /home/$NEWUSER $NEWUSER usermod -G sudo $NEWUSER apt update apt upgrade reboot