Added tools box content and various corrections
This commit is contained in:
parent
f8178671f8
commit
f9c7bcdef7
2 changed files with 57 additions and 4 deletions
|
|
@ -33,15 +33,15 @@
|
|||
<a href="../fedora-workstation-and-spins/" class="homepage-link homepage-link-primary" >
|
||||
<h3>Fedora Workstation & spins</h3>
|
||||
<!-- <p>A elaborated, easy to use operating systems for laptop and desktop computers.</p> -->
|
||||
<p>Problem-oriented guidance for beginners and advanced users of Fedora Workstation (GNOME desktop) and different spins (other desktops, like KDE)</p>
|
||||
<p>Workstation (GNOME environment) and Spins (KDE & others) for laptops & desktops</p>
|
||||
</a>
|
||||
<a href="../emerging/" class="homepage-link homepage-link-primary">
|
||||
<h3>Emerging Fedora Desktops</h3>
|
||||
<p><i>Silverblue</i> (GNOME desktop) and <i>Kinoite</i> (KDE desktop) are immutable desktop operating systems aimed at good support for container-focused workflows.</p>
|
||||
<p>Desktop operating systems aiming at good support for container-focused workflows.</p>
|
||||
</a>
|
||||
<a href="../lab/" class="homepage-link homepage-link-primary">
|
||||
<h3>Fedora Lab</h3>
|
||||
<p>Curated bundles of purpose-driven software, maintained by members of the Fedora Community.</p>
|
||||
<p>Curated bundles of purpose-driven software, maintained by Community members.</p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,58 @@
|
|||
= Fedora Tools
|
||||
:page-layout: without_menu
|
||||
|
||||
Fedora includes a set of programs that enable users to customize and maintain a Fedora installation to meet individual needs. Fedora editions and spins each use these tools in a different way. Read the edition documentation to learn how to use these tools in a practical way. Here we provide a general overview and functional description for the tools that complements the edition documentation.
|
||||
|
||||
Comming soom
|
||||
In general, Fedora is focused on its upstream projects, so also with the administration and management tools. This applies to both the software itself as well as the documentation. The Fedora documentation consequently focuses on describing Fedora specific customizations, e.g. the choice of data directories or default values.
|
||||
|
||||
Fedora uses the following upstream projects.
|
||||
|
||||
== Instance Management
|
||||
Anaconda::
|
||||
https://github.com/rhinstaller/anaconda[Anaconda] is the installation program used by Fedora, Red Hat Enterprise Linux and some other distributions for installation of rpm file based systems, as Workstation or Server.
|
||||
|
||||
* Upstream documentation: https://anaconda-installer.readthedocs.io/en/latest/[Welcome to Anaconda’s documentation!]
|
||||
* Fedora documentation: https://fedoraproject.org/wiki/Anaconda[Anaconda]
|
||||
* However, the first source of information should definitely be the installation guidance of the Fedora variant in question.
|
||||
|
||||
DNF::
|
||||
The https://github.com/rpm-software-management/dnf[Dandified YUM (DNF)] is the software packages manager, used by Fedora to manage the rpm based software distribution.
|
||||
* Upstream documentation: https://dnf.readthedocs.io/en/latest/[DNF, the next-generation replacement for YUM]
|
||||
* Fedora related documentation: https://docs.fedoraproject.org/en-US/quick-docs/dnf/[Using the DNF software package manager]
|
||||
* The documentation of the different Fedora variants may include additional, and more detailed information.
|
||||
|
||||
RPM::
|
||||
The Fedora file based software manager
|
||||
|
||||
rpm-ostree::
|
||||
image based installation management
|
||||
no Fedora tools available, link to upstream documentation
|
||||
|
||||
== Infrastructure Services
|
||||
|
||||
systemd::
|
||||
Fedora systemd service management
|
||||
|
||||
|
||||
OpenSSH::
|
||||
Managing remote access
|
||||
|
||||
TigerVNC::
|
||||
Remote graphical access
|
||||
|
||||
== Monitoring and Automation
|
||||
|
||||
System Monitoring Tools::
|
||||
short description TBD
|
||||
|
||||
Viewing and Managing Log Files::
|
||||
short description TBD
|
||||
|
||||
Automating System Tasks::
|
||||
short description TBD
|
||||
|
||||
OProfile::
|
||||
short description TBD
|
||||
|
||||
== Generic
|
||||
Fedora specific information on the various administration and maintenance tools is available in the [citetitle]_xref:fedora:system-administrators-guide:index.adoc[Fedora System Administrator's Guide]_.
|
||||
Loading…
Add table
Add a link
Reference in a new issue