Windows .dump debugging

If your windows is crashing, check out following steps 1. Install WinDbg 2. Open WinDbg as admin 3. File, Start debugging, open dump file 4. Navigate to windows/minidump/ 5. Open the l’as modefied file, that shoe has been created the…

Connect GoPro with Camera Tools for Hero

Check what WiFi does your computer supports Determining Factor: If the network adapter supports network mode 802.11ac: If the network adapter supports only network mode 802.11n: If the network adapter does not support either of these network modes, it IS NOT Dual-Band Compatible. * With 802.11n, its capability…

Blocking URL traffic on MikroTik

Step 1: Access Your MikroTik Router Step 2: Set Up Layer7 Protocol Create a Layer7 Protocol rule to identify the traffic going to the URL you want to block. bashCopy code/ip firewall layer7-protocol add name=“Block_Example_URL“ regexp=“^.+(example.com).*\$“ Step 3: Configure Mangle…

Reinstall MSStore Win10

open PowerShell as Administrator Run following command: winget uninstall 9WZDNCRFJBMP Restart your computer After restart, start powershell as Administrator Run following command winget install 9WZDNCRFJBMP –source msstore If this did not help, try following isntructions: Microsoft Store Missing in Apps…

Home Assistant + GoodWe integration

WRITE THE IMAGE TO YOUR SD CARD START UP YOUR RASPBERRY PI ACCESS HOME ASSISTANT Within a few minutes after connecting the Raspberry Pi, you will be able to reach your new Home Assistant. Congratulations! You finished the Raspberry Pi…

Mirroring the Boot Pool

Adding a second storage device to the boot pool changes the configuration to a Mirror. This allows one of the devices to fail and the system still boots. If one of the two devices were to fail, that device is easily…