<?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>Virtualization Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/category/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 22 Jun 2021 16:19:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Install Wine 6 on Fedora 34 / 33?</title>
		<link>https://www.osradar.com/install-wine-6-fedora-33/</link>
					<comments>https://www.osradar.com/install-wine-6-fedora-33/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 24 Jun 2021 23:30:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[wine]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27852</guid>

					<description><![CDATA[<p>Hi, folks. In this post, I will help you install Wine 6 on Fedora 34 /33. Wine is one of those applications that practically any Linux user knows. Thanks to Wine we can run several Windows applications on Linux. It works as an interpreter that creates an execution layer for programs that can be run [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wine-6-fedora-33/">Install Wine 6 on Fedora 34 / 33?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>Hi, folks. In this post, I will help you install Wine 6 on Fedora 34 /33.</strong></p>



<p>Wine is one of those applications that practically any Linux user knows. Thanks to Wine we can run several Windows applications on Linux. It works as an interpreter that creates an execution layer for programs that can be run in Linux.</p>



<p><a href="https://www.winehq.org/" target="_blank" rel="noreferrer noopener">Wine</a>&nbsp;is included in the official repositories of almost any distribution. The problem is that Wine’s development is too active (which is very welcome) and they constantly add features and improve the support of the applications.</p>



<p>Therefore, if you notice when using Wine that certain programs do not run correctly, then updating Wine may be a solution.</p>



<p>So let’s go for it.</p>


<h2 id="install-wine-6-on-fedora-33"><a href="#install-wine-6-on-fedora-33" name="install-wine-6-on-fedora-33"></a>Install Wine 6 on Fedora 34 / 33</h2>
<p>Although Fedora is a distribution that is updated quite a lot, it is also true that it does not always provide us with the latest version of some programs. This is the case of Wine which, although it is true, gives us an updated version, it is not the latest one.</p>
<p>So for this, it is necessary to add a new repository that contains both the latest stable version of Wine and the development version.</p>
<p>So, open a terminal and run the following command for Fedora 34</p>
<pre><code data-origin="<pre><code>sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/33/winehq.repo
</code></pre>">sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/34/winehq.repo
</code></pre>
<p>And this for Fedora 33:</p>
<pre><code data-origin="<pre><code>sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/33/winehq.repo
</code></pre>">sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/33/winehq.repo</code></pre>
<p>This command will add the Wine repository to the system.</p>
<p>After that, install Wine 6 on Fedora 34 / 33 by running the following command:</p>
<pre><code data-origin="<pre><code>sudo dnf install winehq-stable
</code></pre>">sudo dnf install winehq-stable
</code></pre>
<p>During the process, you will have to confirm the installation because a new repository is being added along with its GPG key.</p>
<p>After the installation is complete, you can check the version by running</p>
<pre><code data-origin="<pre><code>wine --version
</code></pre>">wine --version
</code></pre>
<figure id="attachment_27884" aria-describedby="caption-attachment-27884" style="width: 594px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-27884 size-full" src="https://www.osradar.com/wp-content/uploads/2021/01/winefedora.png" alt="Wine 6 on Fedora 34 / 33" width="594" height="123" srcset="https://www.osradar.com/wp-content/uploads/2021/01/winefedora.png 594w, https://www.osradar.com/wp-content/uploads/2021/01/winefedora-300x62.png 300w" sizes="(max-width: 594px) 100vw, 594px" /><figcaption id="caption-attachment-27884" class="wp-caption-text">Wine 6 on Fedora 34 / 33</figcaption></figure>
<p>so, enjoy it.</p>
<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>
<p>Wine is an application that is a veteran within Linux. However, it is quite popular especially with users coming from Windows. It does not always give the expected results but it can work and solve several problems.</p>
<p>Now you know how to install version 6 of this program on Fedora 34 / 33.</p><p>The post <a rel="nofollow" href="https://www.osradar.com/install-wine-6-fedora-33/">Install Wine 6 on Fedora 34 / 33?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-wine-6-fedora-33/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PRTG &#8211; Graphical Network Monitoring In Windows Server</title>
		<link>https://www.osradar.com/prtg-graphical-network-monitoring/</link>
					<comments>https://www.osradar.com/prtg-graphical-network-monitoring/#respond</comments>
		
		<dc:creator><![CDATA[Nisar]]></dc:creator>
		<pubDate>Wed, 03 Mar 2021 07:51:08 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bandwidth monitor]]></category>
		<category><![CDATA[prtg network monitoring tool]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=28892</guid>

					<description><![CDATA[<p>In this article we will let to know what is PRTG (Paessler Router Traffic Grapher) and steps by steps installation in Microsoft Windows Server. What is PRTG ? PRTG is a comprehensive network monitoring tool. It is easily install in minutes and configure quickly. This software needs credentials to access devices in network. It automatically [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/prtg-graphical-network-monitoring/">PRTG &#8211; Graphical Network Monitoring In Windows Server</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this article we will let to know what is PRTG (Paessler Router Traffic Grapher) and steps by steps installation in <a href="https://www.osradar.com/whats-new-in-windows-2016-server/">Microsoft Windows Server</a>.</p>



<h2>What is PRTG ?</h2>



<p>PRTG is a comprehensive network monitoring tool. It is easily install in minutes and configure quickly. This software needs credentials to access devices in network. It automatically installs devices with some default sensors, for example <strong>Ping</strong> sensor. Because for this sensor no credentials are required.</p>



<h2>How PRTG Works?</h2>



<p>PRTG collects real time network data using more than 250 pre-defined sensors and show them in a graphical view for better understanding and pro active monitoring. It auto discover network devices with sensors and auto configure them. These sensors are used to poll statistics from monitored devices i.e., response time, processor/memory/bandwidth usage etc</p>



<h3>What PRTG can monitor?</h3>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="343" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/image-1024x343.png" alt="What PRTG can monitor" class="wp-image-28894" srcset="https://www.osradar.com/wp-content/uploads/2021/03/image-1024x343.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/image-300x101.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/image-768x257.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/image-696x233.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/image-1068x358.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/image.png 1095w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h3>Key Features</h3>



<div class="wp-block-image"><figure class="alignleft size-large"><img loading="lazy" width="162" height="206" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/image-2.png" alt="Flexible Alerting" class="wp-image-28897"/><figcaption>Flexible Alerting</figcaption></figure></div>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/image-3.png" alt="Multiple User Interfaces" class="wp-image-28898" width="353" height="215"/><figcaption>Multiple User Interfaces</figcaption></figure>



<div class="wp-block-image"><figure class="alignright size-large is-resized"><img loading="lazy" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/image-5.png" alt="Maps &amp; Dashboard" class="wp-image-28901" width="322" height="208" srcset="https://www.osradar.com/wp-content/uploads/2021/03/image-5.png 365w, https://www.osradar.com/wp-content/uploads/2021/03/image-5-300x194.png 300w" sizes="(max-width: 322px) 100vw, 322px" /><figcaption>Maps and Dashboards</figcaption></figure></div>



<figure class="wp-block-image size-large"><img loading="lazy" width="324" height="184" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/image-6.png" alt="in depth monitoring" class="wp-image-28902" srcset="https://www.osradar.com/wp-content/uploads/2021/03/image-6.png 324w, https://www.osradar.com/wp-content/uploads/2021/03/image-6-300x170.png 300w" sizes="(max-width: 324px) 100vw, 324px" /><figcaption>In Depth Monitoring</figcaption></figure>



<h3>Installation Requirements</h3>



<p>A PC or Server with at least dual core CPU and 2GB RAM. It can also be installed in a virtual machine, but there is <a href="https://www.paessler.com/manuals/prtg/detailed_system_requirements#vm">recommended limit</a> on the number of sensors because of the hypervisor overhead.  </p>



<h2>Installation Steps of PRTG</h2>



<p>PRTG offer unlimited versions for 30 days. After 30 days, it reverts to free version.  </p>



<ol><li>Download Free Version from following link <a href="https://www.paessler.com/">https://www.paessler.com/</a></li><li>A license key will be generated for trial version.</li></ol>



<figure class="wp-block-image size-large"><img loading="lazy" width="624" height="344" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/image-7.png" alt="Trial Serial Number" class="wp-image-28906" srcset="https://www.osradar.com/wp-content/uploads/2021/03/image-7.png 624w, https://www.osradar.com/wp-content/uploads/2021/03/image-7-300x165.png 300w" sizes="(max-width: 624px) 100vw, 624px" /></figure>



<p>3. Run setup file as <strong>Administrator</strong>. </p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://www.osradar.com/wp-content/uploads/2021/03/run-setup-1024x576.png" alt="Run Setup" class="wp-image-28908" srcset="https://www.osradar.com/wp-content/uploads/2021/03/run-setup-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/run-setup-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/run-setup-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/run-setup-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/run-setup-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/run-setup-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/run-setup.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>4. Select <strong>Language</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/language-1024x576.png" alt="" class="wp-image-28909" srcset="https://www.osradar.com/wp-content/uploads/2021/03/language-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/language-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/language-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/language-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/language-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/language-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/language.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>5. Accept the <strong>Agreement</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/license-agreement-1024x576.png" alt="Accept License Agreement" class="wp-image-28910" srcset="https://www.osradar.com/wp-content/uploads/2021/03/license-agreement-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/license-agreement-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/license-agreement-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/license-agreement-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/license-agreement-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/license-agreement-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/license-agreement.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>6. Enter <strong>Email Address</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/Enter-Email-1024x576.png" alt="Enter Email Address" class="wp-image-28911" srcset="https://www.osradar.com/wp-content/uploads/2021/03/Enter-Email-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/Enter-Email-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/Enter-Email-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/Enter-Email-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/Enter-Email-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/Enter-Email-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/Enter-Email.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>7. Unpacking files.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/unpacking-files-1024x576.png" alt="unpacking files" class="wp-image-28912" srcset="https://www.osradar.com/wp-content/uploads/2021/03/unpacking-files-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/unpacking-files-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/unpacking-files-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/unpacking-files-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/unpacking-files-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/unpacking-files-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/unpacking-files.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>8. After installation, services are starting.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/services-startup-1024x576.png" alt="services starting" class="wp-image-28914" srcset="https://www.osradar.com/wp-content/uploads/2021/03/services-startup-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/services-startup-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/services-startup-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/services-startup-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/services-startup-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/services-startup-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/services-startup.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>9. By default, username and password is <strong>prtgadmin</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/login-page-1024x576.png" alt="" class="wp-image-28916" srcset="https://www.osradar.com/wp-content/uploads/2021/03/login-page-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/login-page-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/login-page-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/login-page-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/login-page-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/login-page-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/login-page.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>10. Auto discovery will start run automatically based on predefined sensors.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/network-overview-1024x576.png" alt="" class="wp-image-28918" srcset="https://www.osradar.com/wp-content/uploads/2021/03/network-overview-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/network-overview-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/network-overview-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/network-overview-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/network-overview-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/network-overview-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/network-overview.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>11. Click on Home button and it will show dashboard. You can change default prtgadmin password by clicking on <strong>Change Default Password</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/welcome-page-1024x576.png" alt="" class="wp-image-28919" srcset="https://www.osradar.com/wp-content/uploads/2021/03/welcome-page-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/welcome-page-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/welcome-page-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/welcome-page-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/welcome-page-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/welcome-page-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/welcome-page.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>12. Insert new password and click on <strong>Save</strong> button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/change-password-1-1024x576.png" alt="reset default admin password" class="wp-image-28921" srcset="https://www.osradar.com/wp-content/uploads/2021/03/change-password-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/change-password-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/change-password-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/change-password-1-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/change-password-1-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/change-password-1-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/change-password-1.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>13. <strong>Switch to SSL/TLS</strong> for secure Web Browser.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/secure-password-1024x576.png" alt="" class="wp-image-28923" srcset="https://www.osradar.com/wp-content/uploads/2021/03/secure-password-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/secure-password-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/secure-password-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/secure-password-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/secure-password-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/secure-password-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/secure-password.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>14. Click <strong>Yes to switch SSL/TLS</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/enable-ssl-1-1024x576.png" alt="" class="wp-image-28925" srcset="https://www.osradar.com/wp-content/uploads/2021/03/enable-ssl-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/enable-ssl-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/enable-ssl-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/enable-ssl-1-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/enable-ssl-1-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/enable-ssl-1-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/enable-ssl-1.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>15. Once click to enable SSL/TSL, core services will be restart.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/services-restarting-1024x576.png" alt="" class="wp-image-28926" srcset="https://www.osradar.com/wp-content/uploads/2021/03/services-restarting-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/services-restarting-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/services-restarting-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/services-restarting-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/services-restarting-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/services-restarting-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/services-restarting.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>16. Proceed to site.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/proceed-to-site-1-1024x576.png" alt="" class="wp-image-28928" srcset="https://www.osradar.com/wp-content/uploads/2021/03/proceed-to-site-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/proceed-to-site-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/proceed-to-site-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/proceed-to-site-1-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/proceed-to-site-1-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/proceed-to-site-1-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/proceed-to-site-1.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>17. Installation completed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/03/installation-completed-1024x576.png" alt="installation completed" class="wp-image-28929" srcset="https://www.osradar.com/wp-content/uploads/2021/03/installation-completed-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/installation-completed-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/installation-completed-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/installation-completed-1536x864.png 1536w, https://www.osradar.com/wp-content/uploads/2021/03/installation-completed-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/installation-completed-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/installation-completed.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
<p>The post <a rel="nofollow" href="https://www.osradar.com/prtg-graphical-network-monitoring/">PRTG &#8211; Graphical Network Monitoring In Windows Server</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/prtg-graphical-network-monitoring/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Ubuntu on Windows 10 using Multipass</title>
		<link>https://www.osradar.com/how-to-install-ubuntu-on-windows-10-using-multipass/</link>
					<comments>https://www.osradar.com/how-to-install-ubuntu-on-windows-10-using-multipass/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Mon, 12 Oct 2020 21:12:00 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[hyper v]]></category>
		<category><![CDATA[hypervisor]]></category>
		<category><![CDATA[multipass]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu on windows]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtualbox]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=24438</guid>

					<description><![CDATA[<p>Hello! It is well known the approach that Microsoft has had lately with GNU/Linux. In fact, here we have talked about enabling the Windows Subsystem for Linux. This interesting option allows you to run an Ubuntu shell or another distro without leaving Windows. Besides, we show you how to install Ubuntu 20.04.1 in Windows using [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-ubuntu-on-windows-10-using-multipass/">How to install Ubuntu on Windows 10 using Multipass</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello! It is well known the approach that Microsoft has had lately with GNU/Linux. In fact, here we have talked about enabling the <a href="https://www.osradar.com/how-to-install-and-use-bash-in-windows-10/" target="_blank" rel="noreferrer noopener">Windows Subsystem for Linux</a>. This interesting option allows you to run an Ubuntu shell or another distro without leaving Windows. Besides, we show you how to install Ubuntu 20.04.1 in Windows using <a href="https://www.osradar.com/wp-admin/post.php?post=24376&amp;action=edit" target="_blank" rel="noreferrer noopener">Hyper-V.</a> That is, through the virtualization platform developed by Microsoft. Today we will continue using virtualization. However, it will be through a different perspective. Since we will be using <a href="https://multipass.run/" target="_blank" rel="noreferrer noopener">Multipass</a>. Which is a lightweight, multi-platform VM administrator (works for Linux, Windows and macOS). In addition, it allows the developer to run the necessary version of Ubuntu in a virtual machine. On the other hand, Multipass independently extracts the necessary image from the operating system and keeps it updated. Well, today we will see how to install Ubuntu on Windows 10 using Multipass.</p>



<h2>Prerequisites</h2>



<p>This method makes use of <a href="https://www.osradar.com/how-to-run-virtualbox-on-windows-10/" target="_blank" rel="noreferrer noopener">virtualization</a>. For this reason it is necessary to have a processor that supports this technology. Additionally, it is essential to have <a href="https://www.osradar.com/how-to-enable-and-use-hyper-v-on-windows-10/" target="_blank" rel="noreferrer noopener">Hyper-V </a>enabled or to install <a href="https://www.virtualbox.org/" target="_blank" rel="noreferrer noopener">VirtualBox</a>.</p>



<h2>How to download Multipass.</h2>



<p>As mentioned above, this cloud-based installation is multi-platform. Therefore, the first thing you have to do is go to this link and download the executable file for <a href="https://multipass.run/" target="_blank" rel="noreferrer noopener">Windows.</a> Once you have downloaded the file, just run it as any Windows executable.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi.png" alt="Starting the installation of Multipass in Windows 10" class="wp-image-24450" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi.png 499w, https://www.osradar.com/wp-content/uploads/2020/10/multi-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Starting the installation of Multipass in Windows 10</figcaption></figure>



<p>After accepting the license, it is necessary to select which hypervisor you will use. As mentioned, you can use either Hyper-V or Virtualbox.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi2.png" alt="Selected the hypervisor" class="wp-image-24453" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi2.png 499w, https://www.osradar.com/wp-content/uploads/2020/10/multi2-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Selected the hypervisor</figcaption></figure>



<p>Now the wizard offers to add Multipass to the path. This is very important because it allows you to run the instance without having to type in the full installation address.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi3.png" alt="" class="wp-image-24456" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi3.png 499w, https://www.osradar.com/wp-content/uploads/2020/10/multi3-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Adding Multipass to the path</figcaption></figure>



<p>Now select the installation location.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi4.png" alt="" class="wp-image-24457" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi4.png 499w, https://www.osradar.com/wp-content/uploads/2020/10/multi4-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /></figure>



<p>Then choose the components to be installed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi5.png" alt="" class="wp-image-24458" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi5.png 499w, https://www.osradar.com/wp-content/uploads/2020/10/multi5-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Choose the components to be installed.</figcaption></figure>



<p>Once the previous step is completed, the installation will begin. Wait a few moments while the work is completed.</p>



<figure class="wp-block-gallery columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="499" height="388" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi6.png" alt="" data-id="24459" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi6.png" data-link="https://www.osradar.com/?attachment_id=24459" class="wp-image-24459" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi6.png 499w, https://www.osradar.com/wp-content/uploads/2020/10/multi6-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="499" height="388" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi7.png" alt="" data-id="24460" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi7.png" data-link="https://www.osradar.com/?attachment_id=24460" class="wp-image-24460" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi7.png 499w, https://www.osradar.com/wp-content/uploads/2020/10/multi7-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /></figure></li></ul><figcaption class="blocks-gallery-caption">Completing the installation of Multipass in Windows 10</figcaption></figure>



<h2>Running and configuring Multipass for Ubuntu.</h2>



<p>Once the installation is complete, it is time to run Multipass for the first time. With this intention, go to the home menu and click on Multipass.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="650" height="681" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi8.jpg" alt="" class="wp-image-24462" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi8.jpg 650w, https://www.osradar.com/wp-content/uploads/2020/10/multi8-286x300.jpg 286w" sizes="(max-width: 650px) 100vw, 650px" /><figcaption>Launching Multipass</figcaption></figure>



<p>This action will launch Multipass. To launch the shell please right-click on the icon in the taskbar and click on <strong>Open Shell</strong>. </p>



<figure class="wp-block-image size-large"><img loading="lazy" width="277" height="247" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi9.png" alt="" class="wp-image-24464"/></figure>



<p>Immediately PowerShell will be displayed and the Ubuntu image will start downloading. This is an unattended process.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="699" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi10-1024x699.png" alt="Retrieving the ISO of Ubuntu" class="wp-image-24465" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi10-1024x699.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/multi10-300x205.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/multi10-768x524.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/multi10-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2020/10/multi10-696x475.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/multi10-1068x729.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/multi10.png 1219w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Retrieving the ISO of Ubuntu</figcaption></figure>



<p>After retrieving the image, the wizard will ask if you wish to contribute information. Finally, the preparation of Multipass will begin.</p>



<figure class="wp-block-gallery columns-3 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi13-1024x787.png" alt="" data-id="24467" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi13.png" data-link="https://www.osradar.com/?attachment_id=24467" class="wp-image-24467" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi13-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/multi13-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/multi13-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/multi13-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/multi13-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/multi13.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi14-1024x787.png" alt="" data-id="24468" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi14.png" data-link="https://www.osradar.com/?attachment_id=24468" class="wp-image-24468" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi14-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/multi14-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/multi14-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/multi14-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/multi14-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/multi14.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi16-1024x787.png" alt="" data-id="24469" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi16.png" data-link="https://www.osradar.com/?attachment_id=24469" class="wp-image-24469" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi16-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/multi16-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/multi16-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/multi16-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/multi16-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/multi16.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li></ul></figure>



<p>Finally, Multipass has been successfully installed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi17-1024x787.png" alt="Ubuntu Multipass running on Windows 10" class="wp-image-24470" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi17-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/multi17-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/multi17-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/multi17-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/multi17-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/multi17.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Ubuntu Multipass running on Windows 10</figcaption></figure>



<h2>Some basic Multipass commands.</h2>



<p>From now on, all that remains is to explore the new facility. First, you can update the list of available packages and their versions.</p>



<pre class="wp-block-preformatted">sudo apt-get update</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi18-1024x787.png" alt="Updating the package list. " class="wp-image-24473" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi18-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/multi18-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/multi18-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/multi18-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/multi18-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/multi18.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Updating the package list.</figcaption></figure>



<p>The default password is <em>ubuntu</em> However, you can change it with the following command:</p>



<pre class="wp-block-preformatted">sudo passwd ubuntu</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="66" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/multi22-1024x66.png" alt="" class="wp-image-24474" srcset="https://www.osradar.com/wp-content/uploads/2020/10/multi22-1024x66.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/multi22-300x19.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/multi22-768x49.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/multi22-696x45.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/multi22-1068x68.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/multi22.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>At the end of the day we have seen how to install Ubuntu on Windows 10 using Multipass. From now on, you can enjoy another alternative to use Ubuntu within Windows 10. I hope you enjoyed it. See you later!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-ubuntu-on-windows-10-using-multipass/">How to install Ubuntu on Windows 10 using Multipass</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-ubuntu-on-windows-10-using-multipass/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Ubuntu 20.04.1 on Windows Server/10 using Hyper-V.</title>
		<link>https://www.osradar.com/how-to-install-ubuntu-20-04-1-on-windows-server-10-using-hyper-v/</link>
					<comments>https://www.osradar.com/how-to-install-ubuntu-20-04-1-on-windows-server-10-using-hyper-v/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sun, 11 Oct 2020 21:19:00 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[hyper v]]></category>
		<category><![CDATA[ubuntu 20.04.1]]></category>
		<category><![CDATA[ubuntu on windows]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[Windows server 2019]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=24376</guid>

					<description><![CDATA[<p>Hello, how are you? Today we will see how the practical use of the Hyper-V platform. In fact, in previous posts we have seen how to enable this feature. Both in Windows 10 and Windows Server. Please remember that Hyper-V is Microsoft&#8217;s bet to virtualize systems. Therefore, it is possible to enable it on Windows [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-ubuntu-20-04-1-on-windows-server-10-using-hyper-v/">How to install Ubuntu 20.04.1 on Windows Server/10 using Hyper-V.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, how are you? Today we will see how the practical use of the Hyper-V platform. In fact, in previous posts we have seen how to enable this feature. Both in Windows 10 and Windows Server. Please remember that Hyper-V is Microsoft&#8217;s bet to virtualize systems. Therefore, it is possible to enable it on <a href="https://www.osradar.com/how-to-install-hyper-v-on-windows-server-2019/" target="_blank" rel="noreferrer noopener">Windows Server</a> and some versions of <a href="https://www.osradar.com/how-to-enable-and-use-hyper-v-on-windows-10/" target="_blank" rel="noreferrer noopener">Windows 10</a>. Well, today we will detail how to use it to virtualize systems. Specifically Ubuntu 20.04.1 LTS. This GNU/Linux operating system developed by Canonical comes with a support of 05 years. So today we will see how to install Ubuntu 20.04.1 on Windows Server/10 using Hyper-V.</p>



<h2>The importance of a virtualization platform like Hyper-V</h2>



<p>We have previously highlighted the importance of using a virtualization environment. Indeed, at the level of Windows Server it represents a great advantage. It allows you to test systems and apps in a secure environment. Since any failure or error would not represent a threat to the system or its users. Within a corporate environment, it is a great security measure. Likewise, domestic and professional users can test new systems. Or even polish apps without fear of damaging the main system. Well, in this post we will use Hyper-V from Windows Server 2019. However, the process is very similar in Windows 10. Therefore, you can use the steps for both systems.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="682" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/matrix-2502954_1280-1024x682.jpg" alt="" class="wp-image-24381" srcset="https://www.osradar.com/wp-content/uploads/2020/10/matrix-2502954_1280-1024x682.jpg 1024w, https://www.osradar.com/wp-content/uploads/2020/10/matrix-2502954_1280-300x200.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/10/matrix-2502954_1280-768x512.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/10/matrix-2502954_1280-696x464.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/10/matrix-2502954_1280-1068x712.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/10/matrix-2502954_1280.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2>Installing Ubuntu on Windows Server using Hyper-V</h2>



<p>In today&#8217;s post we will see how to install Ubuntu in a virtual machine step by step. In the first place you must download the image from this <a href="https://ubuntu.com/download/desktop" target="_blank" rel="noreferrer noopener">link.</a> Then press Win+Q and type Hyper-V to launch the manager.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="831" height="693" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu.png" alt="Launching Hyper-V manager" class="wp-image-24384" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu.png 831w, https://www.osradar.com/wp-content/uploads/2020/10/ubu-300x250.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu-768x640.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/ubu-696x580.png 696w" sizes="(max-width: 831px) 100vw, 831px" /><figcaption>Launching Hyper-V manager</figcaption></figure>



<p>As this is the first time the tool is launched, you can see that there are no virtual machines created. Therefore, we are going to create the first one. With this in mind, select the server or machine. <strong>Next New&gt;Virtual Machine</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="819" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu2-1024x819.png" alt="Creating a new virtual machine." class="wp-image-24386" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu2-1024x819.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/ubu2-300x240.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu2-768x614.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/ubu2-696x557.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/ubu2-1068x854.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/ubu2.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Creating a new virtual machine.</figcaption></figure>



<h2>Configuring the virtual machine.</h2>



<p>An assistant will be launched immediately. You can press <strong>Finish</strong> to create a virtual machine with default values. Or you can press Next to customize the settings. In this case, press <strong>Next </strong>to continue.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu3.png" alt="" class="wp-image-24388" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu3.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu3-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu3-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /></figure>



<p>It is then time to specify the name of the new virtual machine. It is also possible to set the location of the virtual machine. When you are ready, press Next to continue.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu4.png" alt="" class="wp-image-24389" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu4.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu4-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu4-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>Please specify the name and location of the virtual machine.</figcaption></figure>



<p>Hyper-V offers two generations of virtual machine configuration. Generation 1 is for older installations. Generation 2 offers features for more modern machines. You can choose any of them according to your needs.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu5.png" alt="Please select the generation to create the virtual machine for Ubuntu" class="wp-image-24391" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu5.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu5-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu5-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>Please select the generation to create the virtual machine for Ubuntu</figcaption></figure>



<h2>Assigning Ubuntu installation values in Hyper-V.</h2>



<p>Now it is time to specify the amount of ram memory intended for the virtual machine. By default, the wizard assigns the recommended minimum to run the system. However, it is recommended to assign a little more so that everything flows smoothly. On the other hand, this amount will also depend on the amount of physical ram memory the computer has. In addition, the platform provides the option of using dynamic ram memory. That is, beyond the assigned memory, Hyper-V assigns memory according to the needs of the virtual machine.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu6.png" alt="Assigning ram memory for the Ubuntu virtual machine" class="wp-image-24393" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu6.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu6-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu6-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>Assigning ram memory for the Ubuntu virtual machine</figcaption></figure>



<p>Then configure the network connectivity. That is, if you want to enable the Internet connection, please enable the physical network device to act as a switch.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu7.png" alt="" class="wp-image-24395" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu7.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu7-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu7-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>Configuring the network connection</figcaption></figure>



<p>Now it&#8217;s time to configure the virtual hard disk. The wizard offers 3 options. The first one is to create a new disk with its assigned size. Besides that you can use a previously created virtual hard disk. Finally, you have an option to assign a virtual disk later.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu8.png" alt="" class="wp-image-24396" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu8.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu8-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu8-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>Configuring a virtual disk for Ubuntu installation</figcaption></figure>



<p>This point you have to configure the values for the Ubuntu installation. That is, the source to boot the system. In this case, we will use the previously downloaded ISO.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu9.png" alt="Select the downloaded ISO to load Ubuntu. " class="wp-image-24398" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu9.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu9-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu9-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>Select the downloaded ISO to load Ubuntu.</figcaption></figure>



<p>Finally, a summary of the installation is shown. If you are satisfied with all the elements, then press Finish to begin the installation.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu10.png" alt="Summary of Ubuntu installation in Hyper-V" class="wp-image-24400" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu10.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu10-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu10-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>Summary of Ubuntu installation in Hyper-V</figcaption></figure>



<h2>Running Ubuntu 20.04.1 in Hyper-V</h2>



<p>Once the installation is finished, it is time to run Ubuntu 20.04.1 for the first time. This process is composed of two steps. In the first place you must turn on the virtual machine, and then click on connect.</p>



<figure class="wp-block-gallery columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu11-1024x787.png" alt="" data-id="24407" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu11.png" data-link="https://www.osradar.com/?attachment_id=24407" class="wp-image-24407" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu11-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/ubu11-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu11-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/ubu11-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/ubu11-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/ubu11.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu13-1024x787.png" alt="" data-id="24408" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu13.png" data-link="https://www.osradar.com/?attachment_id=24408" class="wp-image-24408" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu13-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/ubu13-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu13-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/ubu13-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/ubu13-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/ubu13.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li></ul><figcaption class="blocks-gallery-caption">Starting up the virtual machine for Ubuntu</figcaption></figure>



<p>Finally, the process is over. In this way we have seen how to install Ubuntu 20.04.1 on Windows Server/10 using Hyper-V. It is a good addition to our domestic system or business environment. See you later!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-ubuntu-20-04-1-on-windows-server-10-using-hyper-v/">How to install Ubuntu 20.04.1 on Windows Server/10 using Hyper-V.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-ubuntu-20-04-1-on-windows-server-10-using-hyper-v/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
