Commit graph

785 commits

Author SHA1 Message Date
Liu Yongji
ccf39120c9 Update modules/ROOT/pages/_partials/proc_switching-between-java-versions.adoc
Edit the wrong command to verify java version.
2021-01-25 23:37:36 +00:00
Liu Yongji
00602c78ce Update modules/ROOT/pages/_partials/proc_installing-oracle-java.adoc
Modify the contradictory statement about installing oracle jdk.
2021-01-25 23:37:36 +00:00
Luke Rawlins
7771e2155d Update modules/ROOT/pages/_partials/proc_changing-to-enforcing-mode.adoc
Added sealert commands to search audit log, in place of /var/log/messages which may not be available on a default fedora installation.
2021-01-25 23:35:46 +00:00
Petr Bokoc
464744d297 Fix list numbering in build-custom-kernel 2021-01-25 23:34:28 +00:00
Alessio
68c2da8dfa Update modules/ROOT/pages/kernel/build-custom-kernel.adoc 2021-01-25 23:34:28 +00:00
Peter Lilley
9f0d661ebe adds reference to other quick-doc about x 2021-01-25 23:16:44 +00:00
Peter Lilley
4bc43ce97d Reference to X11 no longer default 2021-01-25 23:16:44 +00:00
Peter Lilley
4def80beb6 Remove 'unreviewed' caution 2021-01-25 23:16:44 +00:00
Héctor Louzao
f2a2581b85 Make Diferences between rescue in LVM and BTRF File System
Why this change is needed:

With the new default system in BTRF as Defautl for new instalation
this procedure needs updated.

What this change accomplishes:

. Reflect the diferences between rescue a system in a LVM/BTRF file System.
. Remove Sequence Number Warninig in a debug-dracut-problems.adoc

fix ticket: #316

Note: Please don't push .adoc with Warning Messages is quite anoying
2021-01-25 23:09:13 +00:00
Héctor Louzao
8811afe682 Checking Integrity with AIDE 2021-01-25 23:07:57 +00:00
Peter Lilley
172a09867d numbering continuity 2021-01-22 21:08:29 +11:00
Peter Lilley
d7ceaeacb3 refresh images 2021-01-22 21:05:08 +11:00
Peter Lilley
3d32a587d9 adding images 2021-01-22 20:22:23 +11:00
Peter Lilley
05928e804b references to chromium-freeworld per @ankursinha 2021-01-22 19:58:16 +11:00
Peter Lilley
12fe5903e5 Remove reference to widevine 2021-01-17 20:51:32 +11:00
Peter Lilley
17e9128324 Remove plugin instructions 2021-01-17 20:07:01 +11:00
Peter Lilley
f60f90c077 Create H3 2021-01-17 17:00:51 +11:00
Peter Lilley
4f7684393a minor - add sudo to some commands 2021-01-17 07:55:59 +11:00
Peter Lilley
33cd027727 Chrome Dev and Beta channel info 2021-01-16 23:19:58 +11:00
Matthew Miller
892bc7b5af remove an errant ' and fix capitalization 2021-01-15 12:04:18 -05:00
Matthew Miller
3135d7169d change "Kernel" to "Kernel and booting", move Dracut docs there 2021-01-15 12:02:50 -05:00
Matthew Miller
59eac91445 move Postgres to Databases category 2021-01-15 12:01:00 -05:00
Matthew Miller
1bd2c0dd53 Add new "Adding and managing software" category; move relevant items there 2021-01-15 11:59:03 -05:00
Héctor Louzao
aef253e2e3 Update out-dated information and aesthetic change for Databases
What this change accomplishes:

1. Move PostgreSql to Database Section
2. Remove Tips and Trips in PostgreSQL and move to the following
3. Add manage-sql-server.adoc and add GUI for Mysql/MariaDB/PostgreSQL
4. Add install information phpPgadmin because in fedora 33 is out of repo.
2021-01-08 20:13:54 +01:00
Peter Lilley
eae026feaf several small edits & corrections 2021-01-05 22:12:47 +11:00
Peter Lilley
121c66c068 Minor corrections 2021-01-05 22:01:12 +11:00
Peter Lilley
75076cf502 typos 2021-01-05 21:46:28 +11:00
Peter Lilley
c8c7010df3 re-write google-chrome sections 2021-01-05 21:40:00 +11:00
Peter Lilley
5c15b878c8 remove links no longer referenced 2021-01-05 20:48:29 +11:00
Peter Lilley
07614cd785 Updated copy - curated 3rd party repo 2021-01-05 20:46:09 +11:00
Peter Lilley
fe3222eb7c remove 'unreviewed' caution message 2021-01-05 20:03:46 +11:00
Ben Cotton
95b04ba9d6 Remove link to the Packages app
It does not exist. A few replacement projects are in the work, but aren't in place yet. Point folks to dist-git for now.

