[Brotli](https://brotli.org/) is a new compression method with a better compression ratio than GZIP. Its source code is publicly hosted on [this Github repo](https://github.com/google/brotli). This guide will show you the commands you need to run and build Brotli from source code. Check the Ubuntu version. lsb_release -ds Create a new *non-root* user account with `sudo` access and switch to it. adduser johndoe --gecos "John Doe" usermod -aG sudo johndoe su - johndoe......