Added notification about Ubuntu Server article

DementedZA 2014-04-17 09:57:03 -07:00
parent c6b78edfee
commit a4ff1249ba

@ -1,12 +1,14 @@
qBittorrent has a feature-rich Web UI allowing users to control qBittorrent remotely. Up until v2.1.0, qBittorrent required a X server to run because its Qt4 graphical user interface could not be disabled. However, it is often the case that Linux servers are not running any X server. To allow users to run qBittorrent v2 on a computer without X we separated the GUI code from the core in qBittorrent v2.1.0.
'''Please note, a more comprehensive guide for Ubuntu server is available [[Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface|here]].'''
== Install qBittorrent-nox (from binary package) ==
Many distributions package qBittorrent-nox into a different package, such as Ubuntu.
So you have to install the package by issuing the following command:
sudo apt-get update
sudo apt-get install qbittorrent-nox
You may want to use our [http://www.qbittorrent.org/download.php PPA] as well. Instructions can be found on bottom of the page, after selecting Linux/Ubuntu.
You may want to use our [http://www.qbittorrent.org/download.php PPA] as well. Instructions can be found on bottom of the page, after selecting Linux.
On OpenSUSE, you have to install the same named package (as of 13.1):
sudo zypper in qbittorrent-nox
@ -54,7 +56,7 @@ qBittorrent-nox does not need as many dependencies as standard qBittorrent becau
* Python
== How to run qbittorrent-nox on startup ==
A qBittorrent user (Jakster) wrote an init script for Debian/Ubuntu to run qbittorrent-nox on startup.<br />This script can be found [http://launchpadlibrarian.net/38905385/qbittorrent here] | [http://pastebin.com/nvMZiAxQ mirror].
A qBittorrent user (Jakster) wrote an init script for Debian to run qbittorrent-nox on startup.<br />This script can be found [http://launchpadlibrarian.net/38905385/qbittorrent here] | [http://pastebin.com/nvMZiAxQ mirror].
Save it in ''/etc/init.d/'' folder, under the name ''qbittorrent-nox-daemon''.
You can do this in one step, by issuing this command: