Articles tagged "Windows"
1 min readBeginner
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.
4 min readBeginner
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.
7 min readBeginner
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.
2 min readAdvanced
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.