<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on The Cyberian</title><link>https://the-cyberian.com/posts/</link><description>Recent content in Posts on The Cyberian</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 14 May 2026 15:41:02 -0700</lastBuildDate><atom:link href="https://the-cyberian.com/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Proxmox</title><link>https://the-cyberian.com/posts/proxmox/</link><pubDate>Thu, 14 May 2026 15:41:02 -0700</pubDate><guid>https://the-cyberian.com/posts/proxmox/</guid><description>&lt;h2 id="introduction"&gt;Introduction:&lt;/h2&gt;
&lt;p&gt;As I continue to grow my homelab, I&amp;rsquo;m realizing the importance of creating isolated environments for testing purposes. This requires the ability to run one operating system within another, which is feasible on a Ubuntu sesrver with Docker. However, it would be beneficial to utilize a dedicated virtualization platform (also known as a Hypervisor).&lt;/p&gt;
&lt;h2 id="benefits"&gt;BENEFITS:&lt;/h2&gt;
&lt;p&gt;We&amp;rsquo;re seeking virtualization for several compelling reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Process Isolation: We prefer each component we work on to be self-contained and separate, just like with Docker. However, Docker still relies on the operating system&amp;rsquo;s kernel resources and may not provide complete isolation. With virtualization, we can choose any operating system we desire.&lt;/li&gt;
&lt;li&gt;Network Isolation: While Docker has network isolation capabilities, they are not as robust or capable as those of a virtualization platform. For sandboxing purposes, we want full isolation, with no communication with other components.&lt;/li&gt;
&lt;li&gt;Operating System Snapshots: Virtualization allows us to take snapshots of the entire operating system at specific points in time and roll back whenever necessary. This is ideal for tinkering and experimenting without worrying about data loss or corruption.&lt;/li&gt;
&lt;li&gt;High Availability: Docker is not designed for high availability, as it requires the machine to be running continuously. A virtualization platform, on the other hand, can provide high availability by allowing services to continue running even when the machine is turned off.&lt;/li&gt;
&lt;li&gt;Emulation: Virtualization allows us to run packages designed for one architecture (e.g., ARM) on a different platform (e.g., x86), which is not possible with Docker.&lt;/li&gt;
&lt;li&gt;Easy Backups: With virtualization, we have access to tools that enable easy and robust backups of the entire operating system, making it simpler to replicate and maintain our environments.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="installing"&gt;Installing&lt;/h2&gt;
&lt;p&gt;Get the ISO
Here it is! Current version is &lt;strong&gt;Proxmox VE 8.2 ISO Installer&lt;/strong&gt; as of the writing of this guide.&lt;/p&gt;</description></item></channel></rss>