<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How-To&#039;s - VHT Forum				            </title>
            <link>https://www.virtualizationhowto.com/community/how-tos-shared/</link>
            <description>Virtualization Howto Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 15 May 2026 12:19:10 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>How to Install Veeam Hardened Linux Appliance 13 step by step</title>
                        <link>https://www.virtualizationhowto.com/community/how-tos-shared/how-to-install-veeam-hardened-linux-appliance-13-step-by-step/</link>
                        <pubDate>Fri, 09 Jan 2026 16:57:37 +0000</pubDate>
                        <description><![CDATA[Below are screenshots of deploying the Veeam Data Platform 13 appliance in a VMware vSphere environment. First, you grab the ISO or OVA. Here I am grabbing the OVA appliance file.

&nbsp;...]]></description>
                        <content:encoded><![CDATA[<p>Below are screenshots of deploying the Veeam Data Platform 13 appliance in a VMware vSphere environment. First, you grab the ISO or OVA. Here I am grabbing the OVA appliance file.</p>
900
<p>&nbsp;</p>
<p><span style="font-size: 18pt">Deploying the OVA appliance in vSphere</span></p>
<p>This is just classic OVA deployment in vSphere but below are the screenshots of the process for my home lab.</p>
901
<p>Selecting the name and folder location.</p>
902
<p>Select a compute resource where you want the OVA to be deployed.</p>
903
<p>Review the initial details that it shows in the OVA wizard.</p>
904
<p>Select the target storage for the OVA appliance deployment.</p>
905
<p>Select the virtual network where you want to attach it.</p>
906
<p>Ready to complete the OVA deployment wizard.</p>
907
<p><span style="font-size: 18pt">Starting the appliance and initial configuration wizard</span></p>
<p>Once the appliance is deployed, power it up. You will see the appliance boot as below.</p>
908
<p>It will then kick off an initial configuration wizard for Veeam. First, accept the EULA.</p>
909
<p>Next, set the hostname for the appliance.</p>
910
<p>Next, configure your network settings.</p>
911
<p>On the next step, you will be able to configure your NTP setup.</p>
912
<p>Next, set your veeamadmin password.</p>
913
<p>Be sure to set something that is super complex, it will only allow 3 characters of the same type in a row.</p>
914
<p>Setup MFA for your user account.</p>
915
<p>Configure a security officer account. This is optional and you can check the box to skip this part if you want.</p>
916
<p>Summary screen of the initial configuration settings.</p>
917
<p>It will apply the configuration settings and restart all the services.</p>
918
<p>The appliance will reboot and you will see something similar to the below on the console. This allows you to see how you connect to the appliance.</p>
919
<p>When logging in, the first thing it will do is update the host components and apply updates.</p>
920
<p>Hopefully, this walkthrough of how to install the Veeam hardened linux appliance using the OVA appliance in a VMware vSphere environment works. The process is straightforward and intuitive in classic Veeam fashion. Enjoy!</p>]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/how-tos-shared/">How-To&#039;s</category>                        <dc:creator>Brandon Lee</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/how-tos-shared/how-to-install-veeam-hardened-linux-appliance-13-step-by-step/</guid>
                    </item>
				                    <item>
                        <title>Enable SNMPv3 and sFlow on Unifi USW switch CLI commands and steps</title>
                        <link>https://www.virtualizationhowto.com/community/how-tos-shared/enable-snmpv3-and-sflow-on-unifi-usw-switch-cli-commands-and-steps/</link>
                        <pubDate>Tue, 04 Nov 2025 20:10:24 +0000</pubDate>
                        <description><![CDATA[I wanted to post out my notes on getting SNMP and sFlow enabled on my Unifi USW Enterprise switch. First of all, you make sure that SNMPv3 is enabled.

However, I had issues just enabling ...]]></description>
                        <content:encoded><![CDATA[<p>I wanted to post out my notes on getting SNMP and sFlow enabled on my Unifi USW Enterprise switch. First of all, you make sure that SNMPv3 is enabled.</p>
754
<p>However, I had issues just enabling this and assuming it worked on my switch. I could never get my SNMPv3 monitor to connect. So, I dove into the CLI. If you want to know how to get to the CLI in Unifi USW switches, see my other forum post here: <a href="https://www.virtualizationhowto.com/community/how-tos-shared/how-to-access-the-cli-unifi-switch-usw-enterprise-48/" target="_blank" rel="noopener">CLI enable on Unifi USW</a>.</p>
<p><span style="font-size: 14pt">Configure the switch side SNMP</span></p>
<p>View your current configuration:</p>
<pre contenteditable="false">show snmp
show snmp engineID
show snmp group
show snmp user</pre>
<p>Now, here are the commands that worked for me:</p>
<pre contenteditable="false">configure
snmp-server v3-host 10.1.149.51 yoursnmpuser traps priv
exit
write memory</pre>
<p><span style="font-size: 14pt">Configure the switch side sFlow</span></p>
<pre contenteditable="false">configure
sflow receiver 1 owner mysnmpname 10.1.149.51 6343 2000000 2</pre>
<p>This sets up an sflow receiver with in slot 1, owner is a friendly name you can set, IP is the SNMP monitoring server, port 6343, max datagram size is 2000000, timeout is 2.</p>
<p><strong>Set the ports that will be enabled for sflow</strong></p>
<pre contenteditable="false">sflow source-interface network

interface 0/1-0/52
sflow sampler 1
sflow sampler rate 4096
sflow poller 1
sflow poller interval 20
exit

##Save configuration##

exit
write memory

## Verify

show sflow receivers
show sflow samplers
show sflow pollers
show sflow agent</pre>
<p><span style="font-size: 14pt">Important notes on the SNMP version</span></p>
<p>In the "new" UI in the Unifi network application, they don't show you what the encryption and authentication methods are. However, I can confirm those are the following:</p>
<pre contenteditable="false">- SNMP Version: v3
- Authentication Method: SHA (not MD5!)
- Encryption Type: AES (not DES)
</pre>
<p>Hopefully, these notes will help anyone else who is struggling to get SNMPv3 up and working on a Unifi USW enterprise network switch.</p>]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/how-tos-shared/">How-To&#039;s</category>                        <dc:creator>Brandon Lee</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/how-tos-shared/enable-snmpv3-and-sflow-on-unifi-usw-switch-cli-commands-and-steps/</guid>
                    </item>
				                    <item>
                        <title>How to access the CLI Unifi Switch USW-Enterprise-48</title>
                        <link>https://www.virtualizationhowto.com/community/how-tos-shared/how-to-access-the-cli-unifi-switch-usw-enterprise-48/</link>
                        <pubDate>Sat, 01 Nov 2025 15:11:56 +0000</pubDate>
                        <description><![CDATA[Just a quick tip I want to pass along for you all to be able to access the CLI on your Unifi USW switches. First, you will need to get the SSH password for your switch. You can get that from...]]></description>
                        <content:encoded><![CDATA[<p>Just a quick tip I want to pass along for you all to be able to access the CLI on your Unifi USW switches. First, you will need to get the SSH password for your switch. You can get that from your Unifi Network Application or Controller. Click the "Settings" cog and then search for SSH. You should see <strong>Device SSH Authentication</strong>. Click that and it will show you the username and password.</p>
748
<p>Then you connect to the IP of your USW switch and login with the credentials you get from the above settings screen. </p>
749
<p>Next, this isn't that intuitive, but from the CLI, you need to type the <strong>cli</strong> command like so. This will get you into the true CLI.</p>
750
<p>To get to an <strong>enable</strong> prompt, just type <strong>enable</strong> from the command line.</p>
751
<p>If you want to see what commands are available, just type a question mark at the prompt like you would from a Cisco command line and it will show you what all commands are available. Keep in mind, there are some "show" and other commands that won't be available from the "enable" prompt, but outside of the enable prompt. The enable prompt is where you configure things, while the non-enable prompt is where you view things.</p>]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/how-tos-shared/">How-To&#039;s</category>                        <dc:creator>Brandon Lee</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/how-tos-shared/how-to-access-the-cli-unifi-switch-usw-enterprise-48/</guid>
                    </item>
				                    <item>
                        <title>Port is already in use IIS error: See what service is using a port</title>
                        <link>https://www.virtualizationhowto.com/community/how-tos-shared/port-is-already-in-use-iis-error-see-what-service-is-using-a-port/</link>
                        <pubDate>Tue, 25 Feb 2025 22:24:31 +0000</pubDate>
                        <description><![CDATA[I ran into an issue where IIS wouldn&#039;t start on a Windows server due to the port binding (port 80) already being used. In looking at event viewer, the service was showing in the System log t...]]></description>
                        <content:encoded><![CDATA[<p>I ran into an issue where IIS wouldn't start on a Windows server due to the port binding (port 80) already being used. In looking at event viewer, the service was showing in the System log to not be starting due to a "file in use" which typically means port in use. So just doing a bit of netstat work, I looked at the netstat output for port 80.</p>
<p>Using the command below:</p>
<pre contenteditable="false">netstat -ano | findstr :80</pre>
<p><img style="margin-left: auto;margin-right: auto" src="https://www.virtualizationhowto.com/wp-content/uploads/wpforo/attachments/2/615-netstat-output.jpg" /></p>
<p>So I had this output showing the autoprivate IP with port 80 bound. But key in the above is that we see the PID which is <strong>2856</strong>. What service is using this? To find out I used the command:</p>
<pre contenteditable="false">tasklist | findstr 2856</pre>
<p>Then to find the actual service using it, run the command:</p>
<pre contenteditable="false">tasklist /svc | findstr 2856</pre>
<p><img style="margin-left: auto;margin-right: auto" src="https://www.virtualizationhowto.com/wp-content/uploads/wpforo/attachments/2/616-finding-the-service-that-is-using-a-specific-port.jpg" /></p>
<p>The above shows the iplpsvc or "IP helper service" that sometimes binds to port 80. Sure enough, I stopped this service and IIS started without issues. Hopefully this will help show the steps to quickly find the service that may have a port bound.</p>]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/how-tos-shared/">How-To&#039;s</category>                        <dc:creator>Brandon Lee</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/how-tos-shared/port-is-already-in-use-iis-error-see-what-service-is-using-a-port/</guid>
                    </item>
				                    <item>
                        <title>How to upgrade to Veeam Backup &amp; Replication 12.3</title>
                        <link>https://www.virtualizationhowto.com/community/how-tos-shared/how-to-upgrade-to-veeam-backup-replication-12-3/</link>
                        <pubDate>Sun, 02 Feb 2025 16:30:47 +0000</pubDate>
                        <description><![CDATA[With the recent release of Veeam Backup &amp; Replication v12.3 and noted critical vulnerabilities that it fixes, many in their environments are likely looking to get their Veeam infrastruct...]]></description>
                        <content:encoded><![CDATA[<p>With the recent release of Veeam Backup &amp; Replication v12.3 and noted critical vulnerabilities that it fixes, many in their environments are likely looking to get their Veeam infrastructure upgraded to implement these security fixes. I wanted to put together a quick walkthrough of how to upgrade Veeam Backup &amp; Replication 12.3 servers and the steps you want to take care of beforehand.</p>
<h2 id="new-proxmox-ve-server-backups" class="wp-block-heading">New improvements and Features in Veeam Backup &amp; Replication 12.3</h2>
<p>Microsoft entra id backup<br />Support for Windows Server 2025 and Windows 11 24H2<br />Nutanix AHV improvements<br />MongoDB 8, PostgreSQL 17, and Oracle RMAN<br />Better security<br />Veeam Data Cloud Vault<br />Advanced Continuous Data Protection (CDP)<br />Improved backup times<br />Automation and integration</p>
<p>Read my blog post covering these new features in more detail here: <a href="https://www.virtualizationhowto.com/2024/12/veeam-backup-replication-12-3-new-features-and-download/">Veeam Backup &amp; Replication 12.3 New Features and Download.</a></p>
<h2 id="steps-before-you-upgrade-to-veeam-backup-replication-12-2" class="wp-block-heading">Steps Before you Upgrade to Veeam Backup &amp; Replication 12.3</h2>
<p>There are a few<span> </span><a href="https://tek2cloud.com/dell-os10-update-steps-onie-and-os-upgrade/" data-wpil-monitor-id="8">steps</a><span> </span>that need to be accomplished before you being the upgrade of your Veeam Backup &amp; Replication servers in your environment. These include:</p>
<ul class="wp-block-list">
<li>Back up your Veeam server configuration</li>
<li>Back up your Veeam database</li>
</ul>
<h3 id="back-up-your-veeam-server-configuration" class="wp-block-heading">Back up your Veeam server configuration</h3>
<p>In Veeam, this is known as a<span> </span><strong>Configuration Backup</strong><span> </span>and it grabs all your configured backup jobs and other configuration that is part of your Veeam server. Below, you can see you have a<span> </span><strong>Backup now</strong><span> </span>button that allows you to take ad-hoc backups of your Veeam configuration. Generally, you should already have this scheduled, but it is still a good idea to take a fresh backup before you upgrade.</p>
<div class="wp-block-image">
<figure>
546
<a href="https://tek2cloud.com/wp-content/uploads/2024/09/configuration-backup-settings-in-veeam-backup-and-replication.png"> </a>
<figcaption class="wp-element-caption">configuration backup settings in veeam backup and replication</figcaption>
</figure>
</div>
<h3 id="back-up-your-veeam-database" class="wp-block-heading">Back up your Veeam database</h3>
<p>Next, you need to grab a backup of your Veeam database. Below, we are backing up a SQL Server database used for Veeam. This process is straightforward. You may also be using a PostgreSQL DB, so follow the directions of your database technology to back up your database before the upgrade.</p>
<div class="wp-block-image">
<figure>
547
<br />
<figcaption class="wp-element-caption">back up your veeam database</figcaption>
</figure>
</div>
<h2 id="upgrade-to-veeam-backup-replication-12-2" class="wp-block-heading">Upgrade to Veeam Backup &amp; Replication 12.3</h2>
<p>Also, just a point to note, I uploaded the Veeam Backup &amp; Replication 12.3 ISO to my vSphere datastore as the ISO is huge at 12 GB or so. The Veeam Backup &amp; Replication 12.3 upgrade process seems a bit more of a stickler on disk space. In my lab environment I only had 30 gigs or so free on the C drive.</p>
<p>It complained about this as it said it needed 40 gigs or so free. I believe it calculates 3x the ISO and some space for the database. So, instead of having the ISO inside of Windows, I copied it up to my datastore and mounted it to the VM to save on the disk space.</p>
<p>Once mounted, just execute the SETUP.EXE file.</p>
<div class="wp-block-image">
<figure>
543
<br />
<figcaption class="wp-element-caption">running the setup file on the veeam iso</figcaption>
</figure>
</div>
<p>This will launch the upgrade process. Click the <strong>Upgrade</strong> button on the splash screen.</p>
<p>Since I only have the Veeam Backup &amp; Replication server running, the other option for Enterprise manager is greyed out. It will also upgrade the Veeam Backup &amp; Replication console as part of the VBR 12.3 upgrade.</p>
<div class="wp-block-image">
<figure>
544
<br />
<figcaption class="wp-element-caption">upgrade veeam backup and replication option</figcaption>
</figure>
</div>
<p>Accept the Veeam Backup &amp; Replication 12.3 EULA.</p>
<figure>
545
<br />
<figcaption class="wp-element-caption">accept the eula for veeam backup and replication 12.3</figcaption>
</figure>
<p>It will run through an upgrade pre-check and show you which components and versions of those components will be upgraded. Note the checkbox to<span> </span><strong>Update remote components automatically</strong>. This is a time saver that you may want to check. However, if you want to be more hands on with the upgrade, you can also leave this unchecked and upgrade the components manually when you launch the Veeam Backup &amp; Replication 12.3 console.</p>
<figure>
548
<br />
<figcaption class="wp-element-caption">review the veeam components to be upgraded with veeam 12.3</figcaption>
</figure>
<p>License file information. It will display your current license and then give you links to login or browse to a different license file if you need to change that.</p>
<div class="wp-block-image">
<figure>
549
<br />
<figcaption class="wp-element-caption">review and provide the license file needed for veeam 12.3</figcaption>
</figure>
</div>
<p>System configuration check will verify prerequisites and other components that are needed.</p>
<div class="wp-block-image">
<figure>
550
<br />
<figcaption class="wp-element-caption">system configuration check before veeam 12.3 upgrade</figcaption>
</figure>
</div>
<p>It upgraded the Microsoft Visual C++ runtime, and needed a reboot.</p>
<div class="wp-block-image">
<figure>
551
<br />
<figcaption class="wp-element-caption">system configuration check upgrading components and reboot needed</figcaption>
</figure>
</div>
<p>After rebooting, I picked back up on the upgrade process. Here we get to the service account page. Veeam recommends the LOCAL SYSTEM account. However, if you use a Windows account, just make sure it has rights to the Veeam database in SQL Server permissions if you are using SQL Server.</p>
<div class="wp-block-image">
<figure>
552
<br />
<figcaption class="wp-element-caption">choose the service account for veeam backup and replication 12.3</figcaption>
</figure>
</div>
<p>Database configuration has you point the upgrade to the Veeam database and how you want to authenticate.</p>
<div class="wp-block-image">
<figure>
553
<br />
<figcaption class="wp-element-caption">connect to your veeam backup and replication 12.3 database location</figcaption>
</figure>
</div>
<p>It lets you know the database will be upgraded during the process. This is why we take the SQL Server backup of the database just in case.</p>
<div class="wp-block-image">
<figure>
554
<br />
<figcaption class="wp-element-caption">note about upgrading the veeam backup and replication database</figcaption>
</figure>
</div>
<p>The upgrade wizard is now ready to begin the upgrade. Click<span> </span><strong>Upgrade</strong><span> </span>to start the process.</p>
<div class="wp-block-image">
<figure>
555
<br />
<figcaption class="wp-element-caption">ready to upgrade to veeam backup and replication 12.3</figcaption>
</figure>
</div>
<p>You will see the<span> </span><strong>Step 1 of 6</strong><span> </span>and then see it progress through 2, 3, 4, 5, 6, and so on.</p>
<div class="wp-block-image">
<figure>
556
<br />
<figcaption class="wp-element-caption">upgrade process to veeam backup and replication 12.3 begins</figcaption>
</figure>
</div>
<p>Step 3…I missed step 2…which I believe is upgrading the VBR console.</p>
<div class="wp-block-image">
<figure>
557
<br />
<figcaption class="wp-element-caption">Moving to step 3 and progressing</figcaption>
</figure>
</div>
<p>Now Step 4, upgrading Veeam Agents Redistributables…</p>
<div class="wp-block-image">
<figure>
558
<br />
<figcaption class="wp-element-caption">On to step 4 and progressing</figcaption>
</figure>
</div>
<p>Step 5, upgrading plug-ins for Veeam Backup &amp; Replication 12.3.</p>
<div class="wp-block-image">
<figure>
559
<br />
<figcaption class="wp-element-caption">step 5 and progressing</figcaption>
</figure>
</div>
<p>The upgrade process completes successfully.</p>
561
<p>If you chose not to upgrade remote components automatically, when you log into the Veeam Backup &amp; Replication 12.3 console, you will see the wizard prompt you to upgrade those components.</p>
<div class="wp-block-image">
<figure>
560
<br />
<figcaption class="wp-element-caption">upgrading other components after logging into the Veeam console</figcaption>
</figure>
</div>
<h2 id="wrapping-up" class="wp-block-heading">Wrapping up</h2>
<p>The upgrade process to Veeam Backup &amp; Replication 12.3 is straightforward. Just do your proper steps before the upgrade process like backing up the configuration and the database to make sure you have a way to roll back in case something happens. Otherwise, it is just a matter of mounting the ISO, and then stepping through the upgrade steps in the process.</p>]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/how-tos-shared/">How-To&#039;s</category>                        <dc:creator>Brandon Lee</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/how-tos-shared/how-to-upgrade-to-veeam-backup-replication-12-3/</guid>
                    </item>
				                    <item>
                        <title>Mistakes to avoid when installing a motherboard</title>
                        <link>https://www.virtualizationhowto.com/community/how-tos-shared/mistakes-to-avoid-when-installing-a-motherboard/</link>
                        <pubDate>Thu, 21 Mar 2024 14:15:17 +0000</pubDate>
                        <description><![CDATA[First off, before you even start, make sure you don&#039;t shock your motherboard with static electricity. Static can easily fry your parts, so touching something metal to ground yourself or usin...]]></description>
                        <content:encoded><![CDATA[<p>First off, before you even start, make sure you don't shock your motherboard with static electricity. Static can easily fry your parts, so touching something metal to ground yourself or using a special wristband can save you a lot of trouble.</p>
<p>Next, when you're putting the motherboard in your computer case, you've got to be careful to line everything up perfectly and screw it in without forcing it. This keeps it stable and stops it from getting damaged.</p>
<p>It's also super important to get your CPU (the brain of your computer) and your RAM (short-term memory) installed just right. If these aren't put in correctly or if they're the wrong kind for your motherboard, your computer won't work as it should. Always check the manual to make sure you're doing it right.</p>
<p>Cables can be a pain, but you've got to make sure they're all hooked up right and not in the way of anything. Messy cables can block air getting to your parts, making them hotter than they should be, which isn't good. Plus, you don't want them causing a short circuit.</p>
<p>Don't forget about standoffs – these little spacers keep your motherboard from touching the case directly, which could cause a short circuit. Make sure they're all in the right spots before you screw your motherboard in.</p>
<p>Lastly, putting thermal paste on your CPU is really important for keeping it cool. You don't need a lot, just enough to cover the top. Putting on too much or too little can make your CPU overheat, and nobody wants that.</p>
<p>In short, if you're careful with static electricity, make sure everything's lined up and not forced, get your CPU and RAM in right, manage your cables well, use standoffs, and apply the right amount of thermal paste, you'll be setting up your motherboard the right way. Follow these steps, and you'll be on your way to building a great computer.<br /><br />https://www.pcworld.com/article/2266284/avoid-these-6-mistakes-when-installing-the-mainboard.html</p>]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/how-tos-shared/">How-To&#039;s</category>                        <dc:creator>Brandon Lee</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/how-tos-shared/mistakes-to-avoid-when-installing-a-motherboard/</guid>
                    </item>
				                    <item>
                        <title>Nutanix Community Edition SSL Error Unusual and Incorrect Credentials Use Firefox</title>
                        <link>https://www.virtualizationhowto.com/community/how-tos-shared/nutanix-community-edition-ssl-error-unusual-and-incorrect-credentials-use-firefox/</link>
                        <pubDate>Sun, 21 Jan 2024 23:57:51 +0000</pubDate>
                        <description><![CDATA[If you are looking at testing out Nutanix Community Edition in your home lab environment (look out for an upcoming post from me on this topic) and you stand up your Nutanix host and CVM virt...]]></description>
                        <content:encoded><![CDATA[<p>If you are looking at testing out Nutanix Community Edition in your home lab environment (look out for an upcoming post from me on this topic) and you stand up your Nutanix host and CVM virtual machine and get an error that looks like the following when you use Google Chrome:</p>
<p>"the website sent back unusual and incorrect credentials....the website sent scrambled credentials...."</p>
102
<p>You can follow these steps to resolve it. This appears to be a known bug and you have to regenerate the self-signed certificate.</p>
105
106
108
<p>Now, you will be able to access Prism in browsers like Google Chrome and Microsoft Edge Chromium, in addition to Firefox.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/how-tos-shared/">How-To&#039;s</category>                        <dc:creator>Brandon Lee</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/how-tos-shared/nutanix-community-edition-ssl-error-unusual-and-incorrect-credentials-use-firefox/</guid>
                    </item>
				                    <item>
                        <title>Docker desktop on windows server 2022 in AWS Ec2 instance</title>
                        <link>https://www.virtualizationhowto.com/community/how-tos-shared/docker-desktop-on-windows-server-2022-in-aws-ec2-instance/</link>
                        <pubDate>Sun, 21 Jan 2024 21:23:51 +0000</pubDate>
                        <description><![CDATA[Hi,
 
i tried the instructions you have me tioned in the video but I am getting the error while installing the package
Command
1. Install-Module -Name DockerMsftProvider -Force
2. Insta...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p> </p>
<p>i tried the instructions you have me tioned in the video but I am getting the error while installing the package</p>
<p>Command</p>
<p>1. Install-Module -Name DockerMsftProvider -Force</p>
<p>2. Install-Package -Name docker -ProviderName DockerMsftProvider</p>
<p> </p>
<p>error - Cannot find the path</p>
101
<p> </p>]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/how-tos-shared/">How-To&#039;s</category>                        <dc:creator>Anshul Kapoor</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/how-tos-shared/docker-desktop-on-windows-server-2022-in-aws-ec2-instance/</guid>
                    </item>
				                    <item>
                        <title>Whole-home power monitoring with Emporia</title>
                        <link>https://www.virtualizationhowto.com/community/how-tos-shared/whole-home-power-monitoring-with-emporia/</link>
                        <pubDate>Mon, 01 Jan 2024 23:04:41 +0000</pubDate>
                        <description><![CDATA[A while ago I was reading through articles, posts, etc about people monitoring their power consumption at home. Whether that be for specific rooms, devices, appliances, or the whole house. I...]]></description>
                        <content:encoded><![CDATA[<p>A while ago I was reading through articles, posts, etc about people monitoring their power consumption at home. Whether that be for specific rooms, devices, appliances, or the whole house. I set out to find a solution that was relatively turnkey. There are tons of options for both actual monitoring and then collecting the data and displaying trends, totals, etc.</p>
<p>I wound up getting a whole-home monitoring kit from Emporia Energy: https://shop.emporiaenergy.com/products/gen-2-emporia-vue-with-16-sensors-bundle It uses clamps that are installed in your breaker panel to monitor individual circuits. This is handy for getting overall usage if you're not super concerned with individual components/appliances. If you want to get more granular, they also have <a href="https://shop.emporiaenergy.com/collections/smart-plugs" target="_blank" rel="noopener">smart plugs</a> that you can add that integrate into their monitoring.</p>
<p>Installation was pretty easy. <strong>Disclaimer: you should hire an authorized electrician to do this work</strong>, ideally. However if you're a bit DIY-oriented it's pretty easy to figure out how to do it safely. I got the kit with 2 sensors for the mains and then 16 individual circuit monitors. Once everything is installed connect the monitor to wifi and to your Emporia account.</p>
<p>After that's all set, check out the vuegraf project on Github: https://github.com/jertel/vuegraf This is a basic Docker container that will use Emporia's API to get your statistics and then send them to your InfluxDB instance. There's a dashboard provided there, but you can obviously do whatever you want with the data. I created a super simple panel to embed in my existing dashboard:</p>
68]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/how-tos-shared/">How-To&#039;s</category>                        <dc:creator>malcolm.r</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/how-tos-shared/whole-home-power-monitoring-with-emporia/</guid>
                    </item>
				                    <item>
                        <title>Proxmox VE monitoring with Grafana and InfluxDB</title>
                        <link>https://www.virtualizationhowto.com/community/how-tos-shared/proxmox-ve-monitoring-with-grafana-and-influxdb/</link>
                        <pubDate>Sun, 31 Dec 2023 21:39:26 +0000</pubDate>
                        <description><![CDATA[I recently stood up my first Proxmox instance, after running ESXi exclusively in my lab. The piece of hardware I have only has a single 1GBe ethernet port and it&#039;s a Realtek controller. Inst...]]></description>
                        <content:encoded><![CDATA[<p>I recently stood up my first Proxmox instance, after running ESXi exclusively in my lab. The piece of hardware I have only has a single 1GBe ethernet port and it's a Realtek controller. Instead of trying to get ESXi to play nicely with it. I decided to try my hand with Proxmox given its popularity with the homelab crowd.<br /><br />Like many homelabbers, I love monitoring and graphs and stats. I saw that Proxmox has a native InfluxDB integration, which means I was sure someone had created a cool Grafana dashboard for it already. Sure enough, I ran across this:</p>
<p>https://tcude.net/monitoring-proxmox-with-influxdb-and-grafana/</p>
<p>It's a super quick and easy guide to getting Influx up and running (in Docker) and imports a pre-existing dashboard.</p>
<p>I might play around with the dashboard and change up how it looks, but for now I'm happy!</p>]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/how-tos-shared/">How-To&#039;s</category>                        <dc:creator>malcolm.r</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/how-tos-shared/proxmox-ve-monitoring-with-grafana-and-influxdb/</guid>
                    </item>
							        </channel>
        </rss>
		