Fixes RHBZ 1908297.
2020-12-17 14:48:49 +00:00
Joe Dattilo
a58c2c9f61 Update modules/ROOT/pages/_partials/ref_virtio-win-rpm-contents.adoc
Corrected path to QEMU Guest Agent installers
2020-11-24 15:42:24 +00:00
Ankur Sinha (Ankur Sinha Gmail)
d307d751db
Fix minor typos 2020-11-23 09:12:54 +00:00
Ankur Sinha
2e8574247b Merge #304 Update dnf upgrade for 3rd party software 2020-11-23 09:08:28 +00:00
Ankur Sinha
658616cc04 Merge #287 Update modules/ROOT/pages/upgrading.adoc 2020-11-23 09:05:17 +00:00
Lukas Zapletal
8e1c962dd7 Update dnf upgrade for 3rd party software
This is now the second time when rpmconf reverted me
google-chrome-stable.repo file back to version where I have `enabled=0`.
It looks like this package generates the repo file in the post scriplet
and does not mention it in the list of installed files, this probably
tricks rpmconf to do an incorrect action. I would love to investigate
further and maybe file a bug for chrome/chromium, but now that I
finished my upgrade I can't look back why rpmconf thought this file
needs updating - scriplet looks like this:

    YUM_REPO_FILE="/etc/yum.repos.d/google-chrome.repo"
    install_yum() {
      install_rpm_key

      if [ ! "$REPOCONFIG" ]; then
        return 0
      fi

      if [ -d "/etc/yum.repos.d" ]; then
    cat > "$YUM_REPO_FILE" << REPOCONTENT
    [google-chrome]
    name=google-chrome
    baseurl=$REPOCONFIG/$DEFAULT_ARCH
    enabled=1
    gpgcheck=1
    gpgkey=https://dl.google.com/linux/linux_signing_key.pub
    REPOCONTENT
      fi
    }

It was likely some older version of the package. Anyway, I thought I'd
drop a warning note for others, because I accidentally disabled this
repo which left my Chrome on an old version for about a year until it
websites started warning me about an unsupported version. This is
dangerous, my main browser is Firefox but this could be a security
problem for others.
2020-11-19 08:32:41 +01:00
Jan Kuparinen
b57e8d52c4 removed needs review section 2020-11-16 17:39:18 +02:00
Jan Kuparinen
61e285acbd Technical review done, fixed a typo 2020-11-16 17:36:59 +02:00
Jan Kuparinen
ed91f4106b deleted an extra file 2020-11-15 07:14:41 +02:00
Jan Kuparinen
150aba0f91 Technical review on getting-started-with-apache-http-server
Added sudo to lines where needed
Changed "apachectl reload" to "sudo systemctl reload httpd.service"
Added / to the end of /etc/httpd/conf.d

Technical review completed and is now accurate.
2020-11-15 06:55:30 +02:00
Jan Kuparinen
2e382b872c Added missing sudo statement. 2020-11-13 21:33:14 +02:00
Jan Kuparinen
5e08ac5e48 Did a technical review and corrected commands as needed. File is now accurate. 2020-11-13 21:21:50 +02:00
Mirek Jahoda
d0e2e80fff Change a link to an xref in Disabling SELinux 2020-11-10 09:46:54 +00:00
Mirek Jahoda
08b33a90c5 Fix proc_enabling-selinux 2020-11-10 09:46:54 +00:00
Mirek Jahoda
1ca1b37fd4 Fix proc_disabling-selinux 2020-11-10 09:46:54 +00:00
Mirek Jahoda
2bbce8f88b Fix proc_changing-to-enforcing-mode 2020-11-10 09:46:54 +00:00
Ondrej Mosnacek
db3dc1ca8b Clarify enabling/disabling procedures for SELinux
* Simplify list of required packages (and add `grubby`).
* Move Disabled -> Enforcing steps from `changing-to-enforcing-mode` to
  `enabling-selinux`.
* In `changing-to-enforcing-mode`, use the correct procedure based on
  whether SELinux is currently Permissive or Disabled.
* Add step for ensuring that filesystem is relabeled when re-enabling
  SELinux.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
2020-11-10 09:46:54 +00:00
Ondrej Mosnacek
65925232d5 Update instructions for disabling and re-enabling SELinux
The kernel functionality that allowed to disable SELinux by changing
/etc/selinux/config is now deprecated and will be removed in F34 [1].
While setting SELINUX=Disabled will still lead to a similar state even
after the removal, it is better to guide users to disable SELinux via
kernel boot parameters, which will actually disable SELinux completely
(as in no SElinux code is executed by the kernel).

[1] https://fedoraproject.org/wiki/Changes/Remove_Support_For_SELinux_Runtime_Disable

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
2020-11-10 09:46:54 +00:00
Ondrej Mosnacek
77a636998d Fix quoting in SELinux code blocks
Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
2020-11-10 09:46:54 +00:00