diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 137c00b..b753ef0 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -67,7 +67,7 @@ ** xref:managing-keyboard-shortcuts-for-running-app-in-gnome.adoc[Managing keyboard shortcuts for running an application in GNOME] ** xref:creating-a-disk-partition-in-linux.adoc[Creating disk partitions] ** xref:reset-root-password.adoc[Resetting a root password] -** xref:using-aide.adoc[Checking file integrity with AIDE] +** xref:aide-checking-file-integrity.adoc[Checking file integrity with AIDE] ** xref:getting-started-with-apache-http-server.adoc[Getting started with Apache HTTP Server] ** xref:samba.adoc[How to create a Samba share] ** xref:join-active-directory-freeipa.adoc[How to join an Active Directory or FreeIPA domain] diff --git a/modules/ROOT/pages/adding_user_to_sudoers_file.adoc b/modules/ROOT/pages/adding_user_to_sudoers_file.adoc index 4bc79e1..811b649 100644 --- a/modules/ROOT/pages/adding_user_to_sudoers_file.adoc +++ b/modules/ROOT/pages/adding_user_to_sudoers_file.adoc @@ -3,10 +3,11 @@ Mirek Jahoda; Ankur Sinha ; The Fedora Docs Team :revnumber: F38 :revdate: 2023-08-06 -// Optional free form useful additional information as comment - :category: Administration -:tags: How-to TAG_02 TAG_03 ... TAG_n +:tags: How-to + + +// Optional free form useful additional information as comment One of the most common operations that administrators want to accomplish when managing `sudo` permissions is to grant a new user general `sudo` access. This is helpful if you want to give an account full administrative access to the system. diff --git a/modules/ROOT/pages/aide-checking-integrity.adoc b/modules/ROOT/pages/aide-checking-file-integrity.adoc similarity index 99% rename from modules/ROOT/pages/aide-checking-integrity.adoc rename to modules/ROOT/pages/aide-checking-file-integrity.adoc index 1d05905..403cf7e 100644 --- a/modules/ROOT/pages/aide-checking-integrity.adoc +++ b/modules/ROOT/pages/aide-checking-file-integrity.adoc @@ -2,13 +2,12 @@ Héctor Louzao; The Fedora Documentation Team :revnumber: F38 :revdate: 2023-08-09 - :page-aliases: using-aide.adoc -// Optional free form useful additional information as comment - :category: Administration :tags: How-to Monitoring +// Optional free form useful additional information as comment + [abstract] Advanced Intrusion Detection Environment (AIDE) is a utility that creates a database of files on the system, and then uses that database to ensure file integrity and detect system intrusions. diff --git a/modules/ROOT/pages/dnf-vs-apt.adoc b/modules/ROOT/pages/dnf-vs-apt.adoc index afeb11d..7f21006 100644 --- a/modules/ROOT/pages/dnf-vs-apt.adoc +++ b/modules/ROOT/pages/dnf-vs-apt.adoc @@ -3,11 +3,11 @@ Michal Ambroz; Christopher Engelhard ; The Fedora Docs team :revnumber: F37 :revdate: 2023-02-03 -// Optional free form useful additional information as comment - :category: Administration :tags: How-to +// Optional free form useful additional information as comment + APT is the package manager/dependency solver for the Debian ecosystem, i.e. it manages `.deb` packages installed by the DPKG program. Fedora software is based on `.rpm` packages, and thus uses DNF, the package manager/dependency solver for the RPM program, instead. This document gives a brief overview of the most common APT commands one might find in tutorials and their DNF equivalents. diff --git a/modules/ROOT/pages/raspberry-pi.adoc b/modules/ROOT/pages/raspberry-pi.adoc index 394c637..1683d38 100644 --- a/modules/ROOT/pages/raspberry-pi.adoc +++ b/modules/ROOT/pages/raspberry-pi.adoc @@ -2,12 +2,11 @@ Flo H; jtagcat; The Fedora Docs Team :revnumber: F38 :revdate: 2023-08-05 - -// Optional free form useful additional information as comment - :category: Installation :tags: How-to ARM-SBC Raspberry-Pi +// Optional free form useful additional information as comment + [abstract] The link:https://www.raspberrypi.org[Raspberry Pi] is a credit card-sized ARM based single board computer (SBC). This documentation describes how to get started