Tag Archives: windows

WSL: Files and Environment Variables

Continuing from WSL: Directories and Files.

The Ultimate Guide to Windows Subsystem for Linux (Windows WSL) points out that with WSL2 the Linux file system is a virtual disk. In my case

C:\Users\Glenn\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu20.04onWindows_79rhkp1fndgsc\LocalState\ext4.vhdx

I hope there is a way to relocate this file into a directory format that is fit for human consumption.

The Ultimate Guide goes on to consider environment variables. Opening an administrator command prompt as in the example:
“Failure is always an option.”-Adam Savage

The United States-International keyboard layout

I have used the United States-International keyboard layout for years to enter Irish Language accented letters (á,é,í,…) and occasionally German letters with umlauts. I have done this with dead keys: In this layout ‘, `, “, ~, and ^ are dead keys. Nothing happens until you type certain letters following the dead key, at which point the letter appears with the appropriate accent, umlaut, etc. This has worked very well for me. TIL that you can do much more with that layout. How to use the United States-International keyboard layout in Windows 7, in Windows Vista, and in Windows XP explains all of this. Using the Right-Alt key and the Right-Alt-key with the shift key let you enter all sorts of wonderful things, e.g. ß (for German), € (Euro), ¥ (Yen), þ, ð, ø, Ø, ©.

Some of you may know this, but I suspect the vast majority of Windows users, and a lot of Linux users, do not. The link above refers to older versions of Windows, but the layout works on Windows 10 and on Linux. The process of installing the keyboard will depend on your OS. Look for “keyboard layout” in the documentation.

Networking with the Windows Subsystem for Linux

Networking was built in on the Ubuntu WSL install. WSL Ubuntu under Windows has an IP of 172.17.xxx.xxx, but it can see my local 192.168 network, and the entire internet. WSL Ubuntu says it uses a DNS Server on the 172.17 network. Since WSL uses NAT, I expect that translates to my router on the 192.168 network, which in turn accesses the DNS servers of my ISP. IP addresses in the range 172.16.0.0 to 172.31.255.255 are private, so apparently WSL creates its own network.

Continue reading

A Note on Computer BIOS Settings

Enabling VM features on a computer is a BIOS feature, so do to it you have to interrupt the startup with the Escape or some other key, depending on the machine. My HP EliteDesk uses the Escape key, but the boot started so fast that my 70 year old fingers could not hit that key fast enough to prevent Windows from starting. A web search suggest that I use the Windows power settings to disable the “quick boot” and actually do a full shutdown and restart rather than a simple reboot. This worked and I could click Escape in time and get to the BIOS settings. After a little searching I found the VM setting (Every BIOS is different) and turned it on. I also added a 5-second delay to the boot settings to make the next time easier.

Wine for reading

Getting Amazon Kindle for PC running in Ubuntu under Wine

There are several versions of these instructions out on the web. I chose this version because it

  1. was detailed
  2. had specific details for Ubuntu
  3. was current (01/08/10 is a European style date, as you can see from the other entries here).

The instructions worked and I have Kindle for PC up and running on Ubuntu 10.04. It felt somewhat unnatural to specify Windows 98 as the OS version, but I will get over that :-)>

This was my first taste of wine. It went down easily and I think I want more :-)>