<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Glossary on Raven's Blog | Linux and IT</title><link>https://r4ven.me/en/tags/glossary/</link><description>Recent content in Glossary on Raven's Blog | Linux and IT</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 07 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://r4ven.me/en/tags/glossary/index.xml" rel="self" type="application/rss+xml"/><item><title>System Log in Linux: Syslog and Journald</title><link>https://r4ven.me/en/it-theory/syslog-journald-sistemnyj-zhurnal-v-linux/</link><pubDate>Fri, 07 Mar 2025 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/syslog-journald-sistemnyj-zhurnal-v-linux/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today, a theoretical note🗒️. Let&amp;rsquo;s talk about the system log in Linux, find out who &lt;strong&gt;syslog&lt;/strong&gt; and &lt;strong&gt;journald&lt;/strong&gt; are, and how they differ + briefly about their advantages and disadvantages. It&amp;rsquo;ll be informative😉.&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>Terminal Multiplexer</title><link>https://r4ven.me/en/it-theory/terminalnyj-multipleksor/</link><pubDate>Mon, 18 Nov 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/terminalnyj-multipleksor/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today in the &lt;a href="https://r4ven.me/en/it-razdel/slovarik/"&gt;Linux user&amp;rsquo;s glossary&lt;/a&gt; 🐧 &lt;strong&gt;terminal multiplexer&lt;/strong&gt; — a tool that is very often used in the process of administering Linux systems 🧑‍💻. As usual, we&amp;rsquo;ll give a definition of the term, talk about popular implementations of terminal multiplexers, and of course about their advantages and disadvantages🧐.&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>Configuration Management System</title><link>https://r4ven.me/en/it-theory/sistema-upravleniya-konfiguraciyami/</link><pubDate>Mon, 28 Oct 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/sistema-upravleniya-konfiguraciyami/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today in the Linux user&amp;rsquo;s glossary🐧 the term is — &lt;strong&gt;configuration management systems&lt;/strong&gt;. As per tradition, we&amp;rsquo;ll give a definition of the term, find out what types exist and popular implementations of such systems. And of course briefly about the advantages and disadvantages🧐.&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>What Are Monitoring Systems in IT?</title><link>https://r4ven.me/en/it-theory/chto-takoe-sistemy-monitoringa-v-it/</link><pubDate>Wed, 18 Sep 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/chto-takoe-sistemy-monitoringa-v-it/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;In this note we&amp;rsquo;ll talk about what types of monitoring systems exist, and as usual, we&amp;rsquo;ll look at their most popular implementations today. This is an important topic, so don&amp;rsquo;t be lazy and read it — it won&amp;rsquo;t take much time 😉.&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>VPN — Technology for Ensuring Secure Network Interaction</title><link>https://r4ven.me/en/it-theory/vpn-tehnologiya-dlya-obespecheniya-bezopasnogo-setevogo-vzaimodejstviya/</link><pubDate>Tue, 16 Apr 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/vpn-tehnologiya-dlya-obespecheniya-bezopasnogo-setevogo-vzaimodejstviya/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;(a theoretical note preceding an article on deploying a VPN server)&lt;/p&gt;
&lt;p&gt;Today we&amp;rsquo;ll break down the concept of a virtual private network, better known as VPN. What it is, what types exist, and we&amp;rsquo;ll also talk a bit about popular implementations of this network technology.&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>Containerization — OS-Level Virtualization Technology</title><link>https://r4ven.me/en/it-theory/kontejnerizaciya-tehnologiya-virtualizacii-na-urovne-os/</link><pubDate>Fri, 01 Mar 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/kontejnerizaciya-tehnologiya-virtualizacii-na-urovne-os/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today in the Linux user&amp;rsquo;s glossary, a popular term nowadays — &lt;strong&gt;containerization&lt;/strong&gt;. What it is, what implementations exist, and briefly about the advantages and disadvantages.&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>LAMP/LEMP — Server Software Stack for Working with Web Applications</title><link>https://r4ven.me/en/it-theory/lamp-lemp-stek-servernogo-po-dlya-raboty-s-web-prilozheniyami/</link><pubDate>Thu, 14 Sep 2023 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/lamp-lemp-stek-servernogo-po-dlya-raboty-s-web-prilozheniyami/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today a new term is added to our Linux user&amp;rsquo;s glossary — &lt;strong&gt;LAMP&lt;/strong&gt; or &lt;strong&gt;LEMP&lt;/strong&gt; server.&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>Hypervisor — Virtualization Software</title><link>https://r4ven.me/en/it-theory/gipervizor-po-dlya-virtualizacii/</link><pubDate>Thu, 15 Jun 2023 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/gipervizor-po-dlya-virtualizacii/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today our Linux user&amp;rsquo;s glossary grows with a fairly popular term today — hypervisor.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s hear what Wikipedia has to say on this topic:&lt;/p&gt;

 &lt;blockquote
 class="border-primary bg-muted/30 hover:bg-muted/40 my-6 rounded-r-lg border-l-4 py-4 pr-4 pl-6 italic transition-all duration-200 ease-out hover:translate-x-1"&gt;
 &lt;div class="prose prose-sm max-w-none"&gt;
 &lt;p&gt;A &lt;strong&gt;hypervisor&lt;/strong&gt;, or &lt;strong&gt;virtual machine monitor&lt;/strong&gt;, or &lt;strong&gt;low-level shell&lt;/strong&gt;, is a program or hardware scheme that provides or allows the simultaneous, parallel execution of multiple operating systems on the same host computer. The hypervisor also provides isolation of operating systems from each other, protection and security, resource sharing between different running OSes, and resource management.&lt;/p&gt;</description></item><item><title>POSIX (Portable Operating System Interface)</title><link>https://r4ven.me/en/it-theory/posix-portable-operating-system-interface/</link><pubDate>Wed, 24 May 2023 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/posix-portable-operating-system-interface/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;We continue growing the Linux user&amp;rsquo;s glossary. Today we&amp;rsquo;ll talk about the term POSIX.&lt;/p&gt;
