Single-Board Computers The Raspberry Pi computer series do not have a battery source to ensure that firmware settings are saved even if the computer loses power.  This means that they do not use a conventional BIOS or EFI architecture. Instead, these systems use a configuration file that is stored on the hard drive and used to configure the system during the boot process.  These settings are configured through the command line or a graphic user application .  Performance Options These settings pertain to the overall hardware performance configurations for your single-board computer.  Overlay File System This option allows the Raspberry Pi to boot in a mode where  files on the SD card cannot be altered and any modifications are only temporarily saved in memory while the operating system is powered on.  This increases the Raspberry Pi's life expectancy, but cannot be used for interactive systems that need to store long-term data between power cycles. Recommended: Disabled GPU Memory This allows you to change the amount of memory allocated to the graphical processing unit of the Raspberry Pi.  Due to fundamental differences in the way that system-on-a-chip computers handle their graphical processing, this setting is an optimized default for your specific model.  There is no need to alter these settings and doing so many decrease performance. Recommended: Default Interface Options These settings control the different physical and digital interfaces that can be used to interact with the Raspberry Pi. SSH This allows you to remotely connect to your server through a terminal and run commands to administrate your server. Recommended: Enabled VNC This provides remote access to your Raspberry Pi's user desktop environment.  We are disabling it to install RDP, a similar, more modern alternative.  If desired, you can leave it on for additional access options. Recommended: Disabled SPI The  Serial Peripheral Interface is used by the Raspberry Pi to communicate with external sensors through the GPIO port. Recommended: Disabled I2C The Inter-Integrated Circuit is an alternate standard used to communicate with devices through the GPIO port. Recommended: Disabled Serial Port This disables serial connections through the GPIO port. Recommended: Disabled 1-Wire This disables a communication protocol that uses one wire on the GPIO port. Recommended: Disabled Remote GPIO This disables remote access to the GPIO port through Python. Recommended: Disabled System Options These pertain to general settings of the core Debian operating system. Change Password For security, it is imperative that you change the default password for your Raspberry Pi computer. Change Hostname This allows you to change the name that your server uses while on your network; such as "raspberrypi.local". Power LED If desired, you can turn off the LEDs on the Raspberry Pi. Wait for Network Connection This requires that an internet connection is available before the Raspberry Pi will boot into the operating system. Recommended: Enabled Disable Unused Hardware Using rfkill to disable Bluetooth and wifi Maintenance