-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebian.html
45 lines (45 loc) · 2.87 KB
/
debian.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<title>Linux Distributions | Home</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div id="wrapper">
<header>
<h1>Linux Distributions</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="arch.html">Arch</a></li>
<li><a href="debian.html">Debian</a></li>
<li><a href="fedora.html">Fedora</a></li>
<li><a href="ubuntu.html">Ubuntu</a></li>
</ul>
</nav>
</header>
<article>
<h2>Debain</h2>
<p>
Debian, also known as Debian GNU/Linux, is a Linux distribution composed of free and open-source software, developed by the community-supported Debian Project, which was established by Ian Murdock on August 16, 1993. The first version, Debian 0.01, was released on September 15, 1993, and the first stable version, 1.1, was released on June 17, 1996. The Debian Stable branch is the most popular edition for personal computers and servers, and is the basis for many other distributions.
</p>
<p>
Debian is one of the oldest operating systems based on the Linux kernel. The project is coordinated over the Internet by a team of volunteers guided by the Debian Project Leader and three foundational documents: the Debian Social Contract, the Debian Constitution, and the Debian Free Software Guidelines. New distributions are updated continually, and the next candidate is released after a time-based freeze.
</p>
<p>
Since its founding, Debian has been developed openly and distributed freely according to the principles of the GNU Project. Because of this, the Free Software Foundation sponsored the project from November 1994 to November 1995. When the sponsorship ended, the Debian Project formed the nonprofit organization Software in the Public Interest to continue financially supporting development.
</p>
<a href="https://www.debian.org/">Learn More</a>
<blockquote cite="https://www.techradar.com/reviews/debian-101-buster">
A benchmark distribution that provides just about everything you could need, with a solid project backing it.
</blockquote>
</article>
<img class="distro-img" src="assets/debian.png" alt="Debian logo">
<ul class="specs">
<li>Package Manager: APT</li>
<li>Release Model: Fixed</li>
<li>Support Model: Community</li>
</ul>
<footer>Made by Louis Weddall, descriptions from Wikipedia</footer>
</div>
</body>
</html>