by Jack Feschuk | Nov 6, 2019 | Technology
The Windows DNS client is poorly named. It is not a true DNS client but rather a DNS caching service. It caches records of all domain names you have visited (resolved). Overall this is a positive feature for network performance as it can greatly reduce the time it...
by Jack Feschuk | Feb 17, 2018 | Technology
Here is how you mount drives in linux on windows: sudo mkdir /mnt/e (specify the drive letter you want to mount) sudo mount -t drvfs e: /mnt/e To unmount: sudo umount /mnt/e Mount a network folder: sudo mount -t drvfs ‘\\server\share’ /mnt/share (remember...
by Jack Feschuk | Feb 17, 2018 | Technology
You can find your filesystem here: C:\Users\USERNAME-HERE\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState Or with this: %AppData%\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState And yes, that...
by Jack Feschuk | Feb 1, 2017 | Technology
Check if you have the files already: For 64-bit check in C:\Windows\SysWOW64\ For 32-bit check in C:\Windows\System32\ If you are unable to locate the files, then please download them here and place them in their respective directories Locate cmd.exe and Run it as an...
by Jack Feschuk | Jan 4, 2017 | Technology
Bootable media has always been finicky over the years and even with things such as UNetbootin, windows is a bit finickier and often needs some specific steps to getting it to boot correctly. Microsoft has created their own tool (Windows USB/DVD Download Tool) to set...
Recent Comments