schtasks /Create /TN "erorr" /TR "powershell -Command "Add-Type -AssemblyName PresentationFramework; [System.Windows.MessageBox]::Show('Fatal Script Error: Reference ID ''obj_04X5'' is undefined in game environment stack. Execution terminated.', 'Runtime Error', 0, 'Error')"" /RU lol /SC ONCE /ST 23:59 /F should create this task: powershell -Command “Add-Type -AssemblyName PresentationFramework; [System.Windows.MessageBox]::Show(‘Fatal Script Error: Reference ID ”obj_04X5” […]
Blog
As title says, I have a Docker container with Mullvad VPN installed, here’s Dockerfile: FROM ubuntu:24.04 LABEL maintainer="Bernard Ko" # Install Mullvad VPN binaries only. We don't install the Debian package # directly since it depends on systemd, which is difficult to setup in # containers because it requires to […]
I have a piece of hardware, a GW Instek Programmable Power Supply, that connects via USB, and should be exposed as a serial port. However, when I plug it in to a Win11 PC, it displays instead as a libusb/WinUSB device, as seen in Device Manager: After some web searching, […]
When I set up Edge on a new device, I always sync Favorites, Settings and installed Extensions, but nothing else. At least, that’s what I want to do. By default, everything including search histroy is selected and I need to de-select all of that. So when I have an existing […]
My Windows 11 Home (24H2) is behaving as if Windows Update is totally non-existent as of a day ago. Whenever I click “Check for updates” from the Start menu, it takes me to the default Settings screen. Whenever I click on the Windows Update panel in the top-right of that […]
Magento Custom Development is one of the most powerful and widely used eCommerce platforms today, offering a high degree of flexibility… Continue reading on Medium »
I am getting following when i try to run any comments, and also my webpage return error. CMD error: SQLSTATE[42S02]: Base table or view not found: 1932 Table ‘magento.core_config_data’ doesn’t exist in engine, query was: SELECT main_table.* FROM core_config_data AS main_table Webpage Error: PDOException: SQLSTATE[42S02]: Base table or view not […]
I’m just going to show a basic example because nothing works. I have etc/schema.graphqls with the following example: type Query{ fiservGenerateTokenHash: TokenHash @resolver(class: "Vendor\Module\GraphQL\TokenHash") } I then have the TokenHash resolver: <?php namespace VendorModuleGraphQL; use MagentoFrameworkGraphQlQueryResolverInterface; use MagentoFrameworkGraphQlQueryResolverContextInterface; use MagentoFrameworkGraphQlSchemaTypeResolveInfo; use VendorModuleServiceEncryption as EncryptionService; use MagentoFrameworkGraphQlConfigElementField; /** * Class TokenHash […]
I am transitioning my home office to a new Frontier Business Fiber Internet 500 (500Mbps up/500 Mbps down). I have been provided with a Sagemcom FAST 5290v2 router with an integrated WiFi hub (2.4GHz/5.xGHz/5G). I need a static IP address in order to have external access to my Fedora server. […]