Advanced Search
Search Results
428 total results found
Check status of VMs from Shell
midclt call vm.query | jq Get information of VM including the VM ID midclt call vm.start <ID>
Convert VHD to VHDX using Hyper-V Manager and Powershell
In this article, we will look at the step by step procedure to convert VHD to VHDX. Advantages of VHDX First, let’s look at some of the advantages of VHDX: Scalable up to 64 TB 4 KB block size and better performance Protection against data corruption du...
Removing a Deleted site in SharePoint
Deleting a Site in SharePoint does not fully delete it. Here I will explain how to fully delete a site. Log into the Sharepoint admin site and delete the site from the Active Sites list. Open Powershell. Install the Microsoft.Online.SharePoint.PowerShe...
Apple Private Relay on pihole
if your Apple device has a DNS issue, but the DNS queries are not showing in the pihole logs you should see something along the lines of mask.icloud.com and mask-h2.icloud.com being blocked as Blocked (Special Domain) nxdomain. This appears to be a problem wit...
How to Disable the qBittorrent Custom Theme via Command Line
I, like those of you who are not monsters, prefer a dark theme for qBit. This is easily achieved by enabling the custom qBit theme for the webui in the settings, and pointing to the correct file path. But what happens when you screw it up? Well you get locked ...
Dragonfish Swap issue
Latest version of Scale called Dragonfish-24.04.0 has an issue with using more system memory for ZFS cache and causes sluggish performance and outright unresponsiveness. The fix is below Log into the shell run the following commands sysctl vm.swappi...
General Duo Troubleshooting
user cannot get in with wrong security groups wrong username alias possibly not in the right group at all azure might remove underscores and periods on azure joined machines might have to create an alias with the dash in the name but not the period ...
Crispy Chicken with Sweet and Spicy Sauce
Crispy Chicken with Sweet and Spicy Sauce Ingredients: Chicken: 4-6 chicken breasts or 6-8 chicken thighs, cut into pieces 1 egg, whisked 2 cups plain flour 1 cup cornflour 2 tbsp paprika 2 tbsp garlic granules Salt and pep...
K3S applications certificates guide
sudo k3s kubectl get challenges -n ix-appname sudo k3s kubectl describe challenge CHALLENGENAME -n ix-appname
Configuring BlueIris
Install the BlueIris NVR software onto the system Best practice is to install BI onto a stand alone system with dedicated Hardware After installing BI follow these steps Setup Storage It is recommended that you do not use an SSD for video storage. Best...
Domain Controller DNS Best Practice
It is best practice when using multiple domain controllers with the DNS role to set the servers as each others primary DNS. For example, AD01 and AD02 servers. AD01 should be using AD02 server as it's primary DNS, while AD02 uses AD01 as it's primary DNS serv...
Install Windows 11 on ESXi without TPM support
https://www.mytechylife.com/2022/02/13/installing-windows-11-on-esxi-6-5/ https://woshub.com/install-windows-11-vmware-vm/ Go the Microsoft site and download the Windows 11 ISO. You don’t want the installer or the media creation tool, just download the ISO...
How to Set Up CodeProject.AI on Blue Iris
How to Set Up CodeProject.AI on Blue Iris We will look at how to set up CodeProject.AI on Blue Iris below, installing it on the same server where Blue Iris is currently running. Please keep in mind that you can run the software somewhere else if you’d like an...
Migrating BlueIris to New Server
Step One: Copy Files To A New Storage Hard Drive The first step you need to take is to copy your Blue Iris files to the hard drive of the new computer, or to whatever storage device you are going to keep them on. If you are going to move your existing hard...
Duo Hybrid Environment reporting wrong Address to Duo
Just as an FYI, for Azure-only environments in Duo, for some reason the Windows Login app reports almost the "wrong" address to Duo. This is why historically we've had to create an alias without the period in the middle, in Duo There is a fix for it that doe...
Determine if VM is running in Hyper-V
Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\VirtualMachine\Guest\Parameters' | Select-Object HostName
Find Last Death Location
/data get entity @s LastDeathLocation
PC Upgrade - Clone HDD to SSD
Setting up Software Location: Any utility meant for cloning disks will work. I prefer Acronis bootable media, Procure a hard disk drive dock Add a new 500GB or larger SSD to the order from stock, plus any other devices (such as a 2.5" tray) th...
Content Search and Email Purge
Description Content Search and Email Purge Resolution Open M365 portal and go to the compliance center/Microsoft Purview. https://compliance.microsoft.com Go to "Permissions" underneath "Roles & Scopes" Under Microsoft Purview click Roles Cl...
Create Certificate from CSR with no template information
If you have a basic Microsoft CA for lab or production purpose you cannot sign a certificate without a template. However the certificate manager utility included in vCenter or OpenSSL creates CSR file which is rejected by the Microsoft CA on the ground that it...