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 | Sep 16, 2019 | Technology
Located at the Fondazione Prada museum in Milan as well as online ( https://imagenet-roulette.paglen.com ), the ImageNet Roulette art installation is part of the Training Humans exhibition. The exhibition covers the data-sets, photos and training of Artificial...
by Jack Feschuk | May 23, 2019 | Technology
Many, many years back when I was using WordPress I would notice the “test” plugin by Matt Mullenweg, Hello Dolly. This plugin only displays some lyrics from the song of the same title in the Admin screens. I had always deleted it, figuring it was good...
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 17, 2018 | Music, Technology, Video
This guide will demonstrate how easy it is to get a high quality rip of your DVD and Blu-ray Discs or ISOs at a decent speed. To do all of this we will need a few things installed first so open your Terminal and execute the following: brew install handbrake ffmpeg...
by Jack Feschuk | Aug 24, 2017 | Music, Technology, Video
Recently I have had to download a large number of videos off the web for the purpose of archiving and transcoding. There are a lot of software products that do this but since I had to download hundreds of them at a time I decided to look into something on the command...
by Jack Feschuk | Aug 24, 2017 | Technology
When you’re on a mac/bsd/*nix system you will likely have access to the “find” command which is extremely useful in helping you to “find” a file. This can be particularly handy in situations where you aren’t familiar with the layout...
by Jack Feschuk | Apr 24, 2017 | Technology
screen is a program which allows you to run multiple terminal instances (think of them each as a window), switch between them and even detach and reattach to one later on. I will provide you with a few examples of how this works and why it is so useful: I often...
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...
Recent Comments