Commit graph

680 commits

Author SHA1 Message Date
Jan Kuparinen
f91dbb33a7 Did a technical review and corrected commands as needed. File is now accurate. 2021-01-26 07:03:10 +02:00
Cole Robinson
0eb5c5836a Point virtio-win docs at project README
The virtio-win docs are out of date, and soon to be even more so with
coming upstream changes to the yum repo. Upstream devs would like to
move the docs closer to the upstream project infrastructure.

Delete most of the content and point at the upstream packaging README.md

https://pagure.io/fedora-docs/quick-docs/issue/327

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2021-01-26 00:59:55 +00:00
Matthew Miller
faab1a6e21 change the title so it's clear that this is about DNF equivalents, not actually using APT 2021-01-26 00:56:10 +00:00
Matthew Miller
a3668b0ed9 move APT <-> DNF document from FAQ to the package management section 2021-01-26 00:56:10 +00:00
Petr Bokoc
a858fde083 Updates to the Autoupdate page 2021-01-26 01:41:26 +01:00
Jan Kuparinen
75173b18fd removed needs review section 2021-01-25 23:56:21 +00:00
Jan Kuparinen
7ce4ab3751 Technical review done, fixed a typo 2021-01-25 23:56:21 +00:00
Jan Kuparinen
da77d2173d deleted an extra file 2021-01-25 23:56:20 +00:00
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
97a60f8ce7 Added missing sudo statement. 2021-01-25 23:56:20 +00:00
Jan Kuparinen
fb31f63a35 Did a technical review and corrected commands as needed. File 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
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
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