melawy-en-site/public/news.tpl.html

225 lines
7.5 KiB
HTML
Raw Normal View History

2025-01-06 23:48:47 +05:00
<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" />
2023-11-03 13:58:43 +05:00
</div>
2025-01-06 23:48:47 +05:00
<div class="carousel-item">
<img src="/assets/img/slide4.png" class="d-block w-100" />
2023-11-03 13:58:43 +05:00
</div>
2025-01-06 23:48:47 +05:00
<div class="carousel-item">
<img src="/assets/img/slide6.png" class="d-block w-100" />
</div>
2023-12-15 22:20:01 +05:00
2025-01-06 23:48:47 +05:00
<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 bg-dark">
<div class="row" style="padding: 1rem 0; border-bottom: 1px solid #444">
2023-12-15 22:20:01 +05:00
<div class="col-md-6">
2025-01-06 23:48:47 +05:00
<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>
2023-12-15 22:20:01 +05:00
</div>
<div class="col-md-6">
2025-01-06 23:48:47 +05:00
<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>
2023-12-15 22:20:01 +05:00
</div>
2025-01-06 23:48:47 +05:00
</div>
2023-12-15 22:17:45 +05:00
2025-01-06 23:48:47 +05:00
<div style="padding: 1rem; text-align: start;">
<h2 class="blog-post-title mb-1">
Distribution release Melawy Linux
</h2>
2023-12-15 22:17:45 +05:00
2023-12-15 22:20:01 +05:00
<p>
2025-01-06 23:48:47 +05:00
Quietly and almost imperceptibly, after 1.5 years of work, the first release of the Melawy Linux operating system was released.
2023-12-15 22:20:01 +05:00
</p>
2023-12-15 22:17:45 +05:00
2024-01-05 21:42:32 +05:00
<h4>What's inside?</h4>
2023-12-15 22:17:45 +05:00
2023-12-15 22:20:01 +05:00
<ul>
2025-01-06 23:48:47 +05:00
<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:
2023-12-15 22:17:45 +05:00
<ul>
2025-01-06 23:48:47 +05:00
<li>
installation from disk - drivers only for new video cards
</li>
2023-12-15 22:17:45 +05:00
2025-01-06 23:48:47 +05:00
<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>
2023-12-15 22:17:45 +05:00
2025-01-06 23:48:47 +05:00
<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>
2023-12-15 22:17:45 +05:00
2025-01-06 23:48:47 +05:00
<li>
The complete boot phase through Secure Boot protects against viruses, starting with the bootloader and booting the kernel.
</li>
2023-12-15 22:20:01 +05:00
</ul>
2025-01-06 23:48:47 +05:00
</li>
2023-12-15 22:17:45 +05:00
2025-01-06 23:48:47 +05:00
<li>
Support for Luks2 full-disk encryption using the latest Argon2id algorithm.
</li>
<li>
Beautiful, informative visual design:
2023-12-15 22:20:01 +05:00
<ul>
2025-01-06 23:48:47 +05:00
<li>operating system boot selection screen</li>
<li>stage of loading the kernel and base environment initrd</li>
<li>login</li>
2023-12-15 22:20:01 +05:00
2025-01-06 23:48:47 +05:00
<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>
2023-12-15 22:17:45 +05:00
</ul>
2025-01-06 23:48:47 +05:00
</li>
2023-12-15 22:17:45 +05:00
2025-01-06 23:48:47 +05:00
<li>
Pre-installed controls for AMD hardware through the user interface and Nvidia graphics card.
</li>
2023-12-15 22:17:45 +05:00
2025-01-06 23:48:47 +05:00
<li>
A pre-selected large list of programs that can be used immediately.
</li>
2023-12-15 22:17:45 +05:00
2025-01-06 23:48:47 +05:00
<li>
The ability to use all these programs directly on the Live image, without installing the system on disk.
</li>
2023-12-15 22:17:45 +05:00
2025-01-06 23:48:47 +05:00
<li>
And other...
</li>
2023-12-15 22:20:01 +05:00
</ul>
2025-01-06 23:48:47 +05:00
</div>
</article>
2023-11-03 13:58:43 +05:00
2025-01-06 23:48:47 +05:00
<!--
2023-11-03 13:58:43 +05:00
<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>
-->
2025-01-06 23:48:47 +05:00
</div>
<!-- /.container -->