#readwise # Linux Fundamentals - Linux Distributions ![rw-book-cover](https://readwise-assets.s3.amazonaws.com/static/images/article2.74d541386bbf.png) ## Metadata - Author: [[Hack The Box]] - Full Title: Linux Distributions - URL: https://academy.hackthebox.com/module/18/section/2091 ## Summary Linux distributions, or distros, are operating systems based on the Linux kernel, used for various devices like servers and desktops. Each distribution has unique features and software, catering to different user needs while sharing the same Linux values. Debian is a well-respected distribution known for its stability, reliability, and strong security track record. It is suitable for many purposes, including desktop use and servers, and offers long-term support with regular updates. ## Highlights The main differences between the various Linux distributions are the included packages, the user interface, and the tools available. Kali Linux is the most popular distribution for cyber security specialists, including a wide range of security-focused tools and packages. Ubuntu is widespread for desktop users, while Debian is popular for servers and embedded systems. Finally, red Hat Enterprise Linux and CentOS are popular for enterprise-level computing. ([View Highlight](https://read.readwise.io/read/01jm2pjnvr2vsvzgyj4h38ac06)) --- Debian is a widely used and well-respected Linux distribution known for its stability and reliability. It is used for various purposes, including desktop computing, servers, and embedded system. It uses an Advanced Package Tool (`apt`) package management system to handle software updates and security patches. The package management system helps keep the system up-to-date and secure by automatically downloading and installing security updates as soon as they are available. This can be executed manually or set up automatically. Debian can have a steeper learning curve than other distributions, but it is widely regarded as one of the most flexible and customizable Linux distros. The configuration and setup can be complex, but it also provides excellent control over the system, which can be good for advanced users. The more control we have over a Linux system, the more complex it feels to become. However, it just feels that way compared to the options and possibilities we get. Without learning it with the required depth, we might spend way more time configuring “easy” tasks and processes than when we would learn to use a few commands and tools more in-depth. ([View Highlight](https://read.readwise.io/read/01jm2pkt62v0jnms0nhj8dzzxs)) --- Stability and reliability are key strengths of Debian. The distribution is known for its long-term support releases, which can provide updates and security patches for up to five years. This can be especially important for servers and other systems that must be up and running 24/7. It has had some vulnerabilities, but the development community has quickly released patches and security updates. In addition, Debian has a strong commitment to security and privacy, and the distribution has a well-established security track record. Debian is a versatile and reliable Linux distribution that is widely used for a range of purposes. Its stability, reliability, and commitment to security make it an attractive choice for various use cases, including cyber security. ([View Highlight](https://read.readwise.io/read/01jm2pmsj3ctwgre3h8m7gpq7e)) ---