- was pretty good to go, one or two minor cosmetic issues
- left the "upgrade using anaconda" section in, even though it applies
to releases < 17 only. Should this be removed?
This gives info about installing packages using the `rpm` command and is
extremely bad advice. End users should be using the standard package
managers (DNF) to install packages and not resort to `rpm` unless as a
last resort. So, this documentation does not fit into user-end
quickdocs.
Fixes#102
- Remove Caution
- Review and Check View Log Information via Systemctl
- Add Using journalctl to View Log Information for a Specific Service
- Add to know more about systemd -> understanding-and-administering-systemd
- Sections can be moved up one level replaceing rsyslog
- Improve con_viewing-logs.adoc with adding some usefull information
- Change in using nano and vim to you can use favourite text editor
- Remove rsyslog completly
- Add -b and --list-boots if the user needs flter log messages for the current boot or view old log's
- instead of using bold for commands and file/folder names, maybe make them monospace too. That does'nt work in _NOTE_
- "Using the command line to open log files in a text editor" -> "Use a text editor" as a separate section.
- Observe a Warning when editing view_log.adoc and there is a PR in ASCCIDOCTOR
https://github.com/asciidoctor/asciidoctor/issues/2855.
[Ticket: 107] - https://pagure.io/fedora-docs/quick-docs/issue/107
When using the Nvidia proprietary driver from `rpmfusion-nonfree-nvidia-driver`, the `nvidia-fallback` service is disabled by default but it is started as a dependency. The correct way to prevent it from starting is to mask it.
Since the 3rd party policy adoption, the RPM Fusion community repository was preferred
over other single maintained repository.
See https://pagure.io/fedora-workstation/issue/43
This change switch the preferred method to install the nvidia driver.
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>