winscp says: “If your SSH server allows changing your account password, go to Session > Change Password to request that. “ – and it could change ssh/sftp password on server we use (but we not admin it). But, ssh user@server fails -> shell request failed on channel 0 and ssh […]
Yearly Archives: 2022
I am only able to update the whole list of tables in microsoft word but there is no option to update only the number of pages like the list of figures… does anyone have an idea about how to update only the pages of the list of Tables?
I’m trying to schedule the light mode/dark mode in Windows personalization settings using Task scheduler. these 2 keys are the only ones responsible for it. # Set Windows Personalization, color settings, to enable Light mode for System $RegistryPath = 'HKCU:SoftwareMicrosoftWindowsCurrentVersionThemesPersonalize' $Name = 'SystemUsesLightTheme' $Value = '1' If (-NOT (Test-Path $RegistryPath)) […]
I want to set my up my Ubuntu server as a router to use Redsocks to pass all TCP and UDP (specifically DNS) traffic from my client’s to a SOCKS5 proxy server. So far, I am able to route all TCP traffic without any issues, but no DNS traffic. Here’s […]
I try to create my loyalty program, use this module https://github.com/brjupo/Magento_2.4_E.E._RewardPointsGrid I copied the code, but I get an error after “bin/magento setup:upgrade” SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘magento.magento_reward’ doesn’t exist why i dont have a table magento_reward? How to finish a module? What is the […]
Without me having ever enabled Google Pay as one of the payment methods, it is somehow appearing in the payment page. Could you please help me with the steps to disable it?
I got a task to create a module and a new controller that takes orderID as a parameter and returns a JSON with information. I have created a controller and can show the JSON return, but how can I render it to the phtml? app/code/Mymodule/OrderController/Controller/Index/OrderControl.php <?php namespace MymoduleOrderControllerControllerIndex; use MagentoFrameworkAppActionContext; […]
[Report Only] Refused to load the font ” because it violates the following Content Security Policy directive: “font-src *.fontawesome.com data: ‘self’ ‘unsafe-inline'”. [Report Only] Refused to load the font ‘https://cdn.livechatinc.com/widget/o-fgfgfg.woff2’ because it violates the following Content Security Policy directive: “font-src *.fontawesome.com data: ‘self’ ‘unsafe-inline'”. Can someone please tell me how […]