&lt;p&gt;Wikipedia gives the following definition of this term:&lt;/p&gt;

 &lt;blockquote
 class="border-primary bg-muted/30 hover:bg-muted/40 my-6 rounded-r-lg border-l-4 py-4 pr-4 pl-6 italic transition-all duration-200 ease-out hover:translate-x-1"&gt;
 &lt;div class="prose prose-sm max-w-none"&gt;
 &lt;p&gt;&lt;strong&gt;POSIX&lt;/strong&gt; (&lt;em&gt;Portable Operating System Interface&lt;/em&gt;) is a set of standards describing the interfaces between the operating system and an application program (system API), the C language library, and a set of applications and their interfaces. The standard was created to ensure compatibility between various UNIX-like operating systems and portability of application programs at the source code level, but it can also be used for non-Unix systems.&lt;/p&gt;</description></item><item><title>GTK and Qt Frameworks</title><link>https://r4ven.me/en/it-theory/frejmvorki-gtk-i-qt/</link><pubDate>Thu, 15 Sep 2022 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/frejmvorki-gtk-i-qt/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Most of the applications existing today for the GNU/Linux OS are written using the GTK and Qt graphical libraries.&lt;/p&gt;
&lt;p&gt;For example, &lt;a href="https://r4ven.me/en/it-razdel/slovarik/okruzhenie-rabochego-stola/"&gt;desktop environment&lt;/a&gt; applications of GNOME (and its derivatives) are written using the GTK framework. GNOME is used in the following popular &lt;a href="https://r4ven.me/en/it-razdel/slovarik/distributiv-linux/"&gt;Linux distributions&lt;/a&gt;: Ubuntu, Fedora, Linux Mint, Debian, and others.&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>Init System</title><link>https://r4ven.me/en/it-theory/sistema-inicializacii/</link><pubDate>Fri, 29 Apr 2022 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/sistema-inicializacii/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Do you know what happens to a computer after you press the power button? In the case of operating systems based on Linux, after the computer is started with the physical switch, specific systems are launched in a certain order.&lt;/p&gt;
&lt;p&gt;An approximate startup algorithm for a GNU/Linux OS with a graphical interface:&lt;/p&gt;
&lt;div
 class="code-block-container border-border bg-card my-6 overflow-hidden rounded-xl border shadow-sm transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"&gt;
 
 &lt;div
 class="code-block-header bg-muted/30 border-border flex items-center justify-between border-b px-4 py-3"&gt;
 
 &lt;div class="flex items-center gap-2"&gt;
 &lt;div class="text-muted-foreground flex-shrink-0"&gt;
 
 &lt;svg class="h-4 w-4"
 fill="none"
 stroke="currentColor"
 viewBox="0 0 24 24"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" /&gt;
