<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncategorized Archives - Triii Technologies LLC</title>
	<atom:link href="https://triii.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://triii.org/category/uncategorized/</link>
	<description>Triii Technologies LLC - Technology solutions</description>
	<lastBuildDate>Thu, 21 Aug 2025 08:00:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://triii.org/wp-content/uploads/2022/07/sizedalpha-100x100.png</url>
	<title>Uncategorized Archives - Triii Technologies LLC</title>
	<link>https://triii.org/category/uncategorized/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Multipass On Ubuntu 24</title>
		<link>https://triii.org/multipass-virtualization-on-ubuntu-24/</link>
		
		<dc:creator><![CDATA[triii]]></dc:creator>
		<pubDate>Wed, 01 Jan 2025 23:54:17 +0000</pubDate>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://triii.org/?p=2457</guid>

					<description><![CDATA[<p>Multipass is a command-line utility that streamlines the creation and management of Ubuntu virtual machines [&#8230;]</p>
<p>The post <a href="https://triii.org/multipass-virtualization-on-ubuntu-24/" data-wpel-link="internal">Multipass On Ubuntu 24</a> appeared first on <a href="https://triii.org" data-wpel-link="internal">Triii Technologies LLC</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Multipass is a command-line utility that streamlines the creation and management of Ubuntu virtual machines across various platforms, including Windows, macOS, and Linux. By default, Multipass utilizes specific drivers for virtualization:</p>



<ul class="wp-block-list">
<li><strong>macOS and amd64 Linux</strong>: <code>qemu</code></li>



<li><strong>Non-amd64 Linux</strong>: <code>lxd</code></li>



<li><strong>Windows</strong>: <code>hyperv</code></li>
</ul>



<p class="wp-block-paragraph"><a href="https://multipass.run/docs/local-driver" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external">Multipass</a></p>



<p class="wp-block-paragraph">For users seeking enhanced control over their virtual machines, particularly on Linux systems, Multipass offers the flexibility to switch to the <code>libvirt</code> driver. Libvirt is a robust API for managing platform virtualization, providing a unified interface to various hypervisors. </p>



<p class="wp-block-paragraph"><strong>To Install Libvirt and Multipass</strong></p>



<pre class="wp-block-code"><code>sudo apt update
sudo apt install qemu-kvm libvirt-daemon-system
snap install multipass</code></pre>



<p class="wp-block-paragraph"><strong>To configure Multipass to use <code>libvirt</code> as its backend, execute the following command:</strong></p>



<pre class="wp-block-preformatted">snap connect multipass:libvirt<br>sudo multipass set local.driver=libvirt<code><br></code></pre>



<p class="wp-block-paragraph">This adjustment enables Multipass to leverage the capabilities of libvirt, offering a more integrated virtualization experience on Linux platforms. For comprehensive guidance on utilizing libvirt with Multipass, refer to the official documentation.</p>



<p class="wp-block-paragraph"><a href="https://discourse.ubuntu.com/t/how-to-use-libvirt-in-multipass/13732" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external">Ubuntu Discourse</a></p>



<p class="wp-block-paragraph">Additionally, for detailed information on libvirt&#8217;s functionalities and its integration within Ubuntu Server, consult the Ubuntu Server Guide.</p>



<p class="wp-block-paragraph">By configuring Multipass to use libvirt, users can achieve a more tailored and efficient virtualization setup, aligning with their specific preferences.</p>



<p class="wp-block-paragraph">Return to <a href="https://triii.org/knowledge-base/" data-type="page" data-id="2680" data-wpel-link="internal">Knowledge Base</a></p>
<p>The post <a href="https://triii.org/multipass-virtualization-on-ubuntu-24/" data-wpel-link="internal">Multipass On Ubuntu 24</a> appeared first on <a href="https://triii.org" data-wpel-link="internal">Triii Technologies LLC</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
