i’m trying to change the column data type from int to decimal for this table – magento_reward (This table is exclusive for Enterprise edition) for the column called – points_balance , so this is how the below column structure in core file looks like (originally) – <column xsi:type="int" name="points_balance" unsigned="true" […]
Monthly Archives: February 2025
I’m trying to create an invoice using the Magento REST API (/rest/default/V1/order/{orderId}/invoice) and I’m getting the following error: "message": ""%fieldName" is not supported. Correct the field name and try again.", "parameters": { "fieldName": "AdditionalData" } Here’s the payload I’m sending: { "appendComment": true, "items": [ { "order_item_id": 144, "qty": 1.000000, […]
I recently tried to cleanup partitions on my hard drive and to learn about their use for my windows and linux operating systems. However I am puzzled with a specific partition on my hard drive and whether it can be deleted. Gparted shows the partition in question as an unmounted […]
I’m building a script-runner in neovim to pipe the full path of the current buffer into a script. I’m trying to do this through a keybind with a function, but i’m having trouble to get the filepath correctly parsed in the function. I wrote this: function RunScript() let fpath = […]
I’m planning to set up a home lab on a laptop and need a powerful CPU for virtualization. My main use cases include running multiple Docker containers and several KVM-based virtual machines simultaneously. I’m currently considering two CPUs: Intel Core i9-14900HX AMD Ryzen 9 7945HX I want to ensure smooth […]
The Linux at command performs the job even if I log off from the current logon session, right? Even if the system is restarted? If so, what’s the background service behind it? If the job, once scheduled, can survive a logoff and/or a restart, there needs to be a daemon/service […]
I have old IDE DVD drive in my laptop. I have to add caddy in its place to attach additional internal hard disk to laptop. When I searched IDE caddy, I did not find it over internet to ship it to India. What should I do to use DVD drive […]
Anyone knows where the VirtualBox’s registry is kept? Or how does it look? Basically, I’d like to transfer some VMs to a different user on the same host, but cannot figure out an easy way to do it. Export/Import is something I would like to avoid due to inefficiency in […]
I am setting up a NAS/home server, and I’m struggling to understand how to correctly configure the storage, especially in which order I should proceed. My situation is the following: One NVMe drive for boot, system, and swap. Three 500GB HDDs, to set up as RAID5, as storage. One 2TB […]