Apparently, in Windows 11 25H2 you can no longer set a program to just be the default for all the file types it supports. This is really obnoxious on, for example, VLC, which supports dozens of file types, and of course Windows Media Player registered itself as default after the […]
Daily Archives: November 7, 2025
Importing CSV files containing line breaks within fields is tricky and the usual import methods as described for Excel do not work. Only opening a file directly with “File -> Open…” menu command or by double-clicking it and making sure it is opened by Excel works for such files. With […]
I could be over thinking this but when using a wsl on windows 11 for an ai should I be downloading the windows version or the Linux version of an app for example python, pytorch, pip, etc? I want to run an ai on the Linux subsystem since I heard […]
We use RDP to make development on our Windows 2022 Domain Controller easier, but remote desktop will start failing after 5-6 successful connections, where the next time you connect it will show a black screen before throwing the error “the connection with the remote computer was lost”, then attempts after […]
All three servers are RHEL8. When run locally, these commands run as expected: Node_A: $ find /var/log/postgresql -name '*log' -type f -size +4096c /var/log/postgresql/postgresql-2025-11-06_11.log /var/log/postgresql/postgresql-2025-11-06_10.log Node_B: $ find /var/log/postgresql -name '*log' -type f -size +4096c /var/log/postgresql/postgresql-2025-11-05_20.log But when run remotely as ssh parameters, one fails, but the other works as […]