rwxrob taught me this nice trick to make the blue on black directory colors readable in the Linux terminal.

Create this file in your home directory and add the following content to set directory colors.
~/.dircolors
DIR 01;36 # directory
The Development Blog of Tim Graupmann
[Windows Subsystem for Linux Installation Guide for Windows 10]
PS C:\WINDOWS\system32> wsl --list --verbose NAME STATE VERSION * Ubuntu-20.04 Running 2
Open a WSL terminal in VS Code by opening Terminal->New Terminal and enter wsl
in the terminal.
[Configure WSL for C/C++ Debugging]
Enable libc debugging in VS Code.
sudo mkdir /build sudo mkdir /build/glibc-ZN95T4 sudo cd /build/glibc-ZN95T4 sudo tar xvf /usr/src/glibc/glibc-2.31.tar.xz
The steps from the [uninstall Windows Game Bar from the PowerShell] GitHub Gist worked for me in order to downgrade.
The ‘Adapters and Bindings’ Tab in Windows 10 is no longer available as shown in [How to change network connection priority in Windows 10].
Here’s a workaround so that the network adapter priority can be controlled. In my case I wanted to use Wifi for network connectivity while also connecting to a wired router.
1. Goto Control Panel > Network and Internet > Network Connections 2. Right click the desired connection (Higher Priority Connection) 3. Click Properties > Internet Protocol Version 4 4. Click Properties > Advanced 5. Uncheck 'Automatic Metric' 6. Enter 10 in 'Interface Metric' 7. Click OK
The Adobe Flash Player is becoming more difficult to use on educational sites.
Use [these steps] to enable Flash for Chrome.
Use [these steps] to enable Flash for Edge.
Introducing ARKit: Augmented Reality for iOS ARKit provides a cutting-edge platform for developing augmented reality (AR) apps for iPhone and iPad. Get introduced to the ARKit framework and learn about harnessing its powerful capabilities for positional tracking and scene understanding. Tap into its seamless integration with SceneKit and SpriteKit, and understand how to take direct control over rendering with Metal 2.
I started a new repository to hold [ChromeSpeechProxy for the Mac].
[ConsoleSetScreenSaver] is a Console App that can enable or disable the Windows screen saver. The “on” command-line argument will enable the blank screensaver. The “off” command-line argument will disable the screensaver.
Reference: [stackoverflow]
The [Windows 10 Download Tool] can download Windows 10 to a USB stick to install Windows 10 on another computer.