I’m new to Magento and Varnish. I have an Ubuntu24 on Vbox. Magento 2.4.7-p3 with sample data is up and running. Varnish is activated in Magento Backend. I’m using the standard magento optimized vcl from varnish. I have set the standard vhost port to 8080 The shop is running on […]
Daily Archives: November 28, 2024
Magento 2.4.7-p3 My store deletes the cache (Varnish or any other 3rd party cache) multiple times a day by itself, it has to be rebuild afterwards. Any idea where and how to start looking for that type of problem? Since I do not know when it happens, I can not […]
When I disconnect Bluetooth headphones, it automatically reconnect after a while (about 1 day? I don’t know exactly). How can I disconnect Bluetooth headphones so that it stays disconnected until I reconnect it myself? I use Windows 10 Pro 21H2. I don’t want to forget it though as I don’t […]
In older versions of MS-Windows, the ping command displayed a lot of useful information for IPv6 addresses, like: TTL, ICMP Sequence and bytes received. But now, the default output of the ping command has been dumbed-down in order to decrease the cognitive burden on Windows’ users and this information is […]
We’re trying to keep the files and folders all set to the same group so that all users connecting to our SFTP chrooted directory get access to the same folders. We’re using a default group assigned at login for all users, so that’s why we’re trying to keep the same […]
I’m trying to install Windows 11 from Win11_24H2_English_x64 downloaded from Microsoft page https://www.microsoft.com/en-us/software-download/windows11. I’m stuck on 89% percent for 3 hours, before that I was on 88% percent for close to 1 hour. I have enough disk space around 300GB, my hard disk is SSD. The performance of the system […]
This code works. I just wanted to know if there is any any furthur simplification that can be done to improve it. Thank you for any feedback to help me improve. *resourcse have been provided as well Private Sub Worksheet_Activate() 'https://stackoverflow.com/questions/1983649/how-do-i-express-if-value-is-not-empty-in-the-vba-language If Format(Now(), "DDD") = "Mon" And ThisWorkbook.Sheets("Charts").Range("D4").Value <> "" […]