&lt;/svg&gt;
 &lt;/div&gt;
 &lt;span class="text-muted-foreground text-xs font-medium"&gt;
 PLAINTEXT
 &lt;/span&gt;
 &lt;/div&gt;

 
 &lt;div class="flex items-center gap-2"&gt;
 
 &lt;button
 class="collapse-code-btn text-muted-foreground hover:text-primary hover:bg-primary/10 focus:ring-primary/20 flex items-center gap-1.5 rounded-md px-2 py-1 text-xs font-medium transition-all duration-200 ease-out focus:ring-2 focus:outline-none"
 data-code-id="code-0"
 data-default-state="expanded"
 data-initial-collapsed="false" 
 data-disable-auto-collapse="false" 
 data-auto-collapse-lines="30"
 data-auto-collapse-height="400"
 data-collapsed-height="180"
 title="Collapse"
 aria-label="Collapse"&gt;
 &lt;span class="collapse-icon"&gt;
 
 &lt;svg class="h-4 w-4"
 fill="none"
 stroke="currentColor"
 viewBox="0 0 24 24"&gt;&lt;path fill="currentColor" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6l-6 6z"/&gt;&lt;/svg&gt;
 &lt;/span&gt;
 &lt;span class="collapse-text hidden sm:inline"
 &gt;Collapse&lt;/span
 &gt;
 &lt;/button&gt;
 &lt;button
 class="copy-code-btn text-muted-foreground hover:text-primary hover:bg-primary/10 focus:ring-primary/20 flex items-center gap-1.5 rounded-md px-2 py-1 text-xs font-medium transition-all duration-200 ease-out focus:ring-2 focus:outline-none"
 data-code-id="code-0"
 title="Copy"
 aria-label="Copy"&gt;
 &lt;span class="copy-icon"&gt;
 
 &lt;svg class="h-4 w-4"
 fill="none"
 stroke="currentColor"
 viewBox="0 0 24 24"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z" /&gt;
&lt;/svg&gt;
 &lt;/span&gt;
 &lt;span class="copy-text hidden sm:inline"
 &gt;Copy&lt;/span
 &gt;
 &lt;/button&gt;
 &lt;/div&gt;
 &lt;/div&gt;

 
 &lt;div class="code-block-content relative" id="code-0"&gt;
 &lt;pre tabindex="0"&gt;&lt;code&gt;Computer start --&amp;gt; BIOS/UEFI --&amp;gt; OS bootloader --&amp;gt; Linux kernel --&amp;gt; Init system --&amp;gt; Desktop&lt;/code&gt;&lt;/pre&gt;
 
 &lt;div
 class="collapse-overlay to-card/90 pointer-events-none absolute inset-0 bg-gradient-to-b from-transparent via-transparent opacity-0 transition-opacity duration-300"&gt;
 &lt;div
 class="text-muted-foreground bg-card/80 border-border/50 hover:bg-primary/10 hover:text-primary hover:border-primary/30 absolute bottom-4 left-1/2 -translate-x-1/2 cursor-pointer rounded-full border px-3 py-1.5 text-xs backdrop-blur-sm transition-all duration-200"&gt;
 Click to expand and view more
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
&lt;/div&gt;


