diff --git a/en-US/modules/concept_third-party-repositories.html b/en-US/modules/concept_third-party-repositories.html deleted file mode 100644 index 8b832bf..0000000 --- a/en-US/modules/concept_third-party-repositories.html +++ /dev/null @@ -1,466 +0,0 @@ - - - - - - - -Third party repositories - - - - - -
-
-
-
-

There are a number of third-party software repositories for Fedora. They have more liberal licensing policies and provide software packages that Fedora excludes for various reasons. These software repositories are not officially affiliated or endorsed by the Fedora Project. Use them at your own discretion. For complete list, see FedoraThirdPartyRepos -The following repositories are commonly used by end users and do not conflict with each other:

-
-
- -
-
-
-
-

Mixing third party software repositories

-
-
-

Mixing a lot of third party repositories is not recommended since they might conflict with each other causing instability and hard to debug issues. If you are not a technical user, one way is to not enable the third-party repo by default and instead use the --enablerepo switch for yum or dnf, or a similar method configurable in the graphical package manager.

-
-
-
-
- - - \ No newline at end of file diff --git a/en-US/modules/proc_disabling-test-page.html b/en-US/modules/proc_disabling-test-page.html deleted file mode 100644 index e2fb8fe..0000000 --- a/en-US/modules/proc_disabling-test-page.html +++ /dev/null @@ -1,462 +0,0 @@ - - - - - - - - -Disabling Test Page - - - - - -
-
-

To disable the test page, comment out all the lines in the file /etc/httpd/conf.d/welcome.conf using # as follows:

-
-
-
-
# <LocationMatch "^/+$">
-#    Options -Indexes
-#    ErrorDocument 403 /.noindex.html
-# </LocationMatch>
-
-# <Directory /usr/share/httpd/noindex>
-#    AllowOverride None
-#    Require all granted
-# </Directory>
-
-# Alias /.noindex.html /usr/share/httpd/noindex/index.html
-
-
-
- - - \ No newline at end of file