documentation refactoring

This commit is contained in:
2025-10-25 12:59:41 +00:00
parent 2af6388c2e
commit 98c4681aed
16 changed files with 528 additions and 580 deletions

18
docs/distros/debian.md Normal file
View 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. Its 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
```