&lt;script&gt;
(function() {
 const codeId = 'code-0';
 const copyBtn = document.querySelector('.copy-code-btn[data-code-id="' + codeId + '"]');
 const collapseBtn = document.querySelector('.collapse-code-btn[data-code-id="' + codeId + '"]');
 const codeContainer = document.getElementById(codeId);

 if (!codeContainer) return;

 
 if (copyBtn) {
 const copyIcon = copyBtn.querySelector('.copy-icon');
 const copyText = copyBtn.querySelector('.copy-text');

 copyBtn.addEventListener('click', async function() {
 try {
 let codeText = '';
 const codeTableCell = codeContainer.querySelector('.lntd:last-child code');
 if (codeTableCell) {
 codeText = codeTableCell.textContent || codeTableCell.innerText;
 } else {
 const codeElement = codeContainer.querySelector('code');
 if (codeElement) {
 const hasInlineLineNumbers = codeElement.querySelector('.ln');
 if (hasInlineLineNumbers) {
 const codeLines = codeElement.querySelectorAll('.cl');
 if (codeLines.length &gt; 0) {
 codeText = Array.from(codeLines)
 .map(line =&gt; line.textContent.replace(/\n+$/, ''))
 .join('\n')
 .replace(/\n+$/, '');
 } else {
 const allText = codeElement.textContent || codeElement.innerText;
 codeText = allText.replace(/^\d+/gm, '').replace(/^\s+/gm, '');
 }
 } else {
 codeText = codeElement.textContent || codeElement.innerText;
 }
 } else {
 codeText = codeContainer.textContent || codeContainer.innerText;
 }
 }
 codeText = codeText.trim();
 await navigator.clipboard.writeText(codeText);

 copyIcon.innerHTML = `\n \u003csvg class=\u0022h-3 w-3\u0022\n fill=\u0022none\u0022\n stroke=\u0022currentColor\u0022\n viewBox=\u00220 0 24 24\u0022\u003e\u003cpath stroke-linecap=\u0022round\u0022 stroke-linejoin=\u0022round\u0022 stroke-width=\u00222\u0022 d=\u0022M5 13l4 4L19 7\u0022 \/\u003e\n\u003c\/svg\u003e`;
 if (copyText) { copyText.textContent = 'Copied'; }
 copyBtn.classList.add('text-green-600');
 setTimeout(() =&gt; {
 copyIcon.innerHTML = `\n \u003csvg class=\u0022h-3 w-3\u0022\n fill=\u0022none\u0022\n stroke=\u0022currentColor\u0022\n viewBox=\u00220 0 24 24\u0022\u003e\u003cpath stroke-linecap=\u0022round\u0022 stroke-linejoin=\u0022round\u0022 stroke-width=\u00222\u0022 d=\u0022M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z\u0022 \/\u003e\n\u003c\/svg\u003e`;
 if (copyText) { copyText.textContent = 'Copy'; }
 copyBtn.classList.remove('text-green-600');
 }, 2000);
 } catch (err) {
 console.error('复制失败:', err);
 const range = document.createRange();
 const codeElement = codeContainer.querySelector('code') || codeContainer;
 range.selectNodeContents(codeElement);
 const selection = window.getSelection();
 selection.removeAllRanges();
 selection.addRange(range);
 if (copyText) { copyText.textContent = 'Selected'; }
 setTimeout(() =&gt; {
 if (copyText) { copyText.textContent = 'Copy'; }
 selection.removeAllRanges();
 }, 2000);
 }
 });
 }

 
 if (collapseBtn) { 
 const collapseIcon = collapseBtn.querySelector('.collapse-icon');
 const collapseText = collapseBtn.querySelector('.collapse-text');
 const collapseOverlay = codeContainer.querySelector('.collapse-overlay');

 let codeElement = codeContainer.querySelector('pre.chroma');
 if (!codeElement) {
 codeElement = codeContainer.querySelector('pre');
 }

 const initialCollapsedState = collapseBtn.dataset.initialCollapsed === 'true'; 
 const disableAutoCollapse = collapseBtn.dataset.disableAutoCollapse === 'true'; 
 const autoCollapseLines = parseInt(collapseBtn.dataset.autoCollapseLines) || 30;
 const autoCollapseHeight = parseInt(collapseBtn.dataset.autoCollapseHeight) || 400;
 const collapsedHeight = parseInt(collapseBtn.dataset.collapsedHeight) || 120;

 let isCollapsed = false;

 function initCollapse() {
 
 
 const needsCollapseButton = initialCollapsedState || shouldAutoCollapse();
 if (!needsCollapseButton) {
 collapseBtn.style.display = 'none';
 }

 
 if (initialCollapsedState) {
 setCollapsed(true, false); 
 } else {
 
 
 if (!disableAutoCollapse &amp;&amp; shouldAutoCollapse()) { 
 setCollapsed(true, false); 
 } else {
 setCollapsed(false, false); 
 }
 }
 }

 function shouldAutoCollapse() {
 
 
 
 if (codeElement) {
 const lines = codeElement.querySelectorAll('.line, .cl');
 const height = codeElement.offsetHeight;
 return lines.length &gt; autoCollapseLines || height &gt; autoCollapseHeight;
 }
 const containerHeight = codeContainer.offsetHeight;
 if (containerHeight &gt; autoCollapseHeight) {
 return true;
 }
 const textContent = codeContainer.textContent || codeContainer.innerText || '';
 const estimatedLines = textContent.split('\n').length;
 return estimatedLines &gt; autoCollapseLines;
 }

 function setCollapsed(collapsed, animate = true) {
 if (!collapseOverlay) return;

 isCollapsed = collapsed;

 if (collapsed) {
 codeContainer.style.maxHeight = collapsedHeight + 'px';
 codeContainer.style.overflow = 'hidden';
 collapseOverlay.style.opacity = '1';
 collapseOverlay.style.pointerEvents = 'auto';

 collapseIcon.innerHTML = `\n \u003csvg class=\u0022h-3 w-3\u0022\n fill=\u0022none\u0022\n stroke=\u0022currentColor\u0022\n viewBox=\u00220 0 24 24\u0022\u003e\u003cpath stroke-linecap=\u0022round\u0022 stroke-linejoin=\u0022round\u0022 stroke-width=\u00222\u0022 d=\u0022M19 9l-7 7-7-7\u0022 \/\u003e\n\u003c\/svg\u003e`;
 if (collapseText) { collapseText.textContent = 'Expand'; }
 collapseBtn.title = 'Expand';
 } else {
 codeContainer.style.maxHeight = '';
 codeContainer.style.overflow = '';
 collapseOverlay.style.opacity = '0';
 collapseOverlay.style.pointerEvents = 'none';

 collapseIcon.innerHTML = `\n \u003csvg class=\u0022h-3 w-3\u0022\n fill=\u0022none\u0022\n stroke=\u0022currentColor\u0022\n viewBox=\u00220 0 24 24\u0022\u003e\u003cpath fill=\u0022currentColor\u0022 d=\u0022M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6l-6 6z\u0022\/\u003e\u003c\/svg\u003e`;
 if (collapseText) { collapseText.textContent = 'Collapse'; }
 collapseBtn.title = 'Collapse';
 }

 if (animate) {
 codeContainer.style.transition = 'max-height 0.3s ease-out';
 setTimeout(() =&gt; {
 codeContainer.style.transition = '';
 }, 300);
 }
 }

 function toggleCollapse() {
 setCollapsed(!isCollapsed, true);
 }

 collapseBtn.addEventListener('click', toggleCollapse);

 if (collapseOverlay) {
 collapseOverlay.addEventListener('click', () =&gt; {
 if (isCollapsed) {
 setCollapsed(false, true);
 }
 });
 }

 initCollapse(); 
 }
})();
&lt;/script&gt;
&lt;p&gt;Today let&amp;rsquo;s talk a bit about init systems in Linux. The following systems are actively used today:&lt;/p&gt;</description></item><item><title>Unix Operating System</title><link>https://r4ven.me/en/it-theory/operacionnaya-sistema-unix/</link><pubDate>Sun, 20 Feb 2022 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/operacionnaya-sistema-unix/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;The Unix operating system is considered one of the most important in the history of computer OS development. The ideas embedded in this system during its development remain relevant and are regularly used today.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the principles of how the file system works;&lt;/li&gt;
&lt;li&gt;the file hierarchy;&lt;/li&gt;
&lt;li&gt;the &amp;ldquo;Everything is a file&amp;rdquo; concept;&lt;/li&gt;
&lt;li&gt;multitasking;&lt;/li&gt;
&lt;li&gt;multi-user sessions;&lt;/li&gt;
&lt;li&gt;the broad functionality of the &lt;a href="https://r4ven.me/it-razdel/slovarik/komandnyj-interpretator-ili-obolochka-shell/" title="command shell"&gt;command shell&lt;/a&gt;;&lt;/li&gt;
&lt;li&gt;and much more.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Historical hierarchy of Unix OS and Unix-like systems:&lt;/p&gt;</description></item><item><title>Virtual Machine</title><link>https://r4ven.me/en/it-theory/virtualnaya-mashina/</link><pubDate>Sat, 12 Feb 2022 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/virtualnaya-mashina/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;I looked at a clear example of implementing virtualization technology and working with a virtual machine in the guide &lt;a href="https://r4ven.me/it-razdel/instrukcii/poprobovat-linux-pryamo-v-windows/" title="Try Linux right in Windows"&gt;Try Linux right in Windows&lt;/a&gt;. I recommend taking a look 😉&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-2-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-2-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 👨‍💻And&amp;hellip;
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-2-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Don’t forget about our &lt;a href="https://t.me/r4ven_me"&gt;Telegram channel&lt;/a&gt; 📱 and &lt;a href="https://t.me/r4ven_me_chat"&gt;chat&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Desktop Environment</title><link>https://r4ven.me/en/it-theory/okruzhenie-rabochego-stola/</link><pubDate>Sat, 05 Feb 2022 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/okruzhenie-rabochego-stola/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Here are a few screenshots of desktops:&lt;/p&gt;
&lt;p&gt;
&lt;figure class="image-figure not-prose my-8" 
 data-lightbox-enabled="true"
 data-gallery-type="auto"&gt;
 &lt;div class="image-container"&gt;
 &lt;img
 src="https://r4ven.me/it-theory/okruzhenie-rabochego-stola/attachments/1.resized-1-1024x576.jpg"
 alt=""
 
 
 
 
 
 width="1024"
 height="576"
 
 
 
 loading="lazy"
 decoding="async"
 data-gallery-src="https://r4ven.me/it-theory/okruzhenie-rabochego-stola/attachments/1.resized-1-1024x576.jpg"
 data-gallery-alt=""
 data-gallery-title="" /&gt;&lt;/div&gt;

 &lt;/figure&gt;

