Commit graph

597 commits

Author SHA1 Message Date
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
Jan Pazdziora
6117503ca7 Fedora 33 has been released. 2020-10-28 15:44:44 +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
Caleb McKee
9f7a76a8f6 Update modules/ROOT/pages/packagekit-not-found.adoc
Fixed some grammatical issues. About half of the content didn't copy over from the wiki, so I filled the rest in. Note: "this video" link under the subheader "What is bad about patented formats?" leads to an website which seems to have security issues. There is no SSL certificate for that link and my browser prompts me with a warning. I also removed other broken links. The suggestion to use Ogg Vorbis might be outdated, as I tried to visit the site and didn't get a response. I kept the link and content, however, because I'm not expert in this subject and have no alternative to offer.
2020-10-12 10:22:25 +00:00
Caleb McKee
2e423cdf4b Update modules/ROOT/pages/package-management.adoc
This content aligns perfectly with the content on the wiki. No need for grammatical edits either. I removed the "unreviewed" header and admonition.
2020-10-12 10:22:25 +00:00
Caleb McKee
0bbd1b1f1b Update modules/ROOT/pages/upgrading-fedora-online.adoc
Removed "unreviewed" admonition that I left by mistake.
2020-10-12 10:22:25 +00:00
Caleb McKee
b1268bef02 Update modules/ROOT/pages/autoupdates.adoc
Removed the "unreviewed" admonition that I left by mistake.
2020-10-12 10:22:25 +00:00
FloH
8de281aeac removing ununsed screenshot file 2020-10-08 13:43:37 +00:00
Flo H
2c629043e2 Update modules/ROOT/pages/upgrading.adoc
Publishing a new screenshot for release upgrade from Gnome Software
2020-10-08 13:43:37 +00:00
florianh
468dcd6705 uploaded new screenshot for Gnome Software dist-upgrade notification 2020-10-08 13:43:37 +00:00
Flo H
96c80312ec Update modules/ROOT/pages/create-hello-world-rpm.adoc
corrected directory name: `~/rpmbuild/SOURCES` (insted of SOURCE)
2020-10-08 13:43:37 +00:00
Brandon Nielsen
1d31b29924 Change Macros link to point to docs.fedoraproject.org. 2020-10-07 10:12:24 +00:00
Caleb McKee
e00d51d9bd Update modules/ROOT/nav.adoc
Uncommented "//FIX ME" from updated pages
2020-10-05 05:43:37 +00:00
Caleb McKee
2a758cb505 Update modules/ROOT/pages/autoupdates.adoc
Grammatical edits, populated missing commands, formatted commands in writing for consistency, etc.
2020-10-05 05:42:36 +00:00
Caleb McKee
bbdc947d9f Update modules/ROOT/pages/upgrading-fedora-online.adoc
Populated missing commands that didn't transfer, grammatical edits, added admonitions that didn't transfer, etc.
2020-10-05 05:41:08 +00:00
Akshata Khedekar
37fd0734da made changes 2020-10-02 14:59:00 +05:30
Akshata Khedekar
2b23d1ce91 Fixed the recommended changes. 2020-10-02 14:54:57 +05:30
Akshata Khedekar
98c99ca158 Made corrective Changes 2020-09-30 13:56:08 +05:30
Akshata Khedekar
81aace8c1e Add Zoom Document 2020-09-24 17:50:50 +05:30
Akshata Khedekar
8d6bcf9731 Update version for f33(pre-release)
Updated fedora33(pre-release) version of Wine.
2020-09-16 12:54:58 +00:00