This blog post presents suggestions using the Windows clipboard and keyboard shortcuts for working with URLs in the Microsoft Edge browser on Windows, specifically to copy the address of the current page to the clipboard and to load the URL in the clipboard into the browser. Implementation details may differ for other browsers and operatingContinue reading “Clipping URLs in Microsoft Edge”
Category Archives: Uncategorized
Using Windows without the Taskbar
This blog post provides suggestions for reducing reliance on the taskbar in Microsoft Windows. The Microsoft Windows user interface seems to encourage use of the mouse, but I prefer the keyboard. While there are specific functions for which the mouse is optimal, in addition to causing physical discomfort and even the potential for injury, movingContinue reading “Using Windows without the Taskbar”
[Windows/Office] Keyboard Shortcuts Desktop Background
I started a spreadsheet to list keyboard shortcuts for Windows 10 including the Edge Browser, Windows Terminal, and Microsoft Office. I use the content to generate an image that I use as a desktop background to help me learn and remember keyboard shortcuts. I do not know how to make images so I do thisContinue reading “[Windows/Office] Keyboard Shortcuts Desktop Background”
Windows 10 Virtual Desktop Keyboard Shortcuts
This blog post explains some of the virtual desktop features that Windows 10 includes. Virtual desktops function like multiple desktops. You might have one virtual development that you for browsers windows and applications that you use for communications, one Windows Subsystem for Linux shell in full screen mode, one for a fullscreen remote desktop sessionContinue reading “Windows 10 Virtual Desktop Keyboard Shortcuts”
Windows Subsystem for Linux Cheat Sheet of Cheet Sheets
This blog post intends to list and provide cheat sheets for common information needs while working with Windows and especially Windows Subsystem for Linux (WSL). Optimally, this information could eventually appear in a cheat sheet could work as a Windows or Windows Terminal desktop background. If you know of additional resources to include, please commentContinue reading “Windows Subsystem for Linux Cheat Sheet of Cheet Sheets”
WSL Commands to Access Windows Resources
This blog post describes Windows Subsystem for Linux (WSL) tools that retrieve variables from Windows and convert between Windows and Unix file system paths. I typed wsl and pressed tab twice on an empty line in a shell and got a list of commands that start with wsl. The wslupath and wslvar commands are usefulContinue reading “WSL Commands to Access Windows Resources”
Using DeskPins to Make a WSL Window Appear Above Others
Whenever I use Windows, I always run at least one Windows Subsystem for Linux (WSL) Bash shell in Windows Terminal. With multiple monitors, I can run Windows Terminal using one entire screen. On a single screen, Windows Terminal competes for the screen with all other applications and windows itself. I use DeskPins to pin aContinue reading “Using DeskPins to Make a WSL Window Appear Above Others”
WSL: Pipe Output to the Windows Clipboard
This blog post explains how you can pipe output to the Windows clipboard under Windows Subsystem for Linux (WSL). This is a repost of https://www.linkedin.com/pulse/wsl-write-shell-stream-windows-clipboard-john-west/. You can use the clip.exe command to stream text from a shell command to the Windows clipboard. I use this technique in Windows Terminal with Windows Subsystem for Linux (WSL).Continue reading “WSL: Pipe Output to the Windows Clipboard”
Windows Subsystem for Linux (WSL) and Windows File Systems
This blog post explains how you can access different types of file systems from Windows Subsystem for Linux (WSL). This is a repost of https://www.linkedin.com/pulse/wsl-windows-file-systems-john-west/ In Windows Subsystem for Linux shells, you can access the Windows C:\ drive as /mnt/c, and you can use the wslpath command to convert between Windows and Linux path formats.Continue reading “Windows Subsystem for Linux (WSL) and Windows File Systems”
Windows Subsystem for Linux (WSL) Daemons Including Cron
This blog post contains information about using Linux daemons (background processes) under Windows Subsystem for Linux (WSL). This is a repost of https://www.linkedin.com/pulse/wsl-linux-daemons-including-cron-john-west/. An example of using daemons involves cron and crontab, which let users configure the system to run programs on a schedule. The cron command is a daemon that starts on system initializationContinue reading “Windows Subsystem for Linux (WSL) Daemons Including Cron”