# aao.fyi > Just feeding the algorithms. - [Bits](https://aao.fyi/bits/): Notes on various Linux tasks. - [Privacy](https://aao.fyi/privacy/): Privacy policy. - [Terms](https://aao.fyi/terms/): Terms policy. ## Bits > Notes on various Linux tasks. - [Systems](https://aao.fyi/bits/systems/): Linux system setup docs, for fewer headaches. - [TrueNAS](https://aao.fyi/bits/truenas/): TrueNAS and TrueCharts setup documentation. - [Web Servers](https://aao.fyi/bits/web-servers/): Setup web server applications. - [Databases](https://aao.fyi/bits/databases/): Setup and configure databases for your applications. - [DNS](https://aao.fyi/bits/dns/): Configure Domain Name System (DNS) records for applications. - [Containers](https://aao.fyi/bits/containers/): Setup containers and the platforms they run on. - [Single-Board Computers](https://aao.fyi/bits/sbc/): Bake a Raspberry Pi for any occasion. - [Creation Kit](https://aao.fyi/bits/creation-kit/): Struggle with Bethesda's Creation Kit. - [Game Servers](https://aao.fyi/bits/game-servers/): Smack some LED lights on your server and get to gaming. - [Desktop](https://aao.fyi/bits/desktop/): It may sit atop or below, computes the same either way. - [Android](https://aao.fyi/bits/android/): Android device configuration. ### Systems > Linux system setup docs, for fewer headaches. - [Fail2ban Setup](https://aao.fyi/bits/systems/fail2ban-setup/): Install Fail2ban and monitor SSH connection attempts. - [Initial System Setup](https://aao.fyi/bits/systems/initial-system-setup/): Post installation configuration for a freshly spun Linux server. - [SSH Keys](https://aao.fyi/bits/systems/ssh-keys/): Setup SSH keys and disable password authentication for increased security. - [Acme.sh Setup](https://aao.fyi/bits/systems/acmesh-setup/): Setup acme.sh for automated certificate deployment. - [Network Static IP](https://aao.fyi/bits/systems/network-static-ip/): Configure network interface static IP addresses. - [NetworkManager Setup](https://aao.fyi/bits/systems/networkmanager-setup/): Configure network settings with NetworkManager. ### TrueNAS > TrueNAS and TrueCharts setup documentation. - [TrueNAS Scale Setup](https://aao.fyi/bits/truenas/scale-setup/): Intial TrueNAS Scale setup, post-installation. - [TrueNAS Scale Certificates](https://aao.fyi/bits/truenas/scale-certificates/): Add additional certificates to use for the web GUI on TrueNAS Scale. - [TrueNAS Scale Storage](https://aao.fyi/bits/truenas/scale-storage/): Manage, create, and utilize storage in TrueNAS Scale. - [TrueNAS Scale ClamAV](https://aao.fyi/bits/truenas/scale-clamav/): Setup ClamAV on TrueNAS Scale. - [TrueNAS Scale Nginx](https://aao.fyi/bits/truenas/scale-nginx-proxy-manager/): Setup Nginx Proxy Manager on TrueNAS Scale. - [TrueNAS Scale Joplin](https://aao.fyi/bits/truenas/scale-joplin/): Setup Joplin on TrueNAS Scale. - [HeavyScript Setup](https://aao.fyi/bits/truenas/heavyscript-setup/): HeavyScript installation and setup for TrueNAS management. - [TrueCharts Setup](https://aao.fyi/bits/truenas/truecharts-setup/): Setup the TrueCharts application catalog and install required applications on TrueNAS Scale. - [TrueCharts Certificates](https://aao.fyi/bits/truenas/truecharts-certificates/): Certificate setup for ingress using TrueNAS and TrueCharts. - [TrueCharts MetalLB](https://aao.fyi/bits/truenas/truecharts-metallb/): Install the MetalLB application using TrueCharts and configure it as the system load balancer. - [TrueCharts Traefik](https://aao.fyi/bits/truenas/truecharts-traefik/): Setup Traefik, with TrueCharts, and configure ingress on TrueNAS Scale. - [TrueCharts LLDAP](https://aao.fyi/bits/truenas/truecharts-lldap/): Setup the TrueCharts LLDAP application on TrueNAS Scale. - [TrueCharts Authelia](https://aao.fyi/bits/truenas/truecharts-authelia/): Setup the TrueCharts Authelia application, and connect it to LDAP, on TrueNAS Scale. ### Web Servers > Setup web server applications. - [Apache Setup](https://aao.fyi/bits/web-servers/apache-setup/): Install Apache web server and complete initial configuration. - [PHP Setup](https://aao.fyi/bits/web-servers/php-setup/): Install PHP for web applications on a Linux server. ### Databases > Setup and configure databases for your applications. - [MariaDB Setup](https://aao.fyi/bits/databases/mariadb-setup/): Install MariaDB and complete initial configuration. MariaDB is a drop-in replacement for Oracle's MySQL. ### DNS > Configure Domain Name System (DNS) records for applications. - [Secure No-Email Domains](https://aao.fyi/bits/dns/email-none/): Configure DNS records for domains that do not send email to prevent spam. ### Containers > Setup containers and the platforms they run on. - [Podman Setup](https://aao.fyi/bits/containers/podman-setup/): Install Podman and setup rootless mode on a Linux system. - [Portainer Setup](https://aao.fyi/bits/containers/portainer-setup/): Install Portainer to manage containers. - [Docker Setup](https://aao.fyi/bits/containers/docker-setup/): Install Docker and complete initial configuration. ### Single-Board Computers > Bake a Raspberry Pi for any occasion. - [Argon ONE Setup](https://aao.fyi/bits/sbc/raspi-argon-one/): Complete the Argon ONE setup process to utilize all case features on a Raspberry Pi. - [Flatcar Setup on Raspberry Pi](https://aao.fyi/bits/sbc/raspi-flatcar-setup/): Setup Flatcar Container Linux on a Raspberry Pi. ### Creation Kit > Struggle with Bethesda's Creation Kit. - [Skyrim Multiple ESM](https://aao.fyi/bits/creation-kit/skyrim-multiple-esm/): Loading multiple master (.esm) or plugin (.esp) files in Skyrim Creation Kit. ### Game Servers > Smack some LED lights on your server and get to gaming. - [SteamCMD Setup](https://aao.fyi/bits/game-servers/steamcmd-setup/): Setup SteamCMD to install Steam games on a Linux box. - [Minecraft Server Setup](https://aao.fyi/bits/game-servers/minecraft-setup/): Setup a PaperMC Minecraft server and complete initial configuration on a Debian-based system. - [Minecraft Vault Setup](https://aao.fyi/bits/game-servers/minecraft-vault-setup/): Setup the Vault plugin on a PaperMC Minecraft server. - [Minecraft MPDB Setup](https://aao.fyi/bits/game-servers/minecraft-mpdb-setup/): Setup the MySQL Player Data Bridge (MPDB) plugin on a PaperMC Minecraft server. - [Minecraft XConomy Setup](https://aao.fyi/bits/game-servers/minecraft-xconomy-setup/): Setup the XConomy plugin on a PaperMC Minecraft server. ### Desktop > It may sit atop or below, computes the same either way. - [DICOMscope Setup](https://aao.fyi/bits/desktop/dicomscope-setup/): Install DICOMscope on a Linux system to view DICOM files and images. ### Android > Android device configuration. - [Android Privacy Settings](https://aao.fyi/bits/android/privacy-settings/): Configure basic privacy settings on an Android device.