From 2011b343dddd45530df178d0f38d891521dcd351 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 13 Mar 2023 19:16:05 +0100 Subject: [PATCH] linux: added general linux entry --- wiki/games/lutris.md | 2 +- wiki/linux/arch-linux/arch-linux.md | 3 ++- wiki/linux/linux.md | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 wiki/linux/linux.md diff --git a/wiki/games/lutris.md b/wiki/games/lutris.md index 6a6224e..a9c6a4a 100644 --- a/wiki/games/lutris.md +++ b/wiki/games/lutris.md @@ -1,7 +1,7 @@ # Lutris [Lutris](https://lutris.net/) is a free and open source video game platform for -Linux systems. +[Linux](/wiki/linux/linux.md) systems. It features compatibility with [GOG](https://www.gog.com/), [Humble Bundle](https://humblebundle.com/), [Epic Games](https://www.epicgames.com/), [Steam](/wiki/games/steam.md) and many diff --git a/wiki/linux/arch-linux/arch-linux.md b/wiki/linux/arch-linux/arch-linux.md index 77f34dc..e62d9ef 100644 --- a/wiki/linux/arch-linux/arch-linux.md +++ b/wiki/linux/arch-linux/arch-linux.md @@ -1,6 +1,7 @@ # Arch Linux -[Arch Linux](https://archlinux.org/) is a rolling-release, general-purpose Linux +[Arch Linux](https://archlinux.org/) is a rolling-release, general-purpose +[Linux](/wiki/linux/linux.md) distribution. Arch Linux uses the [pacman](./package_manager.md) package manager. The Arch User Repositories (AUR) features community-made packages that can be diff --git a/wiki/linux/linux.md b/wiki/linux/linux.md new file mode 100644 index 0000000..03783cb --- /dev/null +++ b/wiki/linux/linux.md @@ -0,0 +1,14 @@ +# Linux + +Linux is a family of open-source operating systems that are based on the kernel +with the same name. +Linux based operating systems are Unix-like. + +## Distributions + +The different operating systems that are based on the Linux kernel are called +distributions. + +- [Arch Linux](/wiki/linux/arch-linux/arch-linux.md) is a rolling-release + distribution whose base system is as minimal and needs heavy user + configuration.