wiki:debian
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| wiki:debian [August 19, 2026 at 17:16] – created Ivan Janevski | wiki:debian [August 19, 2026 at 17:55] (current) – Ivan Janevski | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| # Debian GNU/Linux | # Debian GNU/Linux | ||
| + | |||
| + | **Debian GNU/Linux** is a free, stable operating system built and maintained by volunteers. It emphasizes stability, reliability, | ||
| + | |||
| + | On a minimal Debian installation, | ||
| + | |||
| + | ```bash | ||
| + | $ apt update | ||
| + | $ apt install package-name | ||
| + | $ systemctl status service | ||
| + | $ sudo -l # check sudo permissions | ||
| + | ``` | ||
| + | |||
| + | Debian comes in three release channels: stable (tested, conservative), | ||
| + | |||
| + | ## Concepts | ||
| + | |||
| + | 1. [[debian-filesystem|Filesystem]] | ||
| + | 2. [[debian-shell-and-environment|Shell and environment]] | ||
| + | 3. [[debian-users-and-groups|Users and groups]] | ||
| + | 4. [[debian-permissions|Permissions]] | ||
| + | 5. [[debian-text-editors|Text editors]] | ||
| + | 6. [[debian-package-manager|Package manager]] | ||
| + | 7. [[debian-repositories|Repositories]] | ||
| + | 8. [[debian-services-and-systemd|Services and systemd]] | ||
| + | 9. [[debian-processes|Processes]] | ||
| + | 10. [[debian-logging|Logging]] | ||
| + | 11. [[debian-networking|Networking]] | ||
| + | 12. [[debian-configuration-files|Configuration files]] | ||
| + | 13. [[debian-ssh|SSH]] | ||
| + | 14. [[debian-scheduling|Scheduling tasks]] | ||
| + | 15. [[debian-disk-and-filesystems|Disk and filesystems]] | ||
| + | 16. [[debian-kernel-and-modules|Kernel and modules]] | ||
| + | 17. [[debian-locale-and-timezone|Locale and timezone]] | ||
| + | 18. [[debian-development-tools|Development tools]] | ||
| + | 19. [[debian-release-cycle|Release cycle]] | ||
| + | 20. [[debian-building-packages|Building packages]] | ||
| + | |||
wiki/debian.1787159782.md.gz · Last modified: by Ivan Janevski
