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…
[embedyt] https://www.youtube.com/watch?v=9WMgrjUYHi0[/embedyt]
[embedyt] https://www.youtube.com/watch?v=YzurWX5m4m8[/embedyt]
open the sources.list file sudo nano /etc/apt/sources.list …add the following lines to the end of the file: deb https://download.webmin.com/download/repository sarge contrib deb https://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib…
wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py chmod +x speedtest-cli ./speedtest-cli
You can delete the log files using the Terminal Emulator app that comes with CyanogenMod: 1. Get superuser access: su – (and allow access when…
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:…