Jan D.

Jan D.

"The only real security that a man will have in this world is a reserve of knowledge, experience, and ability."

Event ID 153 from source nvlddmkm

I have been plagued by countless annoying random game crashes the past months with my pc with all pointing out to this error (from event viewer) when they occur: „The description for Event ID 153 from source nvlddmkm cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer. If the event originated on another computer, the display information had to be saved with the event. The following information was included with the event:  \Device\00000092 Reset TDR occurred on GPUID:100 The message resource is present but the message was not found in the message table“ Solution: You have to give…

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…