Commit graph

291 commits

Author SHA1 Message Date
Jan Kuparinen
fede584056 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.
2021-01-25 23:56:20 +00:00
Jan Kuparinen
533b421eb2 Technical review on getting started with virtualization completed. 2021-01-25 23:51:43 +00:00
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
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
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
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
S Page
114da283dc emphasize system-upgrade reboot reboots immediately, minor cleanups
Use "reboot" consistently, emphasize the immediate no-prompt reboot, mention it's a console terminal, then a second reboot, and clean up step 6 language. This fixes issue #294 and I think is an improvement.
2020-11-06 10:53:14 +00:00
Justin W. Flory (he/him)
2ea8287856 fonts: Refactor fonts page into something more comprehensive
This commit refactors the content for the fonts page. I focused on
organization and layout. I restructured the previous layout from a more
command line vs. GUI approach, and instead emphasized "packaged vs.
unpackaged" fonts.

I was inspired to rework this page because I went looking for it
recently, and the search engine led me here. :-)

Signed-off-by: Justin W. Flory (he/him) <git@jwf.io>
2020-11-06 10:49:43 +00:00
Justin W. Flory (he/him)
03829527e5 fonts: Change file name for cleaner URL slug
This commit renames the "Adding new fonts in Fedora" file name. This
is done for two reasons:

1. Ensures the following changes are easier to review commit-by-commit
2. Better optimization in URL for search engines (i.e. this page is
   about fonts, so using a single word in the URL optimizes for that
   specific keyword)

Signed-off-by: Justin W. Flory (he/him) <git@jwf.io>
2020-11-06 10:49:43 +00:00
Richard Gregory
64d15e2fb4 Review configuring networking with NetworkManager CLI (nmcli)
Tested the instructions on Fedora 32: x86_64

Fixes: #192

Signed-off-by: Richard Gregory <richardgrecoson@gmail.com>
2020-11-06 10:48:05 +00:00
Richard Gregory
d1e29cf9f5 Review 'How to Use Qemu'
Tested the instructions on Fedora 32: x86_64

Fixes: #213

Signed-off-by: Richard Gregory <richardgrecoson@gmail.com>
2020-11-05 12:47:51 +01:00
Jan Pazdziora
6117503ca7 Fedora 33 has been released. 2020-10-28 15:44:44 +00:00
Flo H
5b539dae7b Update modules/ROOT/pages/upgrading.adoc
Removed Atomic host upgrades and added information to silverblue including link to Silverblue documentation, where all commands are presented
2020-10-28 11:45:43 +00:00
Richard Gregory
a6e1aeda40 Review controlling traffic with Firewalld
Tested the instructions on Fedora 32: x86_64

Fixes: #200

Signed-off-by: Richard Gregory <richardgrecoson@gmail.com>
2020-10-26 21:36:38 +00:00
Caleb McKee
a32929dfcf Update modules/ROOT/nav.adoc
Removed "//FIXME" from debug-dracut-problems.adoc
2020-10-26 21:29:33 +00:00
Caleb McKee
39c95b9414 Update modules/ROOT/pages/debug-dracut-problems.adoc
Proofread, edited for clarity, populated missing commands and file names, general housekeeping.
2020-10-26 21:29:33 +00:00
Caleb McKee
06d538dbbf Update modules/ROOT/pages/postgresql.adoc
Corrected a small grammatical error I added in my last commit. Sorry. It's late at night.
2020-10-26 21:29:33 +00:00
Caleb McKee
83c0fcc824 Update modules/ROOT/pages/postgresql.adoc
Many grammatical fixes and edits to clarify meaning. Missing portions of commands or outputs have been populated. Reformatted code snippets for aesthetic consistency.
2020-10-26 21:29:33 +00:00
Caleb McKee
274883a6fd Update modules/ROOT/nav.adoc
Removed "//FIXME" from postgresql page.
2020-10-26 21:29:33 +00:00
Caleb McKee
75df008dac Update modules/ROOT/pages/packagekit-not-found.adoc
Modified "=" to "-" and corrected header error.
2020-10-26 21:29:33 +00:00
Caleb Gartner
434d36c35b Update instructions to include a note on properly configuring display managers. 2020-10-26 22:28:01 +01:00
Flo H
e04aa04c9b Update modules/ROOT/pages/upgrading.adoc
Rewrite upgrade beta --> final
2020-10-26 21:21:00 +00:00
Richard Gregory
15f13e05b2 Update Quick Docs landing page
Edited the Quick Docs landing page to be more user oriented. I moved the
existing instructions about how to contribute to its own page.

Fixes: #265

Signed-off-by: Richard Gregory <richardgrecoson@gmail.com>
2020-10-26 21:19:22 +00:00
Richard Gregory
6a97345c63 Review using Adobe Flash
Tested the instructions on Fedora 32: x86_64

Fixes: #184

Signed-off-by: Richard Gregory <richardgrecoson@gmail.com>
2020-10-24 19:43:59 +00:00
Caleb McKee
e1c3e2318a Update modules/ROOT/nav.adoc
Removed "//FIXME" from line 81.
2020-10-12 10:22:25 +00:00
Caleb McKee
af9c0572b7 Update modules/ROOT/pages/openh264.adoc
Added missing portions of output under "Example installation for version 1.1:", fixed awkward ASCIIDoc formatting, checked for broken links.
2020-10-12 10:22:25 +00:00
Caleb McKee
756badbc22 Update modules/ROOT/nav.adoc
Uncommented the two pages I reviewed.
2020-10-12 10:22:25 +00:00