From 851bb0753db7537ad8a2c5d8d414b708f820a0aa Mon Sep 17 00:00:00 2001 From: Jesus Alcocer Tagua Date: Mon, 1 Apr 2024 12:31:58 +0200 Subject: [PATCH] cosmetic changes --- content/docs/Arch/_index.md | 2 +- content/docs/Debian/_index.md | 25 ++++++++++---- content/docs/Debian/linux_installing_apps.md | 34 +++++++++++++++++--- content/docs/Linux_&_Cloud/_index.md | 4 +-- content/docs/Privacy/_index.md | 34 ++++++++------------ 5 files changed, 65 insertions(+), 34 deletions(-) diff --git a/content/docs/Arch/_index.md b/content/docs/Arch/_index.md index 8e65896..5cb9600 100644 --- a/content/docs/Arch/_index.md +++ b/content/docs/Arch/_index.md @@ -41,7 +41,7 @@ While Arch Linux demands a deeper understanding of Linux and requires users to c * [Pacman](https://jalcocert.github.io/Linux/docs/arch/garuda/#pacman---garuda-package-manager) -> Here you have [this Gist](https://gist.github.com/JAlcocerT/9865a045b2b86adb41fad71e4beddc06) with some usefull installs on Arch.♻️*There are similar ones for [Ubuntu](https://gist.github.com/JAlcocerT/197667ec5ec0da53e78eb58c4253a73f), even [Windows](https://gist.github.com/JAlcocerT/76f22ddf886277ef2653f82898c634d8)* ♻️. +> Here you have [**this Gist**](https://gist.github.com/JAlcocerT/9865a045b2b86adb41fad71e4beddc06) with some usefull installs on Arch.♻️*There are similar ones for [Ubuntu](https://gist.github.com/JAlcocerT/197667ec5ec0da53e78eb58c4253a73f), even [Windows](https://gist.github.com/JAlcocerT/76f22ddf886277ef2653f82898c634d8)* ♻️. ### SelfHosting with Arch diff --git a/content/docs/Debian/_index.md b/content/docs/Debian/_index.md index 78b109b..9d043b8 100644 --- a/content/docs/Debian/_index.md +++ b/content/docs/Debian/_index.md @@ -9,11 +9,22 @@ sidebar: Debian is a widely respected, stable Linux distribution known for its reliability, **extensive software repository**, and strong commitment to free and open-source software principles. -Debian provides users with a robust and well-maintained ecosystem of software packages, covering a wide range of applications and utilities. It offers multiple release branches, including the stable, testing, and unstable branches, allowing users to choose the level of stability and software freshness that suits their needs. - Debian's **package management system, [APT](https://jalcocert.github.io/Linux/docs/debian/linux_installing_apps/#apt)** (Advanced Package Tool), simplifies software installation, upgrades, and maintenance. The distribution **emphasizes system stability** and security, making it a popular choice for servers and mission-critical environments. -While Debian doesn't have the same "do-it-yourself" philosophy as [Arch Linux](https://jalcocert.github.io/Linux/docs/arch/), it provides a solid foundation for various use cases, including desktop computing, server hosting, and embedded systems. It's well-regarded for its community-driven development process and commitment to free software, making it a trusted choice for users who prioritize open-source principles and long-term support. +> Here you have a [GIST with examples](https://gist.github.com/JAlcocerT/197667ec5ec0da53e78eb58c4253a73f) ♻️ + +{{% details title="Get to Know! 🚀" closed="true" %}} + +* Debian provides users with a robust and well-maintained ecosystem of software packages, covering a wide range of applications and utilities. It offers multiple release branches, including the stable, testing, and unstable branches, allowing users to choose the level of stability and software freshness that suits their needs. + +* While Debian doesn't have the same "do-it-yourself" philosophy as [Arch Linux](https://jalcocert.github.io/Linux/docs/arch/), it provides a solid foundation for various use cases, including desktop computing, server hosting, and embedded systems. + + +{{% /details %}} + + + +> It's well-regarded for its community-driven development process and commitment to free software, making it a trusted choice for users who **prioritize open-source principles and long-term support**.