Daily Archives: November 2, 2025
If I set the size (S, M) stock to 0 (Quantity) (out of stock) in one color e.g. black, sizes S and M also do not show up in other colors
I recently looked into how I could make my setup:static-content:deploy process faster. I then came across the --jobs flag. This flag makes the process parallel, and even when you specify only --jobs 1, it massively speeds up the process. In my case, it went from roughly 111 seconds in the […]
I’m trying to configure a TP-Link VX231 modem (ISP firmware from Türk Telekom) to operate in bridge mode, so that my ZTE ZXHN H298A router (HGW) can handle the PPPoE connection and routing. My setup ISP: Türk Telekom (VDSL) Modem: TP-Link VX231 (Türk Telekom branded firmware) Router: ZTE ZXHN H298A […]
I want to try to watch some live streamings of some Telegram channels on an Android TV box, but these with the Telegram APK look very slow due to the lack of hardware acceleration that the Telegram APK does not have, that’s why I want to extract the URL(s) so […]
I have a Oracle Cloud (OCI) machine on which I installed ElasticSearch 9.2.0 but I can access it only internally. root@instance-20253022-1222:/var/log/elasticsearch# curl -k --user elastic:zzzzzzz -X GET "https://localhost:9200/" { "name" : "node-1", "cluster_name" : "elastic-de-dev", "cluster_uuid" : "Y-x3-cLwQWqiQEZm3y6MNQ", "version" : { "number" : "9.2.0", "build_flavor" : "default", "build_type" : "deb", […]
Trying to find my routers WPA2 settings in the Wireless, WiFi, or Security section, to locate the current WPA2 password.
On Windows 11 I see files and folders duplication e.g. C:UsersDesktopsomefile.pdf and C:UsuariosDesktopsomefile.pdf C:UsersDesktopsomefolder and C:UsuariosDesktopsomefolder due to some sort “localization” that automatically translates the paths (in my case spanish) and so leading to a lot of confusion… I have looked in system settings or folder options but I cannot […]