225 lines
7.5 KiB
HTML
225 lines
7.5 KiB
HTML
<div
|
|
id="myCarousel"
|
|
class="carousel slide carousel-fade carousel-light py-4"
|
|
data-bs-ride="carousel"
|
|
>
|
|
<div class="carousel-indicators">
|
|
<button
|
|
type="button"
|
|
data-bs-target="#myCarousel"
|
|
data-bs-slide-to="0"
|
|
class="active"
|
|
aria-current="true"
|
|
aria-label="Slide 1"
|
|
></button>
|
|
<button
|
|
type="button"
|
|
data-bs-target="#myCarousel"
|
|
data-bs-slide-to="1"
|
|
aria-label="Slide 2"
|
|
></button>
|
|
<button
|
|
type="button"
|
|
data-bs-target="#myCarousel"
|
|
data-bs-slide-to="2"
|
|
aria-label="Slide 3"
|
|
></button>
|
|
<button
|
|
type="button"
|
|
data-bs-target="#myCarousel"
|
|
data-bs-slide-to="3"
|
|
aria-label="Slide 3"
|
|
></button>
|
|
</div>
|
|
|
|
<div class="carousel-inner">
|
|
<div class="carousel-item active">
|
|
<img src="/assets/img/slide1.png" class="d-block w-100" />
|
|
</div>
|
|
|
|
<div class="carousel-item">
|
|
<img src="/assets/img/slide4.png" class="d-block w-100" />
|
|
</div>
|
|
|
|
<div class="carousel-item">
|
|
<img src="/assets/img/slide6.png" class="d-block w-100" />
|
|
</div>
|
|
|
|
<div class="carousel-item">
|
|
<img src="/assets/img/slide8.png" class="d-block w-100" />
|
|
</div>
|
|
</div>
|
|
|
|
<button
|
|
class="carousel-control-prev"
|
|
type="button"
|
|
data-bs-target="#myCarousel"
|
|
data-bs-slide="prev"
|
|
>
|
|
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
|
<span class="visually-hidden">Previous</span>
|
|
</button>
|
|
<button
|
|
class="carousel-control-next"
|
|
type="button"
|
|
data-bs-target="#myCarousel"
|
|
data-bs-slide="next"
|
|
>
|
|
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
|
<span class="visually-hidden">Next</span>
|
|
</button>
|
|
</div>
|
|
|
|
<div class="container py-5 my-5">
|
|
<div id="log"></div>
|
|
|
|
<article class="container article-card shadow-10-10-20-black">
|
|
<div class="row" style="padding: 1rem 0; border-bottom: 1px solid #444">
|
|
<div class="col-md-6">
|
|
<a
|
|
href="https://melawy.ru/about"
|
|
title="Valeria Fadeeva"
|
|
target="_blank"
|
|
>
|
|
<span style="width: 46px; height: 46px"
|
|
><img
|
|
src="/assets/avatar/Valeria_Fadeeva.jpg"
|
|
alt="Valeria Fadeeva"
|
|
style="
|
|
width: 46px;
|
|
height: 46px;
|
|
border-radius: 50%;
|
|
"
|
|
/></span>
|
|
<span><span>@Valeria Fadeeva</span></span>
|
|
</a>
|
|
</div>
|
|
|
|
<div class="col-md-6">
|
|
<a href="https://melawy.ru/news" rel="noopener noreferrer">
|
|
<span><i class="fa fa-globe" title="Публичный"></i></span>
|
|
<time datetime="{created_at}" title="{created_at}">30 october 2023</time>
|
|
<abbr title="Последнее изменение: {edited_at}"> *</abbr>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="padding: 1rem; text-align: start;">
|
|
<h2 class="blog-post-title mb-1">
|
|
Distribution release Melawy Linux
|
|
</h2>
|
|
|
|
<p>
|
|
Quietly and almost imperceptibly, after 1.5 years of work, the first release of the Melawy Linux operating system was released.
|
|
</p>
|
|
|
|
<h4>What's inside?</h4>
|
|
|
|
<ul>
|
|
<li>
|
|
Installation from disk and over the network with the choice of bootloader rEFInd, systemd-boot, Grub2 in one installer.
|
|
</li>
|
|
|
|
<li>
|
|
Ability to select and install driver version for Nvidia video card:
|
|
<ul>
|
|
<li>
|
|
installation from disk - drivers only for new video cards
|
|
</li>
|
|
|
|
<li>
|
|
network installation - manual driver selection
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li>
|
|
Non-standard kernel - with patches for performance and protection against Meltdown and Specter, etc.
|
|
</li>
|
|
|
|
<li>
|
|
Builds the initial kernel environment using the modular, automated Dracut.
|
|
</li>
|
|
|
|
<li>
|
|
Generating digital signatures and signing the kernel to start via Secure Boot:
|
|
<ul>
|
|
<li>
|
|
Later, bootloader signing will be automated and the full boot cycle will be checked via Secure Boot.
|
|
</li>
|
|
|
|
<li>
|
|
The complete boot phase through Secure Boot protects against viruses, starting with the bootloader and booting the kernel.
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li>
|
|
Support for Luks2 full-disk encryption using the latest Argon2id algorithm.
|
|
</li>
|
|
|
|
<li>
|
|
Beautiful, informative visual design:
|
|
<ul>
|
|
<li>operating system boot selection screen</li>
|
|
|
|
<li>stage of loading the kernel and base environment initrd</li>
|
|
|
|
<li>login</li>
|
|
|
|
<li>
|
|
working environment:
|
|
<ul>
|
|
<li>styles</li>
|
|
|
|
<li>color</li>
|
|
|
|
<li>icons</li>
|
|
|
|
<li>cursors</li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li>
|
|
A non-boring update checking applet:
|
|
<ul>
|
|
<li>
|
|
automatic check at login after 10 seconds - after everything starts
|
|
</li>
|
|
|
|
<li>
|
|
force check button and install button
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li>
|
|
Pre-installed controls for AMD hardware through the user interface and Nvidia graphics card.
|
|
</li>
|
|
|
|
<li>
|
|
A pre-selected large list of programs that can be used immediately.
|
|
</li>
|
|
|
|
<li>
|
|
The ability to use all these programs directly on the Live image, without installing the system on disk.
|
|
</li>
|
|
|
|
<li>
|
|
And other...
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</article>
|
|
|
|
<!--
|
|
<nav class="blog-pagination" aria-label="Pagination">
|
|
<a class="btn btn-outline-primary rounded-pill" href="#">Older</a>
|
|
<a class="btn btn-outline-secondary rounded-pill disabled">Newer</a>
|
|
</nav>
|
|
-->
|
|
</div>
|
|
<!-- /.container -->
|