From 0a913c29f1a0bbb594013f43337985eacaebd215 Mon Sep 17 00:00:00 2001 From: DementedZA Date: Wed, 17 Aug 2016 11:02:11 +0200 Subject: [PATCH] Formatting - still line breaks --- ...emon-with-Web-interface-(15.04-and-newer).md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface-(15.04-and-newer).md b/Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface-(15.04-and-newer).md index 8240232..ac047b8 100644 --- a/Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface-(15.04-and-newer).md +++ b/Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface-(15.04-and-newer).md @@ -19,40 +19,23 @@ qBittorrent-nox is already included in the official Ubuntu repositories. Install Assuming you want qbittorent to run as it's own user (better for security purposes), let's create the user qbittorrent will run under and give it a password when prompted. Just press enter for values you want to leave blank: `sudo adduser qbtuser` - `Adding user `qbtuser' ...` - `Adding new group `qbtuser' (1003) ...` - `Adding new user `qbtuser' (1003) with group `qbtuser' ...` - `Creating home directory `/home/qbtuser' ...` - `Copying files from `/etc/skel' ...` - `Enter new UNIX password:` - `Retype new UNIX password:` - `passwd: password updated successfully` - `Changing the user information for qbtuser` - `Enter the new value, or press ENTER for the default` - ` Full Name []:` - ` Room Number []:` - ` Work Phone []:` - ` Home Phone []:` - ` Other []:` - `Is the information correct? [Y/n] y` - You may also want to issue the following command to disable login for the account for security reasons: 'sudo usermod -s /usr/sbin/nologin qbtuser'