documentation refactoring
This commit is contained in:
18
docs/distros/debian.md
Normal file
18
docs/distros/debian.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Debian
|
||||
|
||||
Debian is a free, open-source Linux distribution known for its stability, security, and foundational role in the Linux ecosystem. It’s developed by a global community and serves as the base for many other popular distros, including Ubuntu and proxmox pve.
|
||||
|
||||
**🧱 Core Features:**
|
||||
|
||||
- Package management: Uses APT and dpkg for installing and updating software.
|
||||
- Supported architectures: Includes x86 (amd64), ARM, PowerPC, RISC-V, and more.
|
||||
- Kernel: Primarily uses the Linux kernel, but also supports alternatives like Hurd and kFreeBSD in experimental branches.
|
||||
- User interface: Default is GNOME, but supports KDE, Xfce, LXDE, Cinnamon, MATE, and others.
|
||||
|
||||
## Package Manager
|
||||
|
||||
```bash
|
||||
apt update -y
|
||||
apt upgrade -y
|
||||
apt autoremove -y
|
||||
```
|
||||
15
docs/distros/fedora.md
Normal file
15
docs/distros/fedora.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Fedora
|
||||
|
||||
Fedora is a cutting-edge, community-driven Linux distribution sponsored by Red Hat, known for its rapid release cycle, modern technologies, and strong developer focus. It’s often used as a testbed for innovations that later appear in Red Hat Enterprise Linux (RHEL).
|
||||
|
||||
**🧱 Core Features:**
|
||||
|
||||
- Package management: Uses RPM packages with dnf as the default package manager.
|
||||
- Desktop environments:
|
||||
- Fedora Workstation: GNOME by default.
|
||||
- Fedora KDE Plasma Desktop: For KDE users.
|
||||
- Fedora Silverblue: Immutable desktop OS with OSTree.
|
||||
- Editions:
|
||||
- Fedora Server: For datacenter and enterprise use.
|
||||
- Fedora IoT: Tailored for embedded and edge devices.
|
||||
- Fedora CoreOS: Minimal, container-focused OS.
|
||||
Reference in New Issue
Block a user