<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Debian on Вороний блог | Linux и IT</title><link>https://r4ven.me/en/tags/debian/</link><description>Recent content in Debian on Вороний блог | Linux и IT</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 13 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://r4ven.me/en/tags/debian/index.xml" rel="self" type="application/rss+xml"/><item><title>RustFS - Installing and Configuring S3-Compatible Storage</title><link>https://r4ven.me/en/storage/rustfs-ustanovka-i-nastroyka-s3-sovmestimogo-hranilishcha/</link><pubDate>Sat, 13 Jun 2026 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/storage/rustfs-ustanovka-i-nastroyka-s3-sovmestimogo-hranilishcha/</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 article, we will look at installing and basic configuration of &lt;a href="https://github.com/rustfs/rustfs"&gt;RustFS&lt;/a&gt; - S3-compatible object storage that we will deploy on a Linux server using &lt;a href="https://r4ven.me/en/virtualization/ustanovka-docker-engine-na-linux-server-pod-upravleniem-debian/"&gt;Docker Compose&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Goal&lt;/strong&gt;: get our own S3 endpoint, a web console, a valid HTTPS connection (via Caddy + Let&amp;rsquo;s Encrypt), and check that all this works with the excellent &lt;code&gt;rclone&lt;/code&gt; and &lt;code&gt;restic&lt;/code&gt; utilities 😌.&lt;/p&gt;
&lt;div
 class="alert alert-note 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-note) 10%, transparent);
 border-left-color: var(--color-note);
 --hover-bg: color-mix(in srgb, var(--color-note) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-note) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-note-1-title"&gt;

 
 

 
 &lt;div
 id="alert-note-1-content"
 class="alert-content
 
 px-6 pb-6
 pt-6 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;📝 By the way, RustFS is positioned by its developers as an alternative to the infamous MinIO.&lt;/p&gt;</description></item><item><title>Creating a VM Template with cloud-init in Proxmox</title><link>https://r4ven.me/en/virtualization/sozdanie-shablona-vm-s-cloud-init-v-proxmox/</link><pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/virtualization/sozdanie-shablona-vm-s-cloud-init-v-proxmox/</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 will import a &lt;a href="https://r4ven.me/en/virtualization/podgotovka-obraza-virtualnoy-mashiny-qcow2-na-primere-debian/"&gt;previously prepared&lt;/a&gt; OS image in &lt;code&gt;qcow2&lt;/code&gt; format into Proxmox as a VM template using &lt;strong&gt;QEMU&lt;/strong&gt; console commands.&lt;/p&gt;
&lt;p&gt;All examples from the article were performed in the &lt;strong&gt;Proxmox 9&lt;/strong&gt; hypervisor environment (Debian 13).&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>Preparing a qcow2 Virtual Machine Image Using Debian as an Example</title><link>https://r4ven.me/en/virtualization/podgotovka-obraza-virtualnoy-mashiny-qcow2-na-primere-debian/</link><pubDate>Thu, 20 Nov 2025 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/virtualization/podgotovka-obraza-virtualnoy-mashiny-qcow2-na-primere-debian/</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 will learn how to modify disk images in &lt;strong&gt;qcow2&lt;/strong&gt; format using console utilities from the &lt;code&gt;libguestfs-tools&lt;/code&gt; library.&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>Lyrical Post: About the Data Leak Issue in Debian Testing</title><link>https://r4ven.me/en/lyrics/liricheskij-post-o-probleme-s-utechkoj-dannyh-v-debian-testing/</link><pubDate>Mon, 11 Aug 2025 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/lyrics/liricheskij-post-o-probleme-s-utechkoj-dannyh-v-debian-testing/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Recently there was &lt;a href="https://www.opennet.ru/opennews/art.shtml?num=63677"&gt;news&lt;/a&gt; about a data leak issue in Debian Testing (tomorrow&amp;rsquo;s Debian 13 release):&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;In the StarDict package offered in the Debian Testing repository, which implements an interface for dictionary lookup, a privacy issue was identified: with the default configuration, the application sends selected text automatically placed in the clipboard (x11 PRIMARY selection) to external servers. It is enough to select a piece of text in any application, and it is immediately sent unencrypted over HTTP to the Chinese online dictionary servers dict.youdao. com and dict. cn.&lt;/p&gt;</description></item></channel></rss>