}

Windows Index Page 1

How To Known what DNS Servers Address you are using

To see you dns servers on linux execute: cat /etc/resolv.conf. For windows ipconfig /all. check this artcile for more details.

Windows Index Page 1

C Programming: If-Else Statement Guide

Knowning how to program in C is a good desicion. Learn here how the if else statement works. See some examples to learn with more details how C code works.

Windows Index Page 1

Windows Batch: Shutdown, Restart & Logoff Commands

Complete guide to Windows shutdown commands in batch files. Learn shutdown /s, /r, /h, /l, remote shutdown, scheduled tasks, and PowerShell alternatives.

Windows Index Page 1

TensorFlow: tf.one_hot CUDA_ERROR_ILLEGAL_ADDRESS

Tensorflow error when using CUDA on windows: Error polling for event status: failed to query event: CUDA_ERROR_ILLEGAL_ADDRESS Kernel died. First try to upgrade to the latest version of tensorflow or check here how to monkeypatch the library using python.