I have a NAS with Debian. Disk in NAS is btrfs. Service which serves files is samba server (smbd). I have a Windows client with an external NTFS disk. I want to synchronize NAS disk with external disk via FreeFileSync program on samba protocol. Linux samba server does not provide […]
Yearly Archives: 2023
I have a development website that consists in a migration from 2.45 to 2.4.6. I upgraded all modules to latest version and my backend is working perfectly. However, frontend gives blank page and I get a 524 error from cloudflare. I tried to use Luma or even Blank theme, same […]
l just updated Magento to version 2.4.6. Everything works fine but i have problem with one extension, it is very important to me and there is no substitute for it. Problem is that zendframework is replaced with laminas. There are two files that have old clases of zend. Can you […]
I am not able to make any changes in the product page in my website in magento1.90 and after clicking the save button it is just loading and nothing else
I want add bcc for forgot password email in magento 2. When i checked the code – vendormagentomodule-customerControllerAccountForgotPasswordPost.php in execute method we have this try { $this->customerAccountManagement->initiatePasswordReset( $email, AccountManagement::EMAIL_RESET ); } How can i add Bcc for this mail. Thanks!
Algorithms are the set of rules to be followed in calculations or other problem-solving operations. It is considered one of the most important subjects considered… Read More The post 10 Most Important Algorithms For Coding Interviews appeared first on GeeksforGeeks.
Open AI’s ChatGPT has been the talk of the town for quite a time now. And with the new update of GPT-4 released on 14th… Read More The post Chat GPT-4 – All You Need To Know appeared first on GeeksforGeeks.
i have trouble with vpn connection I have at home running a router with vpn running on network 192.168.54.0 etc . Now i am connected to a local Network with same ip range and therefore can’t connect to an rdp machine running on 192.168.54.54. Ipscanner shows that here is also […]
I’m using imagemagick and this .bat script in “sendto” folder, similar to sent to compressed zip, I feel like there should be a small change to the cmd script and that would be it. @echo off pushd "%~dp1" magick "%~1" ^ -set filename:0 "%%[t]" ^ "%%[filename:0]_%%03d.jpg" popd exit /b