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
sudo apt-add-repository ppa:jon-severinsson/ffmpeg sudo apt-get update sudo apt-get install ffmpeg
sudo nano /var/www/rutorrent/conf/config.php edit : $topDirectory = ‘/home/rtorrent/’; // Upper available directory. Absolute path with trail slash.
sudo mkfs… SWAP sudo mkswap /dev/sda5 EXT4 sudo mkfs.ext4 /dev/sda5
1. sudo gedit /etc/fstab 2. now the fstab file is open in nano. you need to add an entry for the partition to automount it…
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:…