&lt;figure class="image-figure not-prose my-8" 
 data-lightbox-enabled="true"
 data-gallery-type="auto"&gt;
 &lt;div class="image-container"&gt;
 &lt;img
 src="https://r4ven.me/it-theory/okruzhenie-rabochego-stola/attachments/r4ven-me-okruzhenie-rabochego-stola.jpeg"
 alt=""
 
 
 
 
 
 width="1280"
 height="720"
 
 
 
 loading="lazy"
 decoding="async"
 data-gallery-src="https://r4ven.me/it-theory/okruzhenie-rabochego-stola/attachments/r4ven-me-okruzhenie-rabochego-stola.jpeg"
 data-gallery-alt=""
 data-gallery-title="" /&gt;&lt;/div&gt;

 &lt;/figure&gt;

&lt;figure class="image-figure not-prose my-8" 
 data-lightbox-enabled="true"
 data-gallery-type="auto"&gt;
 &lt;div class="image-container"&gt;
 &lt;img
 src="https://r4ven.me/it-theory/okruzhenie-rabochego-stola/attachments/r4ven-me-okruzhenie-rabochego-stola-1.jpeg"
 alt=""
 
 
 
 
 
 width="1280"
 height="800"
 
 
 
 loading="lazy"
 decoding="async"
 data-gallery-src="https://r4ven.me/it-theory/okruzhenie-rabochego-stola/attachments/r4ven-me-okruzhenie-rabochego-stola-1.jpeg"
 data-gallery-alt=""
 data-gallery-title="" /&gt;&lt;/div&gt;

 &lt;/figure&gt;

