Differences between revisions 7 and 13 (spanning 6 versions)
Revision 7 as of 2021-11-02 19:23:28
Size: 685
Comment:
Revision 13 as of 2023-01-08 20:13:56
Size: 1434
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Documentation of an amateur Linux system administrator. '''Linux''' is an operating system kernel that is meant to be a drop-in replacement for System V Unix.

<<TableOfContents>>

----


== Distributions ==

 * [[Linux/Alpine|Alpine Linux]]
 * [[Linux/Arch|Arch Linux]]
 * [[Linux/Debian|Debian]]
 * [[Linux/Fedora|Fedora]]
Line 7: Line 19:
== Articles == == General Administration ==
Line 9: Line 21:
 * [[Linux/FileSystems]]
    * Or more specifically, [[Linux/ArchLinuxFileSystem]]
 * [[Linux/Clock]]
 * [[Linux/DNS]]
 * [[Linux/Users]]
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]]
Line 19: Line 36:
 * [[Linux/fstab]]
 * [[Linux/hosts]]
 * [[Linux/nsswitch.conf]]
 * [[Linux/resolv.conf]]
 * [[Linux/resolvconf.conf]]
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]]
Line 27: Line 46:
== Related Utilities == == POSIX Utilities ==
Line 29: Line 48:
These are not necessarily Linux utilities, but may be of interest to an amateur Linux system administrator. POSIX utilities should be available on all distributions. This is the subset of utilities that warrant dedicated documentation.
Line 31: Line 50:
 * [[Awk|awk]]
Line 32: Line 52:
 * [[Ed|ed]] (see also for ex)
 * [[Netctl|netctl]]
 * [[Vim|vim]] (see also for vi, and nvim)
 * [[Ed|ed]]
 * [[Sed|sed]]
 * [[Shell|sh]]
 * [[Vim|vi]]

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

See also [[Git|git]], which was developed alongside the Linux kernel.

Linux

Linux is an operating system kernel that is meant to be a drop-in replacement for System V Unix.


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).

See also git, which was developed alongside the Linux kernel.


CategoryRicottone

Linux (last edited 2025-12-19 21:24:11 by DominicRicottone)