I am trying to sort an order collection (MagentoSalesModelResourceModelOrderCollectionFactory) based on custom product attribute data for the product items in the order. It is ok just to sort based on the first product item row. How can I achieve this? I know I can add a custom column on the […]
Yearly Archives: 2022
Currently I have a dual boot setup where the two options are booting Windows 10 from my M.2 NVMe or from my other SATA SSD. When I remove the SATA SSD, I cannot directly boot from the NVMe. The drive is recognized in the BIOS but it is not present […]
I need a PS1 script that will ask for domain admin credentials and then run elevated all in 1 window without using a shortcut. This is as close as I have been able to get: Start-Process powershell.exe -Verb runAs Get-Credential "Domainadmin.account" Unlock-ADAccount -Identity "account" Read-Host -Prompt "Press Enter to exit" […]
This all started with a Problem in My BIOS Read Here About The Bug I restarted my PC to check if the BIOS was ok, Didn’t change any settings. It’s on default. This is the Message On The Screen: It Generated a Full Bug Report: Here About The Windows Using […]
I understand that a router (like an home router) does source port NAT (as the public IP for a LAN is normally one). If I run a VPN Client (like Open VPN) on a computer in the LAN and if the VPN packet is all encrypted (except for the external […]
This is what I see in the terminal in macOS Monterey 12.1 Security warning message in terminal: And here is an cxcerpt from SSH add as seen in the Xcode man pages:
So you want to create an online business? Welcome to the club! The freedom of releasing your own content or products for anyone in the world to access is liberating. Your website could lead to fame and fortune … but where do you start? This article lists popular options for […]
I need to install the following extension on Magneto store: https://github.com/bitExpert/magento2-force-login I’m using this commend: composer.phar require bitexpert/magento2-force-customer-login but after enter “Authentication required (repo.magento.com)”, it is start “Generating autoload files” then the following error appears Installation failed, reverting ./composer.json to its original content. [ErrorException] chmod(): Operation not permitted as alternative […]
I am looking for an bash script which will create the basic new module skeleton. I’ve found this post useful but it only works from the root. Any solution? Thanks in Advance!