No description
This repository has been archived on 2026-05-29. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
blackcrack 76103d2488 Update modules/system-administrators-guide/pages/basic-system-configuration/Managing_Users_and_Groups.adoc
if some with ssh on the way with X11-Forwarding and need the info for managing the users in Gui, should it exist.. 
best
Blacky
p.s. my first entry :)
2020-07-12 14:03:34 +00:00
modules/system-administrators-guide Update modules/system-administrators-guide/pages/basic-system-configuration/Managing_Users_and_Groups.adoc 2020-07-12 14:03:34 +00:00
.gitignore antora conversion 2018-07-28 10:29:42 +02:00
antora.yml fix version to rawhide 2019-05-19 11:05:23 +02:00
build.sh Update build and preview scripts 2019-09-17 14:20:14 +02:00
LICENSE Add LICENSE 2019-09-17 14:20:21 +02:00
LICENSE.txt Convert links to https where applicable 2018-10-16 16:59:53 +02:00
nginx.conf Update configs and build scripts 2018-10-18 13:33:34 +02:00
preview.sh Update build and preview scripts 2019-09-17 14:20:14 +02:00
README.md Update README.md title 2019-02-22 17:11:43 +00:00
site.yml Fix release docs home branch in site.yml 2019-09-16 16:22:30 +02:00

Fedora System Administrator Guide

Please report Issues and submit Pull Requests for Content Fixes here. Never done a pull request (or "PR")? Here's the Pagure documentation for Pull Requests.

General appearance issues and publishing issues should be reported against the publishing software.

How to edit these documents

All of this is written in AsciiDoc. It's a simple mostly-plain-text markup language. You may want to look at:

Local preview

This repo includes scripts to build and preview the contents of this repository.

NOTE: Please note that if you reference pages from other repositoreis, such links will be broken in this local preview as it only builds this repository. If you want to rebuild the whole Fedora Docs site, please see the Fedora Docs build repository for instructions.

Both scripts use docker, so please make sure you have it installed on your system. Please see below for instructions.

To build and preview the site, run:

$ ./build.sh && ./preview.sh

The result will be available at http://localhost:8080

Installing docker on Fedora

$ sudo dnf install docker
$ sudo systemctl start docker && sudo systemctl enable docker