Use https

Chocobo1 2018-04-27 13:53:20 +08:00
parent e5f69d7533
commit 259fc0f157
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
17 changed files with 52 additions and 52 deletions

@ -1,6 +1,6 @@
# Install Xcode # Install Xcode
A full installation of Xcode.app is required to compile Qt.<br/> A full installation of Xcode.app is required to compile Qt.<br/>
Xcode can be installed from the [App Store](http://www.apple.com/osx/apps/app-store/).<br/> Xcode can be installed from the [App Store](https://www.apple.com/osx/apps/app-store/).<br/>
After installing Xcode you need to do below. See [this discussion](https://stackoverflow.com/questions/33728905/qt-creator-project-error-xcode-not-set-up-properly-you-may-need-to-confirm-t). After installing Xcode you need to do below. See [this discussion](https://stackoverflow.com/questions/33728905/qt-creator-project-error-xcode-not-set-up-properly-you-may-need-to-confirm-t).

@ -16,7 +16,7 @@ This guide is written for Debian/Ubuntu, but the process should be similar for o
sudo apt-get install python3 sudo apt-get install python3
== Libtorrent == == Libtorrent ==
[http://libtorrent.org/ Libtorrent] is a library written by Arvid Norberg that qBittorrent depends on.<br /> [https://libtorrent.org/ Libtorrent] is a library written by Arvid Norberg that qBittorrent depends on.<br />
It is necessary to compile and install libtorrent before compiling qBittorrent. It is necessary to compile and install libtorrent before compiling qBittorrent.
Install Libtorrent dev pkg from repository Install Libtorrent dev pkg from repository
@ -47,7 +47,7 @@ Now you're ready to compile:
See note in the next section regarding the build jobs. See note in the next section regarding the build jobs.
For more information on building libtorrent, see [http://www.libtorrent.org/building.html libtorrent downloading and building]. For more information on building libtorrent, see [https://www.libtorrent.org/building.html libtorrent downloading and building].
== Compiling qBittorrent (with the GUI) == == Compiling qBittorrent (with the GUI) ==
First, obtain the qBittorrent source code.<br /> First, obtain the qBittorrent source code.<br />

@ -30,13 +30,13 @@ _[ at the time of this writing, Qt5 libraries were not available for Raspbian on
# Libtorrent # Libtorrent
[Libtorrent](http://www.libtorrent.org ) is a library written by Arvid Norberg that qBittorrent depends on. It is necessary to compile and install libtorrent before compiling qBittorrent. [Libtorrent](https://www.libtorrent.org ) is a library written by Arvid Norberg that qBittorrent depends on. It is necessary to compile and install libtorrent before compiling qBittorrent.
Default Raspbian distro packages a very old _(and very unstable)_ version of libtorrent, hence you will need to compile it yourself. Default Raspbian distro packages a very old _(and very unstable)_ version of libtorrent, hence you will need to compile it yourself.
### Notes: ### Notes:
The procedure for compiling and installing Libtorrent on B-Pro is derived from the [Deluge Wiki](http://dev.deluge-torrent.org/wiki/Building/libtorrent): some minor adjustments have been made to the procedure in order to work correctly on B-Pro. The procedure for compiling and installing Libtorrent on B-Pro is derived from the [Deluge Wiki](https://dev.deluge-torrent.org/wiki/Building/libtorrent): some minor adjustments have been made to the procedure in order to work correctly on B-Pro.
## Install dependencies for libtorrent build automatically, using build-dep: ## Install dependencies for libtorrent build automatically, using build-dep:
sudo apt-get build-dep libtorrent-rasterbar sudo apt-get build-dep libtorrent-rasterbar
@ -87,7 +87,7 @@ To overcome this error and configure correctly you must issue the following comm
Now that each prerequisite has been completed you mut obtain the qBittorrent source code. Now that each prerequisite has been completed you mut obtain the qBittorrent source code.
Either download and extract a .tar archive from [Sourceforge]( http://sourceforge.net/projects/qbittorrent/files/qbittorrent/) or use the following commands to speed-up the process. Either download and extract a .tar archive from [Sourceforge]( https://sourceforge.net/projects/qbittorrent/files/qbittorrent/) or use the following commands to speed-up the process.
` git clone https://github.com/qbittorrent/qBittorrent` ` git clone https://github.com/qbittorrent/qBittorrent`
@ -123,7 +123,7 @@ To overcome this error and configure correctly you must issue the following comm
Now that each prerequisite has been completed you mut obtain the qBittorrent source code. Now that each prerequisite has been completed you mut obtain the qBittorrent source code.
Either download and extract a .tar archive from [Sourceforge]( http://sourceforge.net/projects/qbittorrent/files/qbittorrent/) or use the following commands to speed-up the process. Either download and extract a .tar archive from [Sourceforge]( https://sourceforge.net/projects/qbittorrent/files/qbittorrent/) or use the following commands to speed-up the process.
` git clone https://github.com/qbittorrent/qBittorrent` ` git clone https://github.com/qbittorrent/qBittorrent`
@ -219,4 +219,4 @@ This work has been realized putting togheter personal knowledge and information
**Thanks to** [**SledgeHammer**](https://github.com/qbittorrent/qBittorrent/wiki/Compiling-qBittorrent-on-Debian-and-Ubuntu) for providing a solid template for compiling and running qBittorrent under Debian. **Thanks to** [**SledgeHammer**](https://github.com/qbittorrent/qBittorrent/wiki/Compiling-qBittorrent-on-Debian-and-Ubuntu) for providing a solid template for compiling and running qBittorrent under Debian.
**Thanks to** [**Cas**](http://dev.deluge-torrent.org/wiki/Building/libtorrent) from Deluge Wiki for explaining how to compile libtorrent_rastebar under Debian with the use of checkinstall. **Thanks to** [**Cas**](https://dev.deluge-torrent.org/wiki/Building/libtorrent) from Deluge Wiki for explaining how to compile libtorrent_rastebar under Debian with the use of checkinstall.

@ -2,7 +2,7 @@ This guide briefly overviews how to compile (and install) qBittorrent using CMak
== What you will need: == == What you will need: ==
* A C++ compiler, supported by CMake. * A C++ compiler, supported by CMake.
* CMake, version 3.5 or newer. Get it from your packages repository or download an installer from the CMake [http://cmake.org website] * CMake, version 3.5 or newer. Get it from your packages repository or download an installer from the CMake [https://cmake.org website]
* Installed Qt, libtorrent and their dependencies (Boost, zlib, openssl). Please note that Boost support in CMake is version-explicit, and thus CMake version has to be younger than the Boost version or, otherwise, CMake might not recognize boost libraries. * Installed Qt, libtorrent and their dependencies (Boost, zlib, openssl). Please note that Boost support in CMake is version-explicit, and thus CMake version has to be younger than the Boost version or, otherwise, CMake might not recognize boost libraries.
* Development files (headers and libraries) for Qt, libtorrent, and Boost. * Development files (headers and libraries) for Qt, libtorrent, and Boost.
@ -16,7 +16,7 @@ CMake encourage you to use so called out-of-source builds (i.e. build into a dif
CMake does not build a project by itself. Instead it generates rules for an actual build software. These generators include traditional makefiles as well as other platform-specific (like XCode or Visual Studio) or not (Ninja) build tools. At the same time CMake projects can be integrated with IDEs. This is done in two ways: either CMake generates project files, which include call to CMake itself to update those files if needed, or an IDE may load CMake project structure directly. The generators for Visual Studio and XCode implement the former approach, while Qt Creator, KDevelop and Visual Studio 2017 use the latter model. Before continuing you have to decide which generator you will use and will you integrate with an IDE or not. You may get a list of available generators running <code>cmake -G</code> or <code>cmake --help</code> CMake does not build a project by itself. Instead it generates rules for an actual build software. These generators include traditional makefiles as well as other platform-specific (like XCode or Visual Studio) or not (Ninja) build tools. At the same time CMake projects can be integrated with IDEs. This is done in two ways: either CMake generates project files, which include call to CMake itself to update those files if needed, or an IDE may load CMake project structure directly. The generators for Visual Studio and XCode implement the former approach, while Qt Creator, KDevelop and Visual Studio 2017 use the latter model. Before continuing you have to decide which generator you will use and will you integrate with an IDE or not. You may get a list of available generators running <code>cmake -G</code> or <code>cmake --help</code>
=== IDE Support === === IDE Support ===
;Qt Creator ;Qt Creator
: This IDE can just open the top-level project <code>CMakeLists.txt</code> file and load the project structure. Then it will ask you where to put build files and which make tool to use. Please note that Ninja will give you significantly shorter rebuild times, as comparing to a regular make. From version 4.3 of Qt Creator and 3.7 of CMake, support is excellent (see this [http://blog.qt.io/blog/2016/11/15/cmake-support-in-qt-creator-and-elsewhere/ blog post] for details). : This IDE can just open the top-level project <code>CMakeLists.txt</code> file and load the project structure. Then it will ask you where to put build files and which make tool to use. Please note that Ninja will give you significantly shorter rebuild times, as comparing to a regular make. From version 4.3 of Qt Creator and 3.7 of CMake, support is excellent (see this [https://blog.qt.io/blog/2016/11/15/cmake-support-in-qt-creator-and-elsewhere/ blog post] for details).
;KDevelop ;KDevelop
: KDevelop from version 4 provides excellent support for CMake-based projects, simply open the top-level project <code>CMakeLists.txt</code> file and select a build directory. : KDevelop from version 4 provides excellent support for CMake-based projects, simply open the top-level project <code>CMakeLists.txt</code> file and select a build directory.
;XCode ;XCode

@ -2,14 +2,14 @@ This page describes how to compile 32-bit qBittorrent using MSVC 2015 under Wind
=== What you will need: === === What you will need: ===
* The MSVC 2015 compiler. The Community Edition(free) will do fine. * The MSVC 2015 compiler. The Community Edition(free) will do fine.
* A [http://www.perl.org/ Perl language] interpreter. [http://strawberryperl.com/ Strawberry Perl] will do fine. * A [https://www.perl.org/ Perl language] interpreter. [http://strawberryperl.com/ Strawberry Perl] will do fine.
* Latest release of the [http://www.nasm.us/ NASM assembler]. * Latest release of the [https://www.nasm.us/ NASM assembler].
* Latest release of [http://www.zlib.net/ Zlib]. * Latest release of [https://www.zlib.net/ Zlib].
* Latest release of [http://www.openssl.org/ OpenSSL]. * Latest release of [https://www.openssl.org/ OpenSSL].
* Latest release of the [http://www.boost.org/ Boost libraries]. * Latest release of the [https://www.boost.org/ Boost libraries].
* Latest release of [http://www.libtorrent.com/ libtorrent(rasterbar)]. * Latest release of [https://www.libtorrent.com/ libtorrent(rasterbar)].
* Latest release of the [https://www.qt.io/ Qt libraries] source. Both Qt5 and Qt4 is supported. But the official builds use Qt5. * Latest release of the [https://www.qt.io/ Qt libraries] source. Both Qt5 and Qt4 is supported. But the official builds use Qt5.
* Latest release of [http://www.qbittorrent.org qBittorrent]. * Latest release of [https://www.qbittorrent.org qBittorrent].
* [https://www.qt.io/download-open-source/#section-6 Qt Creator]. * [https://www.qt.io/download-open-source/#section-6 Qt Creator].
=== Info that applies to all steps === === Info that applies to all steps ===
@ -180,4 +180,4 @@ Uncomment <code>//# define Q_COMPILER_INITIALIZER_LISTS</code> (remove the
* Comment the other 3 LIBS lines by putting # in front of them. * Comment the other 3 LIBS lines by putting # in front of them.
* Open the ''winconf-msvc.pri'' file and adjust the filename of the lib of Boost. * Open the ''winconf-msvc.pri'' file and adjust the filename of the lib of Boost.
* Select Build->Build All * Select Build->Build All
* After the compilation ends you should have ''qbittorrent.exe'' in ''<build folder>\src\release''. "build folder" is where you chose qBittorrent to be build in the popup window. * After the compilation ends you should have ''qbittorrent.exe'' in ''<build folder>\src\release''. "build folder" is where you chose qBittorrent to be build in the popup window.

@ -3,14 +3,14 @@ This page describes how to compile 64-bit qBittorrent using MSVC 2017 under Wind
=== What you will need: === === What you will need: ===
* The MSVC 2017 compiler. The Community Edition(free) will do fine. * The MSVC 2017 compiler. The Community Edition(free) will do fine.
* A [https://www.python.org/downloads/windows/ python] interpreter. Make sure it is added to the path. * A [https://www.python.org/downloads/windows/ python] interpreter. Make sure it is added to the path.
* A [http://www.perl.org/ Perl language] interpreter. [http://strawberryperl.com/ Strawberry Perl] will do fine. * A [https://www.perl.org/ Perl language] interpreter. [http://strawberryperl.com/ Strawberry Perl] will do fine.
* Latest release of the [http://www.nasm.us/ NASM assembler]. * Latest release of the [https://www.nasm.us/ NASM assembler].
* Latest release of [http://www.zlib.net/ Zlib]. * Latest release of [https://www.zlib.net/ Zlib].
* Latest release of [http://www.openssl.org/ OpenSSL]. * Latest release of [https://www.openssl.org/ OpenSSL].
* Latest release of the [http://www.boost.org/ Boost libraries]. Currently tested only with boost 1.64. * Latest release of the [https://www.boost.org/ Boost libraries]. Currently tested only with boost 1.64.
* Latest release of [http://www.libtorrent.com/ libtorrent(rasterbar)]. * Latest release of [https://www.libtorrent.com/ libtorrent(rasterbar)].
* Latest release of the [https://www.qt.io/ Qt libraries] source. Currently tested only with Qt Everywhere '''5.9.0 beta3'''. * Latest release of the [https://www.qt.io/ Qt libraries] source. Currently tested only with Qt Everywhere '''5.9.0 beta3'''.
* Latest release of [http://www.qbittorrent.org qBittorrent]. * Latest release of [https://www.qbittorrent.org qBittorrent].
* [https://www.qt.io/download-open-source/#section-6 Qt Creator]. * [https://www.qt.io/download-open-source/#section-6 Qt Creator].
=== Info that applies to all steps === === Info that applies to all steps ===
@ -124,4 +124,4 @@ This page describes how to compile 64-bit qBittorrent using MSVC 2017 under Wind
* Comment the other 3 LIBS lines by putting # in front of them. * Comment the other 3 LIBS lines by putting # in front of them.
* Open the ''winconf-msvc.pri'' file and adjust the filename of the lib of Boost. * Open the ''winconf-msvc.pri'' file and adjust the filename of the lib of Boost.
* Select Build->Build All * Select Build->Build All
* After the compilation ends you should have ''qbittorrent.exe'' in <code><build folder>\src\release</code>. "build folder" is where you chose qBittorrent to be build in the popup window. * After the compilation ends you should have ''qbittorrent.exe'' in <code><build folder>\src\release</code>. "build folder" is where you chose qBittorrent to be build in the popup window.

@ -3,7 +3,7 @@ Here you will find explanation for various settings found under the options in q
= Behaviour = = Behaviour =
== Language == == Language ==
This is used to set the language qBittorrent uses in it's GUI (Graphical User Interface). If you want to provide another language, or update an already existing one, you may do so through Transifex. [http://qbforums.shiki.hu/index.php/topic,2134.0.html Here] is the corresponding forum topic. This is used to set the language qBittorrent uses in it's GUI (Graphical User Interface). If you want to provide another language, or update an already existing one, you may do so through Transifex. [https://qbforums.shiki.hu/index.php/topic,2134.0.html Here] is the corresponding forum topic.
== Transfer lists == == Transfer lists ==
*'''Use alternating row colors''' - using alternating row colors makes it easier for the human eye to read lists from a short distance. It is enabled by default, disable it if you choose. *'''Use alternating row colors''' - using alternating row colors makes it easier for the human eye to read lists from a short distance. It is enabled by default, disable it if you choose.
@ -56,8 +56,8 @@ This allows you to run a program on finishing certain types of torrents in a cer
= Connection = = Connection =
== Listening Port == == Listening Port ==
* '''Port used for incoming connections''' - either specify the [http://whatismyipaddress.com/port port] or choose a random one. * '''Port used for incoming connections''' - either specify the [https://whatismyipaddress.com/port port] or choose a random one.
* '''Use UPnP/ NAT-PMP port forwarding from my router''' - for a helpful introduction to port forwarding, go [https://en.wikipedia.org/wiki/Port_forwarding here], or [http://netforbeginners.about.com/od/p/f/What-Is-Port-Forwarding.htm here]. * '''Use UPnP/ NAT-PMP port forwarding from my router''' - for a helpful introduction to port forwarding, go [https://en.wikipedia.org/wiki/Port_forwarding here], or [https://www.lifewire.com/what-is-port-forwarding-2483494 here].
* '''Use different port on each startup''' voids the first option, and randomly assigns a different port every time qBittorrent starts up. * '''Use different port on each startup''' voids the first option, and randomly assigns a different port every time qBittorrent starts up.
== Connection Limits == == Connection Limits ==

@ -48,7 +48,7 @@ A lot of other BitTorrent clients exist but qBittorrent has several advantages:
* It is the closest open-source equivalent to the extremely popular (and Windows only) BitTorrent client: [https://www.utorrent.com µTorrent]. * It is the closest open-source equivalent to the extremely popular (and Windows only) BitTorrent client: [https://www.utorrent.com µTorrent].
* Its development team is very active and friendly. * Its development team is very active and friendly.
* It is stable and it has a low footprint (generally, 20-60 MiB of RAM used), whilst providing all the features you may need. * It is stable and it has a low footprint (generally, 20-60 MiB of RAM used), whilst providing all the features you may need.
* It uses the high-tech [http://libtorrent.org/ libtorrent-rasterbar] library, which means greater download and upload speed as well as excellent support of the latest features of the BitTorrent protocol. * It uses the high-tech [https://libtorrent.org/ libtorrent-rasterbar] library, which means greater download and upload speed as well as excellent support of the latest features of the BitTorrent protocol.
* It is easy to use and all of its features are well documented. * It is easy to use and all of its features are well documented.
* It is an international program, supporting Unicode and containing translations into more than 70 languages. * It is an international program, supporting Unicode and containing translations into more than 70 languages.
@ -246,4 +246,4 @@ A Dutch step by step tutorial can be found [https://www.duken.nl/forums/handleid
e = Peer is using Protocol Encryption (handshake) e = Peer is using Protocol Encryption (handshake)
L = Peer is local (discovered through network broadcast, or in reserved local IP ranges) L = Peer is local (discovered through network broadcast, or in reserved local IP ranges)
See [https://web.archive.org/web/20090320211618/http://btfaq.com:80/serve/cache/23.html this page] for definitions of BitTorrent terms See [https://web.archive.org/web/20090320211618/http://btfaq.com:80/serve/cache/23.html this page] for definitions of BitTorrent terms

@ -42,8 +42,8 @@ The `c:\symbols` will be your local symbol cache. I would suggest using somethin
### Alternatives ### Alternatives
In case Windows's in-built test does not work for you. In case Windows's in-built test does not work for you.
* http://www.memtest86.com * https://www.memtest86.com
* http://www.howtogeek.com/260813/how-to-test-your-computers-ram-for-problems/ * https://www.howtogeek.com/260813/how-to-test-your-computers-ram-for-problems/
You have to download Memtest86 and put it on a pendrive, CD or DVD. You have to download Memtest86 and put it on a pendrive, CD or DVD.
Boot it, and it will check your RAM. Boot it, and it will check your RAM.
@ -61,10 +61,10 @@ Download the latest Ubuntu LTS version (16.04 at the moment), and put it on a pe
### Windows ### Windows
There are many great free tools for this. There are many great free tools for this.
* https://hddguardian.codeplex.com * https://hddguardian.codeplex.com
* http://crystalmark.info/software/CrystalDiskInfo/index-e.html * https://crystalmark.info/en/software/crystaldiskinfo/
### Ubuntu ### Ubuntu
If you can't boot Windows, you can use an [Ubuntu Live CD](http://www.howtogeek.com/191054/how-to-create-bootable-usb-drives-and-sd-cards-for-every-operating-system/) to diagnose your HDD. If you can't boot Windows, you can use an [Ubuntu Live CD](https://www.howtogeek.com/191054/how-to-create-bootable-usb-drives-and-sd-cards-for-every-operating-system/) to diagnose your HDD.
* https://askubuntu.com/questions/528072/how-can-i-check-the-smart-status-of-a-drive-on-ubuntu-14-04-through-16-10 * https://askubuntu.com/questions/528072/how-can-i-check-the-smart-status-of-a-drive-on-ubuntu-14-04-through-16-10
* https://askubuntu.com/questions/38566/how-can-i-check-the-health-of-my-hard-drive * https://askubuntu.com/questions/38566/how-can-i-check-the-health-of-my-hard-drive
@ -96,7 +96,7 @@ In this case, it's usually a good test to put load on your PC.
### Windows ### Windows
Run the two programs at the same time. Run the two programs at the same time.
[Prime95](http://www.mersenne.org/download/) stresses your CPU, [Furmark](http://www.ozone3d.net/benchmarks/fur/) stresses your GPU. [Prime95](https://www.mersenne.org/download/) stresses your CPU, [FurMark](http://www.ozone3d.net/benchmarks/fur/) stresses your GPU.
If your PC is stable after a few minutes, just close them. If your PC is stable after a few minutes, just close them.
If you have a BSOD, or the computer restarts/turns off, you have a bad PSU. If you have a BSOD, or the computer restarts/turns off, you have a bad PSU.
@ -105,4 +105,4 @@ Your PSU might also be able to deliver stable power during stress (not likely),
## Something else ## Something else
Check if the cables to your HDD/things are connected firmly, and they are not loose. This can also cause trouble. Check if the cables to your HDD/things are connected firmly, and they are not loose. This can also cause trouble.
If nothing helped, your motherboard can also be faulty. An anti-virus can also cause BSOD, but it will show up with "windbg". If nothing helped, your motherboard can also be faulty. An anti-virus can also cause BSOD, but it will show up with "windbg".

@ -26,8 +26,8 @@ In short, on 99% of the Linux distributions out there, there will be a "Memtest"
* https://help.ubuntu.com/community/MemoryTest * https://help.ubuntu.com/community/MemoryTest
## Any OS ## Any OS
* http://www.memtest86.com * https://www.memtest86.com
* http://www.howtogeek.com/260813/how-to-test-your-computers-ram-for-problems/ * https://www.howtogeek.com/260813/how-to-test-your-computers-ram-for-problems/
Basically you have to download Memtest86 and put it on a pendrive, CD or DVD. Basically you have to download Memtest86 and put it on a pendrive, CD or DVD.
Boot it, and it will check your RAM. Boot it, and it will check your RAM.
@ -40,7 +40,7 @@ Download the latest Ubuntu LTS version (16.04 at the moment), and put it on a pe
## Windows ## Windows
There are many great free tools for this. There are many great free tools for this.
* https://hddguardian.codeplex.com * https://hddguardian.codeplex.com
* http://crystalmark.info/software/CrystalDiskInfo/index-e.html * https://crystalmark.info/en/software/crystaldiskinfo/
## Ubuntu ## Ubuntu
* https://askubuntu.com/questions/528072/how-can-i-check-the-smart-status-of-a-drive-on-ubuntu-14-04-through-16-10 * https://askubuntu.com/questions/528072/how-can-i-check-the-smart-status-of-a-drive-on-ubuntu-14-04-through-16-10
@ -81,4 +81,4 @@ If you have a BSOD, or the computer restarts/turns off, you have a bad PSU.
# Something else # Something else
Check if the cables to your HDD/things are connected firmly, and nothing is lose. This can also cause trouble. Check if the cables to your HDD/things are connected firmly, and nothing is lose. This can also cause trouble.
If nothing helped, your motherboard can also be faulty. If nothing helped, your motherboard can also be faulty.

@ -16,7 +16,7 @@ We tried not to put much html code in the translatable strings but some of them
* `%1`, `%2`, `%3`...<br> * `%1`, `%2`, `%3`...<br>
These were introduced to give the translator more flexibility. They must appear *as is* in the translated string but their location *can* change (this is the point). Some languages require that some words are moved in the sentence in order to be understandable. (i.e.: `Finished to download %1.` can be translated in french as `Le téléchargement de %1 est terminé.`)<br> These were introduced to give the translator more flexibility. They must appear *as is* in the translated string but their location *can* change (this is the point). Some languages require that some words are moved in the sentence in order to be understandable. (i.e.: `Finished to download %1.` can be translated in french as `Le téléchargement de %1 est terminé.`)<br>
![Percentages.png](http://www.qbittorrent.org/wiki-images/Percentages.png) ![Percentages.png](https://www.qbittorrent.org/wiki-images/Percentages.png)
* Keyboard shortcuts: `&`<br> * Keyboard shortcuts: `&`<br>
They should be present in the translation too. Just recopy them at the same location. They should be present in the translation too. Just recopy them at the same location.

@ -11,7 +11,7 @@ macOS<br/>`~/.config/qBittorrent/qbittorrent.ini`<br/>
```ini ```ini
[Locking] [Locking]
password=<encrypted_password> (this can be decrypted at http://www.md5online.org/) password=<encrypted_password> (this can be decrypted at https://www.md5online.org/)
locked=true locked=true
``` ```
1. Save the file 1. Save the file

@ -29,7 +29,7 @@ Then compile qBittorrent as usual:
qBittorrent-nox can be launched as usual with the following command: qBittorrent-nox can be launched as usual with the following command:
qbittorrent-nox qbittorrent-nox
Note that qBittorrent-nox is a terminal application and it will not run as a daemon. As a consequence, it is advised to run qBittorrent-nox within [http://www.gnu.org/software/screen/ GNU Screen], using '''detach''' feature so that the user can conveniently logout from the system while keeping the file transfers active. Note that qBittorrent-nox is a terminal application and it will not run as a daemon. As a consequence, it is advised to run qBittorrent-nox within [https://www.gnu.org/software/screen/ GNU Screen], using '''detach''' feature so that the user can conveniently logout from the system while keeping the file transfers active.
== Control qBittorrent-nox == == Control qBittorrent-nox ==
qBittorrent-nox ships a feature-rich Web UI that is almost identical to qBittorrent graphical user interface. The Web UI can be accessed via most Web Browsers (including Firefox, Chromium, IE7/8). qBittorrent-nox ships a feature-rich Web UI that is almost identical to qBittorrent graphical user interface. The Web UI can be accessed via most Web Browsers (including Firefox, Chromium, IE7/8).
@ -61,11 +61,11 @@ qBittorrent-nox does not need as many dependencies as standard qBittorrent becau
== How to run qbittorrent-nox on startup == == How to run qbittorrent-nox on startup ==
Warning! Ubuntu 15.04 switched to Systemd. Please refer to the Ubuntu server Guide mentioned at the top of this article. Warning! Ubuntu 15.04 switched to Systemd. Please refer to the Ubuntu server Guide mentioned at the top of this article.
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] | [https://qbforums.shiki.hu/index.php/topic,3483.0.html mirror2]. A qBittorrent user (Jakster) wrote an init script for Debian to run qbittorrent-nox on startup.<br />This script can be found [https://launchpadlibrarian.net/38905385/qbittorrent here] | [https://pastebin.com/nvMZiAxQ mirror] | [https://qbforums.shiki.hu/index.php/topic,3483.0.html mirror2].
Save it in ''/etc/init.d/'' folder, under the name ''qbittorrent-nox-daemon''. Save it in ''/etc/init.d/'' folder, under the name ''qbittorrent-nox-daemon''.
You can do this in one step, by issuing this command: You can do this in one step, by issuing this command:
sudo wget -O /etc/init.d/qbittorrent-nox-daemon http://launchpadlibrarian.net/38905385/qbittorrent sudo wget -O /etc/init.d/qbittorrent-nox-daemon https://launchpadlibrarian.net/38905385/qbittorrent
However, always make sure you got the proper content. Check the link and the mirror.<br />Make sure the downloaded file is correct as well, by opening it in the text editor 'nano'. However, always make sure you got the proper content. Check the link and the mirror.<br />Make sure the downloaded file is correct as well, by opening it in the text editor 'nano'.
nano -w /etc/init.d/qbittorrent-nox-daemon nano -w /etc/init.d/qbittorrent-nox-daemon

@ -1,7 +1,7 @@
qBittorrent has a feature-rich Web UI allowing users to control qBittorrent remotely. This is ideal for headless servers without the X window system such as Ubuntu Server. qBittorrent has a feature-rich Web UI allowing users to control qBittorrent remotely. This is ideal for headless servers without the X window system such as Ubuntu Server.
Note: This guide is intended for Ubuntu 12.04 - 14.04. From Ubuntu 15.04 the startup scripts have changed from upstart to systemd. More info here: Note: This guide is intended for Ubuntu 12.04 - 14.04. From Ubuntu 15.04 the startup scripts have changed from upstart to systemd. More info here:
http://askubuntu.com/questions/613366/rationale-for-switching-from-upstart-to-systemd https://askubuntu.com/questions/613366/rationale-for-switching-from-upstart-to-systemd
**Install** **Install**

@ -11,7 +11,7 @@ Turn off any and all BitTorrent clients that are running, open [Speedtest.net](h
## Version and Operating System ## Version and Operating System
This is essential. Also before asking, please ensure that you are using the latest release for your OS. See the [news page](http://www.qbittorrent.org/news.php) first, as we do not support older versions of qBittorrent. This is essential. Also before asking, please ensure that you are using the latest release for your OS. See the [news page](https://www.qbittorrent.org/news.php) first, as we do not support older versions of qBittorrent.
## qBittorrent Settings Information ## qBittorrent Settings Information

@ -2,8 +2,8 @@
**An unexpected behaviour occurring under a given set of conditions** **An unexpected behaviour occurring under a given set of conditions**
A 'bug' is when something unusual or unexpected happens when you perform a particular action, and this unexpected behaviour should be repeatable when you or another user creates the same conditions with the same qBittorrent version and operating system. If you do find some errant behaviour the first thing to do is to ensure **you are using the latest version available** for your operating system, see the [news page](http://www.qbittorrent.org/news.php) for which that is. A 'bug' is when something unusual or unexpected happens when you perform a particular action, and this unexpected behaviour should be repeatable when you or another user creates the same conditions with the same qBittorrent version and operating system. If you do find some errant behaviour the first thing to do is to ensure **you are using the latest version available** for your operating system, see the [news page](https://www.qbittorrent.org/news.php) for which that is.
So if your question is "qBittorrent is slow" or "My downloads disappeared when I press [any alphanumeric key] on my keyboard" are NOT a 'bug' and should not be reported as such by opening a new issue on the 'bug tracker'. Visit the [qBittorrent Support Forum](http://forum.qbittorrent.org) and ask the question there, but please use the forum search before starting a new thread, almost every problem has been asked and answered before, so adding another "Not uploading" question simply adds to the forum "noise level". So if your question is "qBittorrent is slow" or "My downloads disappeared when I press [any alphanumeric key] on my keyboard" are NOT a 'bug' and should not be reported as such by opening a new issue on the 'bug tracker'. Visit the [qBittorrent Support Forum](http://forum.qbittorrent.org) and ask the question there, but please use the forum search before starting a new thread, almost every problem has been asked and answered before, so adding another "Not uploading" question simply adds to the forum "noise level".
And please, where ever you report your problem, include the qBittorrent version, the operating system you are using, and any execution log entry relevant to the problem and the library versions (Help -> About -> Libraries). And please, where ever you report your problem, include the qBittorrent version, the operating system you are using, and any execution log entry relevant to the problem and the library versions (Help -> About -> Libraries).

@ -1,5 +1,5 @@
**First and foremost**: Make sure you are using the latest qBittorrent available for your system. **First and foremost**: Make sure you are using the latest qBittorrent available for your system.
You can download the latest version from here: http://qbittorrent.org/ You can download the latest version from here: https://qbittorrent.org/
With that out of the way, let's see what can go wrong. With that out of the way, let's see what can go wrong.
The easiest way to see where the problem lies is, disabling everything in between your PC and your Internet Modem. So basically bring your PC to the modem, hook up directly without any router, wifi, anything. Disable Proxy and VPN if you have any and test. Does it work? No? Then try it with a second PC. Still not? Head to our forums and we will help you. The easiest way to see where the problem lies is, disabling everything in between your PC and your Internet Modem. So basically bring your PC to the modem, hook up directly without any router, wifi, anything. Disable Proxy and VPN if you have any and test. Does it work? No? Then try it with a second PC. Still not? Head to our forums and we will help you.
@ -27,4 +27,4 @@ Include _every_ detail.
* How do you connect to the closest access point? Wifi? Cable? Power-ethernet? * How do you connect to the closest access point? Wifi? Cable? Power-ethernet?
* What HDDs, SSDs do you download to? Do you use RAID? If yes, hardware, SW? If HW, what adapter/device? * What HDDs, SSDs do you download to? Do you use RAID? If yes, hardware, SW? If HW, what adapter/device?
* Did you check your storage if it works, if it does not have any SMART issues? Use Crystal Disk Info to make sure that the storage is fine. ( https://crystalmark.info/en/software/crystaldiskinfo/ ) * Did you check your storage if it works, if it does not have any SMART issues? Use Crystal Disk Info to make sure that the storage is fine. ( https://crystalmark.info/en/software/crystaldiskinfo/ )
* Did you check your RAM if it is flawless/has no issues? ( https://www.howtogeek.com/260813/how-to-test-your-computers-ram-for-problems/ ) * Did you check your RAM if it is flawless/has no issues? ( https://www.howtogeek.com/260813/how-to-test-your-computers-ram-for-problems/ )