I have entry in /etc/hosts 1.1.1.1 db_external When I am doing ping I get it correct ping db_external PING db_external (1.1.1.1) When I am doing getent hosts db_external for some reason I got : ::1 db_external.localhost What can be reason in that? cat /etc/nsswitch.conf|grep hosts #hosts: db files nisplus nis […]
Monthly Archives: April 2024
I sometimes see a message about Windows detecting an IP address conflict. It always seemed to be spurious, but today I noticed that it is associated with losing connectivity for several seconds. So I looked at the details in the Windows System log and found this: The system detected an […]
I am trying to implement the show/hide password functionality when a user logs in. I followed the instructions from Magento, https://developer.adobe.com/commerce/frontend-core/ui-components/howto/show-hide-password-checkbox/, but they don’t seem to work. I looked at this ticket as well, customer/account/login Showpassword checkbox doesnt work, but it didn’t help much. I am able to get the […]
In magento246 color visual swatch working fine on product listing page.But,not showing on Category listing page…https://prnt.sc/78yEvqLYlx42 So, how to showing color visual swatch on category page.
I need to remove a product while reorder button clicked certain condition. For example if the product sku is ‘ABCD’ means, i need to remove it from adding cart and all other ordered product need to added in cart.
I am able to get difference between two branches stage and master under same repo on web version via below web URL. https://github.com/:username/:repo/compare/master…staging but not getting the changes via Github API: https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#compare-two-commits below snapshot display output of above compare API, here it shows list of all commits but it missed […]
I’m having trouble with my Linux (Debian GNU/Linux) system. Problem is that I currently have a HORN (Hibernate only, resume never) configuration: I can only hibernate but I cannot resume. Even worse than that, if I try to resume my system just performs a regular boot and my hibernation data […]
We have one VM and we want to support multiple iscsi vendors such as Oracle, Azure Elastic SAN etc. How can I make have different iscsid.conf profiles for each vendor and alternatively each target?