My gf pass a loot of time on pc and dont have any control what she can do clicking in wrong things, i arleady advertise abouth virus in genreal but she dont beliave well i need a cmd code to open google chrome at fullscheen mode (f11) mi last guess […]
Yearly Archives: 2022
Hoping to get some REAL help on this one… I have been building this system for over 1 yr. ( I know, I know…fear slows me down ). The system is- MB- ASUS ROG MAXIMUS Z690 EXTREME CPU- i9-12900KS CPU (de-lidded, direct die cooling block) RAM- G.Skill Trident G5 6400 […]
I live in a hostel which has very poor management. They have Wi-Fi devices that are all over the hostel all have the same name and no password, and they show as one Wi-Fi on the mobiles and laptops but some of them have good internet speed some don’t. Unfortunately […]
I have two asynchronous documents folder in Windows 11. One C:usersjakobDocuments with my documents from OneDrive (this is the one t”Documents” in the explorer menu to the left links to) and one C:usersjakobOneDriveDokumente (German Windows installation) which is empty Is this the right way if I want my documents to […]
I have MacOS Monterey version 12.6 I also have OneDrive When I installed Excel app and opened it I get this prompt I don’t recall creating this type of password I use the admin password to open my laptop, and my OneDrive password but it does not work What is […]
There are multiple media folders missing in 2.4.3-p3 I have read this –> https://developer.adobe.com/commerce/php/tutorials/backend/modify-image-library-permissions/ Does anyone know exactly where to add/edit this file? Thank you
When trying to create an order from the admin panel, I get a page without menus/headers: I tried: php bin/magento cache:clean php bin/magento cache:flush php bin/magento setup:di:compile php bin/magento indexer:reindex php bin/magento setup:static-content:deploy -f that didn’t change anything, I also checked the logs, but didn’t find anything… Any help is […]
I am facing the following issue on elastic search. TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block I tried “cluster.routing.allocation.disk.threshold_enabled” : false & “index.blocks.read_only_allow_delete”: null but still I get the same issue How to check free space available and the path of the elastic search storage? I tried df […]
I have a slider module which use EntityManager. I want to refactor code to use ResourceModel, but i have problem with many to many relations. With EntityManager i used EntityManagerOperationExtensionPool with Read/SaveHandlers. How to implement same functionality with ResourceModel?