&lt;figure class="image-figure not-prose my-8" 
 data-lightbox-enabled="true"
 data-gallery-type="auto"&gt;
 &lt;div class="image-container"&gt;
 &lt;img
 src="https://r4ven.me/it-theory/okruzhenie-rabochego-stola/attachments/r4ven-me-okruzhenie-rabochego-stola-2.jpeg"
 alt=""
 
 
 
 
 
 width="1280"
 height="720"
 
 
 
 loading="lazy"
 decoding="async"
 data-gallery-src="https://r4ven.me/it-theory/okruzhenie-rabochego-stola/attachments/r4ven-me-okruzhenie-rabochego-stola-2.jpeg"
 data-gallery-alt=""
 data-gallery-title="" /&gt;&lt;/div&gt;

 &lt;/figure&gt;

&lt;figure class="image-figure not-prose my-8" 
 data-lightbox-enabled="true"
 data-gallery-type="auto"&gt;
 &lt;div class="image-container"&gt;
 &lt;img
 src="https://r4ven.me/it-theory/okruzhenie-rabochego-stola/attachments/r4ven-me-okruzhenie-rabochego-stola-3.jpeg"
 alt=""
 
 
 
 
 
 width="1280"
 height="720"
 
 
 
 loading="lazy"
 decoding="async"
 data-gallery-src="https://r4ven.me/it-theory/okruzhenie-rabochego-stola/attachments/r4ven-me-okruzhenie-rabochego-stola-3.jpeg"
 data-gallery-alt=""
 data-gallery-title="" /&gt;&lt;/div&gt;

 &lt;/figure&gt;

&lt;figure class="image-figure not-prose my-8" 
 data-lightbox-enabled="true"
 data-gallery-type="auto"&gt;
 &lt;div class="image-container"&gt;
 &lt;img
 src="https://r4ven.me/it-theory/okruzhenie-rabochego-stola/attachments/r4ven-me-okruzhenie-rabochego-stola-4.jpeg"
 alt=""
 
 
 
 
 
 width="1280"
 height="720"
 
 
 
 loading="lazy"
 decoding="async"
 data-gallery-src="https://r4ven.me/it-theory/okruzhenie-rabochego-stola/attachments/r4ven-me-okruzhenie-rabochego-stola-4.jpeg"
 data-gallery-alt=""
 data-gallery-title="" /&gt;&lt;/div&gt;

 &lt;/figure&gt;

