I need to join some value(s) from some cell(s) with a “static” bunch of other values into an Excel array… BUT I’d like to avoid using VBA for it and I need something that works also with older Excel version: at least MSO Excel 2010. I know I could get […]
Monthly Archives: April 2024
What is command to change regional format to other region with Batch script? If in powershell, i do this with: $GID=111 Set-WinHomeLocation $GID
I set up routing on my Windows 11 machine to be able to route some specific IP addressed (for example 1.2.3.4) to VPN. route add 1.2.3.4 MASK 255.255.255.255 1.2.3.4 This works fine in windows. Once I switch to Windows Subsystem the routing is not configured there (I cannot ping the […]
I am setting up a samba active directory server (inside fmstrat docker container) on ubuntu server 22.04. After some trial on error I achieved: hosting an AD server on my ubuntu server joining a windows client (win11) joining two linux clients (ubuntu 23.04, 23.10) joiing my NAS sharing some directories […]
How can I add custom js validation to my cart estimate page for the zipcode? The default Magento 2 behavior is that, on any change in pincode field, the prediction action starts and a spinner is shown, even if my pincode is incomplete or invalid. So, how can I add […]
I am using a module for login OTP in magento 2.4.6 but getting this error, while running di:compile. Incompatible argument type: Required type: MagentoCustomerApiAccountManagementInterface. Actual type: MagentoCustomerApiCustomerRepositoryInterface; File: /var/www/html/app/code/Excellence/Sms/Controller/Rewrite/Customer/Account/CreatePost.php please help the File is : <?php namespace ExcellenceSmsControllerRewriteCustomerAccount; use MagentoCustomerModelAccountRedirect as AccountRedirect; use MagentoCustomerApiDataAddressInterface; use MagentoCustomerApiCustomerRepositoryInterface; use MagentoFrameworkApiDataObjectHelper; use MagentoFrameworkAppActionContext; […]
After upgrading Magento from version 2.3.5p1 to 2.4.6p4, I’m encountering an issue with the checkout process specifically for logged-in users. The checkout_index_index page is not functioning correctly, and API requests related to guest carts are resulting in 404 errors. Error Details: In the browser console, the following errors are observed: […]
I accidentally went to my ubuntu server 8080 port and was greeted with this: WeKan login screen This was not me. All I did on this machine was run a Minecraft server and OwnCloud server with Docker. Did I get hacked?
Hi I am new to understanding networking and virtual switch set ups so bear with me here. I have VMWare Workstation 17 installed on a Windows 10 Pro Host laptop. I am creating a lab environment for cybersecurity testing. So far, my VMs are set up as follows: PFSense: 1 […]