wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py chmod +x speedtest-cli ./speedtest-cli
add the apt-repository for Transmission: sudo apt-get install python-software-properties sudo add-apt-repository ppa:transmissionbt/ppa sudo apt-get update command to install Transmission: sudo apt-get install transmission-cli transmission-common transmission-daemon…
In SHELL sudo useradd -d /home/testuser -m testuser sudo passwd testuser replace testuser with the required username. sudo nano /etc/sudoers add the user after the:…