&lt;figure class="image-figure not-prose my-8" 
 data-lightbox-enabled="true"
 data-gallery-type="auto"&gt;
 &lt;div class="image-container"&gt;
 &lt;img
 src="https://r4ven.me/it-theory/okruzhenie-rabochego-stola/attachments/r4ven-me-okruzhenie-rabochego-stola-5.jpeg"
 alt=""
 
 
 
 
 
 width="1280"
 height="720"
 
 
 
 loading="lazy"
 decoding="async"
 data-gallery-src="https://r4ven.me/it-theory/okruzhenie-rabochego-stola/attachments/r4ven-me-okruzhenie-rabochego-stola-5.jpeg"
 data-gallery-alt=""
 data-gallery-title="" /&gt;&lt;/div&gt;

 &lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;Archcraft, Linux Mint, MX Linux, CutefishOS, KDE Neon, Windows 10, Arch Linux&lt;/p&gt;</description></item><item><title>Terminal Emulator</title><link>https://r4ven.me/en/it-theory/emulyator-terminala/</link><pubDate>Sat, 29 Jan 2022 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/emulyator-terminala/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Recently I wrote a note about such an operating system management tool as the &lt;a href="https://r4ven.me/it-razdel/slovarik/komandnyj-interpretator-ili-obolochka-shell/" title="command interpreter"&gt;command interpreter&lt;/a&gt;, access to which, in modern operating systems, can be obtained using a graphical program — a &lt;em&gt;terminal emulator&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Here are a few screenshots of what it can look like in Linux and Windows:&lt;/p&gt;
&lt;p&gt;
&lt;figure class="image-figure not-prose my-8" 
 data-lightbox-enabled="true"
 data-gallery-type="auto"&gt;
 &lt;div class="image-container"&gt;
 &lt;img
 src="https://r4ven.me/it-theory/emulyator-terminala/attachments/1.jpg"
 alt=""
 
 
 
 
 
 width="715"
 height="479"
 
 
 
 loading="lazy"
 decoding="async"
 data-gallery-src="https://r4ven.me/it-theory/emulyator-terminala/attachments/1.jpg"
 data-gallery-alt=""
 data-gallery-title="" /&gt;&lt;/div&gt;

 &lt;/figure&gt;

&lt;figure class="image-figure not-prose my-8" 
 data-lightbox-enabled="true"
 data-gallery-type="auto"&gt;
 &lt;div class="image-container"&gt;
 &lt;img
 src="https://r4ven.me/it-theory/emulyator-terminala/attachments/r4ven-me-emulyator-terminala.jpeg"
 alt=""
 
 
 
 
 
 width="859"
 height="503"
 
 
 
 loading="lazy"
 decoding="async"
 data-gallery-src="https://r4ven.me/it-theory/emulyator-terminala/attachments/r4ven-me-emulyator-terminala.jpeg"
 data-gallery-alt=""
 data-gallery-title="" /&gt;&lt;/div&gt;

 &lt;/figure&gt;

&lt;figure class="image-figure not-prose my-8" 
 data-lightbox-enabled="true"
 data-gallery-type="auto"&gt;
 &lt;div class="image-container"&gt;
 &lt;img
 src="https://r4ven.me/it-theory/emulyator-terminala/attachments/r4ven-me-emulyator-terminala-1.jpeg"
 alt=""
 
 
 
 
 
 width="856"
 height="495"
 
 
 
 loading="lazy"
 decoding="async"
 data-gallery-src="https://r4ven.me/it-theory/emulyator-terminala/attachments/r4ven-me-emulyator-terminala-1.jpeg"
 data-gallery-alt=""
 data-gallery-title="" /&gt;&lt;/div&gt;

 &lt;/figure&gt;

&lt;figure class="image-figure not-prose my-8" 
 data-lightbox-enabled="true"
 data-gallery-type="auto"&gt;
 &lt;div class="image-container"&gt;
 &lt;img
 src="https://r4ven.me/it-theory/emulyator-terminala/attachments/r4ven-me-emulyator-terminala-2.jpeg"
 alt=""
 
 
 
 
 
 width="853"
 height="526"
 
 
 
 loading="lazy"
 decoding="async"
 data-gallery-src="https://r4ven.me/it-theory/emulyator-terminala/attachments/r4ven-me-emulyator-terminala-2.jpeg"
 data-gallery-alt=""
 data-gallery-title="" /&gt;&lt;/div&gt;

 &lt;/figure&gt;

