Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2020-11-10 16:06:00
Size: 319
Comment:
Revision 12 as of 2023-01-08 20:10:38
Size: 1255
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
A collection of manuals, examples, tutorials, and tips for amateur Linux system administrators. <<TableOfContents>>
Line 5: Line 5:
All articles will use camel case titles, as with [[Linux/Users]]. Pages describing the syntax of specific files will use the all-lowercase file name, as with [[Linux/hosts]]. ----


== Distributions ==

 * [[Linux/Alpine|Alpine Linux]]
 * [[Linux/Arch|Arch Linux]]
 * [[Linux/Debian|Debian]]
 * [[Linux/Fedora|Fedora]]



== General Administration ==

For distribution-specific administration details, see the relevant distribution's page.

 * [[Linux/Clock|Clock]]
 * [[Linux/DNS|DNS]]
 * [[Linux/Networking|Networking]]
 * [[Linux/ErasingDrives|Erasing Drives]]
 * [[Linux/PartitionTables|Partition Tables]]
 * [[Linux/FileSystems|File Systems]]
 * [[Linux/Swap|Swap]]
 * [[Linux/Users|Users]]



== Configuration Files ==

For distribution-specific configuration files, see the relevant distribution's page.

 * [[Linux/fstab|fstab]]
 * [[Linux/hosts|hosts]]
 * [[Linux/nsswitch.conf|nsswitch.conf]]
 * [[Linux/resolv.conf|resolv.conf]]
 * [[Linux/resolvconf.conf|resolveconf.conf]]



== POSIX Utilities ==

POSIX utilities should be available on all distributions. This is the subset of utilities that warrant dedicated documentation.

 * [[Awk|awk]]
 * [[Curl|curl]]
 * [[Ed|ed]]
 * [[Sed|sed]]
 * [[Shell|sh]]
 * [[Vim|vi]]

See also [[Bash|bash]] and [[Zsh|zsh]], two very common subsitutes for `sh(1)`.

Linux


Distributions

General Administration

For distribution-specific administration details, see the relevant distribution's page.

Configuration Files

For distribution-specific configuration files, see the relevant distribution's page.

POSIX Utilities

POSIX utilities should be available on all distributions. This is the subset of utilities that warrant dedicated documentation.

See also bash and zsh, two very common subsitutes for sh(1).


CategoryRicottone

Linux (last edited 2023-06-29 16:54:00 by DominicRicottone)