<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Server on Raven's Blog | Linux and IT</title><link>https://r4ven.me/en/tags/server/</link><description>Recent content in Server on Raven's Blog | Linux and IT</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 15 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://r4ven.me/en/tags/server/index.xml" rel="self" type="application/rss+xml"/><item><title>Building a Docker image for the Unbound DNS server</title><link>https://r4ven.me/en/virtualization/sobiraem-docker-obraz-dns-servera-unbound/</link><pubDate>Wed, 09 Apr 2025 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/virtualization/sobiraem-docker-obraz-dns-servera-unbound/</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 build our own Docker image with a modern DNS server — &lt;strong&gt;Unbound&lt;/strong&gt;. We&amp;rsquo;ll take a detailed look at the &lt;strong&gt;Dockerfile&lt;/strong&gt;, as well as my script for preparing the container environment.&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>The sshd port doesn't change after editing sshd_config in Ubuntu</title><link>https://r4ven.me/en/networking/ne-menyaetsya-port-sshd-posle-pravki-fajla-sshd_config-v-ubuntu/</link><pubDate>Sun, 02 Mar 2025 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/networking/ne-menyaetsya-port-sshd-posle-pravki-fajla-sshd_config-v-ubuntu/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;A short preface: in the course of my work I most often deal with Debian and RHEL/Centos distributions.&lt;br&gt;
So somehow I missed the changes in recent versions of the Ubuntu distribution described below🫣&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>Writing an ansible playbook for initial Linux server configuration</title><link>https://r4ven.me/en/automation/pishem-ansible-playbook-dlya-nachalnoj-nastrojki-linux-servera/</link><pubDate>Wed, 05 Feb 2025 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/automation/pishem-ansible-playbook-dlya-nachalnoj-nastrojki-linux-servera/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today about automating the initial configuration of a &lt;strong&gt;Linux&lt;/strong&gt; server using &lt;strong&gt;Ansible&lt;/strong&gt;🎺. From setting up &lt;strong&gt;locales&lt;/strong&gt;, &lt;strong&gt;timezone&lt;/strong&gt;, &lt;strong&gt;SSH&lt;/strong&gt; server parameters… to creating and configuring a new user&amp;rsquo;s environment👨‍💻: &lt;strong&gt;Oh-My-Zsh&lt;/strong&gt;, &lt;strong&gt;Neovim&lt;/strong&gt;, and &lt;strong&gt;Tmux&lt;/strong&gt;. It&amp;rsquo;ll be interesting😉.&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>Setting up a Syncthing file synchronization server in docker</title><link>https://r4ven.me/en/storage/podnimaem-server-sinhronizacii-fajlov-syncthing-v-docker/</link><pubDate>Thu, 12 Dec 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/storage/podnimaem-server-sinhronizacii-fajlov-syncthing-v-docker/</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 I&amp;rsquo;ll show how to easily deploy your own instance of a Syncthing server using &lt;strong&gt;docker compose&lt;/strong&gt;🐳 on a system running &lt;strong&gt;Linux&lt;/strong&gt;🐧. And of course I&amp;rsquo;ll go into detail about connecting clients, using Linux Mint, Windows, and Android as examples.&lt;/p&gt;
&lt;p&gt;For those who don&amp;rsquo;t know, &lt;strong&gt;Syncthing&lt;/strong&gt; is a popular client-server &lt;a href="https://r4ven.me/en/it-razdel/slovarik/otkrytoe-po/"&gt;open source&lt;/a&gt; solution for synchronizing files🗃 between different devices📱💻.&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>Setting up a Zabbix 7 + TimescaleDB monitoring server in docker</title><link>https://r4ven.me/en/monitoring/podnimaem-server-monitoringa-zabbix-7-timescaledb-v-docker/</link><pubDate>Tue, 24 Sep 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/monitoring/podnimaem-server-monitoringa-zabbix-7-timescaledb-v-docker/</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 guide we will deploy the popular &lt;strong&gt;Zabbix&lt;/strong&gt; monitoring system using &lt;strong&gt;TimescaleDB&lt;/strong&gt; — a plugin for the &lt;strong&gt;PostgreSQL&lt;/strong&gt; database that allows efficient work with &amp;ldquo;time series&amp;rdquo;. We&amp;rsquo;ll wrap all this goodness inside docker containers 🐳. It&amp;rsquo;s going to be interesting 😉.&lt;/p&gt;
&lt;p&gt;Let me remind you that in one of the previous posts we discussed what &lt;a href="https://r4ven.me/en/it-razdel/slovarik/chto-takoe-sistemy-monitoringa-v-it/"&gt;monitoring systems in IT&lt;/a&gt; are, what kinds exist, and learned a bit about popular implementations today, among which is Zabbix.&lt;/p&gt;</description></item><item><title>Building OpenConnect (ocserv) Version 1.3 From Source in Debian 12 + Docker Image</title><link>https://r4ven.me/en/virtualization/sobiraem-openconnect-ocserv-versii-1-3-iz-ishodnikov-v-debian-12-docker-obraz/</link><pubDate>Thu, 22 Aug 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/virtualization/sobiraem-openconnect-ocserv-versii-1-3-iz-ishodnikov-v-debian-12-docker-obraz/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;At the request of some subscribers from our &lt;a href="https://t.me/r4ven_me_chat/"&gt;raven&amp;rsquo;s chat&lt;/a&gt;, today we&amp;rsquo;ll build the OpenConnect VPN server, also known as &lt;strong&gt;ocserv&lt;/strong&gt;, latest version — &lt;strong&gt;1.3&lt;/strong&gt;, from &lt;a href="https://r4ven.me/en/it-razdel/slovarik/otkrytoe-po/"&gt;open source code&lt;/a&gt;, on the Debian 12 &lt;a href="https://r4ven.me/en/it-razdel/slovarik/distributiv-linux/"&gt;distribution&lt;/a&gt;. We&amp;rsquo;ll also create a &lt;a href="https://r4ven.me/en/it-razdel/instrukcii/ustanovka-docker-engine-na-linux-server-pod-upravleniem-debian/"&gt;Docker&lt;/a&gt; image based on the same distribution.&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;If you&amp;rsquo;re not sure what kind of beast this is, I recommend reading my other article: &lt;a href="https://r4ven.me/en/it-razdel/instrukcii/podnimaem-openconnect-ssl-vpn-server-ocserv-v-docker-dlya-vnutrennih-proektov/"&gt;Setting up an OpenConnect SSL VPN server (ocserv) in Docker for internal projects&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Setting up your own DNS server Unbound and ad blocker Pi-hole in docker</title><link>https://r4ven.me/en/networking/podnimaem-svoj-dns-server-unbound-i-blokirovshhik-reklamy-pihole-v-docker/</link><pubDate>Fri, 12 Jul 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/networking/podnimaem-svoj-dns-server-unbound-i-blokirovshhik-reklamy-pihole-v-docker/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;As you might have guessed from the title, today we will install and run in docker a local DNS server &lt;strong&gt;Unbound&lt;/strong&gt; paired with &lt;del&gt;blackjack..&lt;/del&gt; an ad blocker via DNS requests — &lt;strong&gt;Pi-hole&lt;/strong&gt;. All management of this setup will be done through the convenient web GUI of the Pi-hole program. And at the end of the article I&amp;rsquo;ll show how to connect this local DNS to our &lt;a href="https://r4ven.me/en/it-razdel/instrukcii/podnimaem-openconnect-ssl-vpn-server-ocserv-v-docker-dlya-vnutrennih-proektov/"&gt;VPN server based on OpenConnect&lt;/a&gt;, which we set up earlier. It will be interesting and not difficult, almost)&lt;/p&gt;</description></item><item><title>Setting up an OpenConnect SSL VPN server (ocserv) in docker for internal projects</title><link>https://r4ven.me/en/networking/podnimaem-openconnect-ssl-vpn-server-ocserv-v-docker-dlya-vnutrennih-proektov/</link><pubDate>Wed, 01 May 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/networking/podnimaem-openconnect-ssl-vpn-server-ocserv-v-docker-dlya-vnutrennih-proektov/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today we will deploy our own VPN based on an OpenConnect server (ocserv) running over HTTPS and compatible with Cisco AnyConnect. We&amp;rsquo;ll package all of this into a docker container for ease of use and easy portability.&lt;/p&gt;
&lt;p&gt;This server is planned to be used as the main connecting element, with the help of which we will configure network interaction between future projects and services. The server installation itself takes just a few commands. It&amp;rsquo;s going to be interesting 😉&lt;/p&gt;</description></item><item><title>Initial Linux server setup using Debian as an example</title><link>https://r4ven.me/en/linux/nachalnaya-nastrojka-linux-servera-na-primere-debian/</link><pubDate>Sun, 05 Nov 2023 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/linux/nachalnaya-nastrojka-linux-servera-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;This time we will perform basic Linux server setup using the Debian 12 distribution as an example.&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>SSH — Secure Connection to Remote Hosts: Introduction</title><link>https://r4ven.me/en/networking/ssh-bezopasnoe-podklyuchenie-k-udalyonnym-hostam-vvedenie/</link><pubDate>Wed, 02 Aug 2023 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/networking/ssh-bezopasnoe-podklyuchenie-k-udalyonnym-hostam-vvedenie/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;This time we&amp;rsquo;ll talk about remote connections using the secure SSH protocol, in particular its open implementation OpenSSH.&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>Installing a Debian 12 Server in VirtualBox</title><link>https://r4ven.me/en/virtualization/ustanovka-servera-debian-12-v-virtualbox/</link><pubDate>Wed, 12 Jul 2023 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/virtualization/ustanovka-servera-debian-12-v-virtualbox/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today we&amp;rsquo;ll install a Debian GNU/Linux 12 server on a virtual machine created with the VirtualBox hypervisor.&lt;/p&gt;
&lt;p&gt;All actions were performed in a Linux Mint 21.1 environment. For Windows, all the steps are the same.&lt;/p&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In previous posts, we learned what a &lt;a href="https://r4ven.me/en/it-razdel/slovarik/gipervizor-po-dlya-virtualizacii/"&gt;hypervisor&lt;/a&gt; and a &lt;a href="https://r4ven.me/en/it-razdel/slovarik/virtualnaya-mashina/"&gt;virtual machine&lt;/a&gt; are, and also &lt;a href="https://r4ven.me/en/it-razdel/instrukcii/ustanovka-virtualbox-v-linux-mint-21/"&gt;installed&lt;/a&gt; one of the popular hypervisors — VirtualBox on our &lt;a href="https://r4ven.me/en/tag/linux-mint/"&gt;Linux Mint&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Today we&amp;rsquo;ll create a new virtual machine with VirtualBox and install a fresh Debian 12 server on it without a graphical interface.&lt;/p&gt;</description></item></channel></rss>