1. Basic Requirements

  • Disable Secure Boot in the BIOS/UEFI firmware.

2. Configuration

  • Enter the following commands at a Command Line with root privileges.

    scp -p smru@10.10.1.2:/media/Windows/Software/_Delta/delta-linux-tools-#.#.#-1-all.deb /tmp
    dpkg -i /tmp/delta-linux-tools-#.#.#-1-all.deb
    
    smru config apt                         # Configure apt repositories.
    smru config bash                        # Configure bash shell for each user.
    smru install basic-tools                # Install basic commands like curl and wget.
    smru config cron                        # Configure cron jobs.
    smru config editor                      # Set default editor to vim.tiny for each user.
    
    # Make sure to get an ip address after disabling consistent network names.
    ls /sys/class/net
    sed -i -e "s/<iface>/eth0/g" /etc/network/interfaces
    smru config kernel net.ifnames=0        # Disable consistent network device names.
  • Restart the computer.

  • Enter the following commands at a Command Line with root privileges.

    smru config locale                      # Configure locale settings.
    smru setup smartmontools                # Install and configure smartmontools.
    smru setup inventory                    # Install and configure inventory.
    smru setup openssh                      # Install and configure openssh client and server.
    smru setup sudo                         # Install and configure sudo for each user.
    smru setup timezone                     # Install and configure time zone.
    
    smru config legacy-ethernet eth0 10.10.1.6 10.10.1.170 10.10.1.1 smru.shoklo-unit.com   # Install and configure static ethernet network.
    
    sudo smru setup vim                     # Install and configure vim editor for each user.
  • Restart the computer.

  • Enter the following commands at a Command Line with root privileges.

3. Kernel Modules

  • Enter the following commands at a Command Line with root privileges.

    # Module build for TP-Link AC600 Realtek RTL8811AU [Archer T2U Nano] USB Wi-Fi adapter:
    cd /tmp
    sudo apt-get install bc build-essential dkms git iw libelf-dev linux-headers-$(uname -r) rfkill
    git clone https://github.com/morrownr/8821au-20210708.git
    cd 8821au-20210708
    make
    sudo make install
    sudo modprobe 8821au
    sudo lsmod | grep au