Daily Archives: June 12, 2025
i’ve been trying to debug this and getting nowhere. Intermittently my products disappear with this error in the exception log: #98 {main} {“exception”:”[object] (ElasticsearchCommonExceptionsBadRequest400Exception(code: 400): {“error”:{“root_cause”:[{“type”:”illegal_argument_exception”,”reason”:”Text fields are not optimised for operations that require per-document field data like aggregations and sorting, so these operations are disabled by default. Please use […]
I am using Windows 11 Pro 23H2 22631.5472 and I lost access to a folder that I just created in Windows. If I click continue I see this. The security tab has a super suspicious NULL SID. Anyway, if I try to add permissions to everyone, or even my user, […]
My main laptop and printer, which are both located in my home office, have communicated wirelessly for years without an issue – until recently. Now the main laptop can’t print at all because the printer is inevitably offline and nothing I try makes it see the printer as online. My […]
I have a number of programs that I need to use, but they frustratingly impede my using of computer by constantly trying to connect to the Internet. I have blocked their access to the Internet with a firewall, so they cannot connect to the Internet, but they nonetheless still keep […]
I need to download about 10,000 files from a HTTP server. I am using wget. It works. This command created a subfolder 192.168.1.173+8080/files with about 4,000 files, after which I believe the HTTP server crashed. wget -r --no-parent http://192.168.1.173:8080/files I restarted the HTTP server. I would like to restart the […]
I’m developing a website locally (WSL) and using the Windows hosts file to map the real production domain (e.g., example.com) to 127.0.0.1. My local site uses https:// links everywhere because the production version uses SSL. To view the live (production) site, I comment out the relevant hosts entry: #127.0.0.1 example.com […]