I want to enable extension access to Chromium extension pages chrome-extension://. For example, I need Imagus to be usable on Session Buddy chrome-extension://edacconmaakjimmfgnblocblbcdcpbko/main.html page to preview remote image urls quickly without opening them. I have tried using Ungoogled Chromium version 55 to achieve this result, but I was unable to […]
Daily Archives: January 3, 2023
In W10 my fans are whirring so I launch to see the temperatures and it’s written 60’C… And within 2 of 3 seconds of opening a program goes down to 30 and the fans become silent. Then I do some tasks with ryzen master minimised and it starts whirring again […]
I’m trying to concatenate a bunch of 1GB files using PowerShell. Normally I would do this in windows cmd.exe with, copy /b file.txt.0+file.txt.1 file.txt. However, the workstation I’m on has cmd.exe disabled. How can I run this same command in PowerShell? When I run it exactly the same, I get […]
When I insert a screen shot image into an HTML email it’s too big, and when I view someone else’s screen shots, they are too big. For example The first image below is a screen shot from my 20-inch monitor, inserted into a new Email Message. By default the image […]
I’m reading a book Effective AWK Programming by Arnold Robbins and I’ve come across this code there which I’m trying to understand. It should sort this and similar lists, first all numeric items and then strings: This first part is easy to understand BEGIN { data["one"] = 10 data["two"] = […]