Edit the file /lib/systemd/system/docker.service I used the nano editor: sudo nano /lib/systemd/system/docker.service Modify the line that starts with ExecStart to look like this: ExecStart=/usr/bin/docker daemon…
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:…
Copy code. Open a terminal (Ctrl-Alt-T). Paste code, press enter. Type password. Enjoy your privacy. V=`/usr/bin/lsb_release -rs`; if [ $V \< 12.10 ]; then echo…