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
Learn programmign: How to write If else statement in C Program
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: How do I shutdown/restart/logoff using a bat file?
See examples of .bat files to restart/shutdown the windows machine. The example also works to restart a windows computer using a remote session
Windows Index Page 1
Tensorflow: Issue with tf.one_hot() in 0.12.0 in GPU mode (CUDA_ERROR_ILLEGAL_ADDRESS) Windows
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.