&lt;figure class="image-figure not-prose my-8" 
 data-lightbox-enabled="true"
 data-gallery-type="auto"&gt;
 &lt;div class="image-container"&gt;
 &lt;img
 src="https://r4ven.me/it-theory/emulyator-terminala/attachments/r4ven-me-emulyator-terminala-3.jpeg"
 alt=""
 
 
 
 
 
 width="891"
 height="516"
 
 
 
 loading="lazy"
 decoding="async"
 data-gallery-src="https://r4ven.me/it-theory/emulyator-terminala/attachments/r4ven-me-emulyator-terminala-3.jpeg"
 data-gallery-alt=""
 data-gallery-title="" /&gt;&lt;/div&gt;

 &lt;/figure&gt;&lt;/p&gt;</description></item><item><title>Software Repository</title><link>https://r4ven.me/en/it-theory/repozitorij-programmnogo-obespecheniya/</link><pubDate>Sat, 22 Jan 2022 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/repozitorij-programmnogo-obespecheniya/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;There are various types of repositories. For example, repositories of programs written in a single programming language, or intended for a specific platform. The latter includes repositories of Linux and other *nix systems. Repositories are also actively used in version control systems, for example in git systems.&lt;/p&gt;
&lt;p&gt;In the Linux world, repositories are usually divided into two types: officially maintained by the developers of a specific system (&lt;a href="https://r4ven.me/en/it-razdel/slovarik/distributiv-linux/"&gt;distribution&lt;/a&gt;), and user (third-party) repositories, connected manually.&lt;/p&gt;</description></item><item><title>Command Interpreter or Shell</title><link>https://r4ven.me/en/it-theory/komandnyj-interpretator-ili-obolochka-shell/</link><pubDate>Wed, 05 Jan 2022 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/komandnyj-interpretator-ili-obolochka-shell/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;I&amp;rsquo;m sure many are familiar with the command line in Windows systems — &lt;strong&gt;cmd.exe&lt;/strong&gt;, as well as its more modern variation — &lt;strong&gt;Power shell&lt;/strong&gt;. These programs are command shells.&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>Linux Distribution</title><link>https://r4ven.me/en/it-theory/distributiv-linux/</link><pubDate>Tue, 05 Oct 2021 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/distributiv-linux/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;There is a great multitude of Linux distributions. Such a number is primarily due to the philosophy and principles of &lt;a href="https://r4ven.me/en/it-razdel/slovarik/otkrytoe-po/"&gt;open software&lt;/a&gt;, which I wrote about earlier.&lt;/p&gt;
&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our telegram &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱 to not miss new publications on the site😉. And if you have questions or want to chat about the topic — check out the Raven chat &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_cha&lt;/a&gt;t🧐.&lt;/p&gt;</description></item><item><title>Proprietary or Closed Software</title><link>https://r4ven.me/en/it-theory/proprietarnoe-ili-zakrytoe-po/</link><pubDate>Sat, 25 Sep 2021 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/proprietarnoe-ili-zakrytoe-po/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;A vivid example of such software is the Windows operating system. Its source code is closed, protected by copyright, and this OS is distributed under a commercial license. The terms of use are usually described in detail in a multi-page user agreement (which nobody reads) before installation.&lt;/p&gt;
&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our telegram &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱 to not miss new publications on the site😉. And if you have questions or want to chat about the topic — check out the Raven chat &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_cha&lt;/a&gt;t🧐.&lt;/p&gt;</description></item><item><title>Open Source Software</title><link>https://r4ven.me/en/it-theory/otkrytoe-po/</link><pubDate>Sun, 19 Sep 2021 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/it-theory/otkrytoe-po/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
 &lt;/strong&gt;

&lt;p&gt;Open software, or software with open source code, also known as Open source, is a term that has been appearing more and more often on internet resource pages lately. This concept emerged, if my memory serves correctly, around the end of the 90s.&lt;/p&gt;
&lt;p&gt;
&lt;figure class="image-figure not-prose my-8" 
 data-lightbox-enabled="true"
 data-gallery-type="auto"&gt;
 &lt;div class="image-container"&gt;
 &lt;img
 src="https://r4ven.me/it-theory/otkrytoe-po/attachments/github-edited.jpg"
 alt=""
 
 
 
 
 
 width="1280"
 height="721"
 
 
 
 loading="lazy"
 decoding="async"
 data-gallery-src="https://r4ven.me/it-theory/otkrytoe-po/attachments/github-edited.jpg"
 data-gallery-alt=""
 data-gallery-title="" /&gt;&lt;/div&gt;

 &lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;Photo by: viarami&lt;/p&gt;
&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our telegram &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱 to not miss new publications on the site😉. And if you have questions or want to chat about the topic — check out the Raven chat &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_cha&lt;/a&gt;t🧐.&lt;/p&gt;</description></item></channel></rss>