<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Virtualbox on Raven's Blog | Linux and IT</title><link>https://r4ven.me/en/tags/virtualbox/</link><description>Recent content in Virtualbox 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/virtualbox/index.xml" rel="self" type="application/rss+xml"/><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>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><item><title>Installing VirtualBox in Linux Mint 21</title><link>https://r4ven.me/en/virtualization/ustanovka-virtualbox-v-linux-mint-21/</link><pubDate>Mon, 19 Jun 2023 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/virtualization/ustanovka-virtualbox-v-linux-mint-21/</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 the popular hypervisor program from Oracle — &lt;strong&gt;VirtualBox&lt;/strong&gt; on our &lt;a href="https://r4ven.me/en/tag/linux-mint/"&gt;Linux Mint&lt;/a&gt; 21.&lt;/p&gt;
&lt;p&gt;In the previous post you learned what a &lt;a href="https://r4ven.me/en/it-razdel/slovarik/gipervizor-po-dlya-virtualizacii/"&gt;hypervisor&lt;/a&gt; is, what types exist, and examples of their implementation.&lt;/p&gt;
&lt;p&gt;Now let&amp;rsquo;s talk about the hero of today&amp;rsquo;s post. &lt;strong&gt;VirtualBox&lt;/strong&gt; is a hypervisor program running on top of the operating system, designed for creating and running &lt;a href="https://r4ven.me/en/it-razdel/slovarik/virtualnaya-mashina/"&gt;virtual machines&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;*&lt;em&gt;a &lt;strong&gt;virtual machine&lt;/strong&gt; is an abstract computer inside a running operating system, with a certain set of hardware characteristics allocated to it, such as CPU cores, RAM, disk space, and other equipment.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Try Linux Right Inside Windows</title><link>https://r4ven.me/en/virtualization/poprobovat-linux-pryamo-v-windows/</link><pubDate>Wed, 15 Dec 2021 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/virtualization/poprobovat-linux-pryamo-v-windows/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today I&amp;rsquo;ll tell and show you how you can try Linux right inside Windows. To do this, we&amp;rsquo;ll need to take a few steps, the hardest of which will be entering the UEFI/BIOS.&lt;/p&gt;
&lt;p&gt;To run another operating system inside the current one, the so-called virtualization technology is used, hardware support for which is implemented in practically every more or less modern processor. Whether it&amp;rsquo;s a solution from AMD (AMD-V) or Intel (Intel VT). You can read more about &lt;a href="https://ru.wikipedia.org/wiki/%D0%92%D0%B8%D1%80%D1%82%D1%83%D0%B0%D0%BB%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D1%8F"&gt;virtualization&lt;/a&gt;, as usual, on Wikipedia.&lt;/p&gt;</description></item></channel></rss>