Category Archives: FIXES

Odroid HC2 Heat Issue

The infamous heat issue with the Odroid HC2 is here. My simple solution is simply by plugging in cheap USB fan to the bottom of the case (I put my HC2 vertically for better heat dissipation). Below is the result. And for the sake of comparison, here’s the CPU thermal reading for my RPi2 with… Read More »

Loading

Buffalo Linkstation: Add NFS function (support NFS v3)

So I just noticed that the previous method only support NFS v2. ESXi require NFS v3 at minimum. So here’s the guide for NFS v3 on Buffalo Linkstation. Step 1: Gain SSH and optware (check my previous post) Step 2: Check for unfs package #ipkg update #ipkg list | grep unfs unfs3 – 0.9.22-1 -… Read More »

Loading

Adding Realtek 8168/8111/8411/8118 based NICs to ESXi 6.5

Step 1: Install ESXi PowerShell Module Run PowerShell with elevated privilege (run as administrator) PS D:\> Install-Module -Name PowerShellGet -Force PS D:\> Install-Module -Name VMware.PowerCLI Step 2: Changing the Windows PowerShell Script Execution Policy PS D:\Set-ExecutionPolicy Unrestricted Step 3: Download ESXi-Customizer-PS Go to https://www.v-front.de/p/esxi-customizer-ps.html and download ESXi-Customizer-PS-v2.5.1.ps1 and move the script to D:\ (to ease… Read More »

Loading