MediaBoomer (talk | contribs) m (Intro revision) |
mNo edit summary |
||
(32 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
== Introduction == | |||
New users engaging with the [[Linux]] and the open-source ecosystem for the first time will likely encounter a significant amount of new terminology. This is a list of subjects that new users may wish to become familiar with upon delving into more advanced Linux usage. | |||
== Terms == | |||
* [[Bloat]] | |||
* [[CLI|Command-Line Interface (CLI)]] | |||
* [[Command]] | |||
* [[Desktop Environment|Desktop Environments]] | |||
** [[GNOME]] | |||
** [[KDE Plasma]] | |||
** [[Xfce]] | |||
* [[Display Manager]] | |||
* [[Drivers]] | |||
* [[FOSS / FLOSS|Free Open Source Software / Free, Libre Open Source Software (FOSS/FLOSS)]] | |||
* [[GUI|Graphical User Interface (GUI)]] | |||
* [[Linux]] | * [[Linux]] | ||
* [[ | * [[Linux Distributions|Linux Distribution]] | ||
* [[Ownership]] | |||
* [[Package]] | |||
* [[ | |||
* [[ | |||
* [[Package Manager]] | * [[Package Manager]] | ||
** [[apk]] | |||
** [[apt]] | |||
** [[dnf]] | |||
** [[dpkg]] | |||
** [[flatpak]] | |||
** [[NixOS|nix]] | |||
** [[pacman]] | |||
** [[portage]] | |||
** [[rpm]] | |||
** [[snap]] | |||
** [[zypper]] | |||
* [[Privacy]] | |||
* [[Program]] | |||
* [[Repository|Repository (Repo)]] | |||
* [[Script]] | |||
* [[Security]] | |||
* [[tar.xz / Tarball]] | |||
* [[TUI|Text-Based User Interface (TUI)]] | |||
* [[Ricing|Theming / "Ricing"]] | |||
* [[Window Manager|Window Managers]] | |||
** [[Dwm|DWM]] | |||
** [[Hyprland]] | |||
** [[IceWM]] | |||
** [[i3]] | |||
In effort to avoid stressing new users, there are some subjectively more complicated topics most new users will not ''need'' to learn about, unless they are trying to perform some specific task. | |||
* [[Building]] | |||
* [[Compiling]] | |||
* [[Compositor]] | |||
* [[Git]] | * [[Git]] | ||
* [[GitHub]] | * [[GitHub]] | ||
* [[ | * [[GNU]] | ||
* [[Hacking]] | |||
* [[Kernel]] | * [[Kernel]] | ||
* [[ | * [[Kernel Module]] | ||
* [[ | * [[Licenses]] | ||
* | ** [[GPL / GPLv3|General Public License [vX] (GPL vX)]] | ||
* [[ | |||
* [[Shell]] | * [[Shell]] | ||
** [[Bash]] | |||
** [[ZSH]] | |||
* [[TTY]] | * [[TTY]] | ||
* [[Wayland]] | * [[Wayland]] | ||
* [[X11]] | |||
* [[XOrg|Xorg]] | * [[XOrg|Xorg]] | ||
* [[Xwayland]] | * [[Xwayland]] | ||
__INDEX__ | __INDEX__ | ||
__NEWSECTIONLINK__ | __NEWSECTIONLINK__ | ||
[[Category:Terminology]] |
Revision as of 13:39, 10 June 2024
Introduction
New users engaging with the Linux and the open-source ecosystem for the first time will likely encounter a significant amount of new terminology. This is a list of subjects that new users may wish to become familiar with upon delving into more advanced Linux usage.
Terms
- Bloat
- Command-Line Interface (CLI)
- Command
- Desktop Environments
- Display Manager
- Drivers
- Free Open Source Software / Free, Libre Open Source Software (FOSS/FLOSS)
- Graphical User Interface (GUI)
- Linux
- Linux Distribution
- Ownership
- Package
- Package Manager
- Privacy
- Program
- Repository (Repo)
- Script
- Security
- tar.xz / Tarball
- Text-Based User Interface (TUI)
- Theming / "Ricing"
- Window Managers
In effort to avoid stressing new users, there are some subjectively more complicated topics most new users will not need to learn about, unless they are trying to perform some specific task.