Long, but easy to read: I’m planning the network for the house I’m blueprinting. There gonna be three Routers around the house. Conveniently, the company has a fiber optics Modem with three ports. Now, Since the modem has three ports, I was planning on wiring Modem to router A, Modem […]
Yearly Archives: 2022
I have a server for old medical equipment (2013, Win7) that was using an Intel RST v3.6 Raid1 array for the boot/OS drive. The server stopped booting and that’s when I noticed the bad array (no warnings – I think some recent work in the room cause power outages as […]
I have a form with 3 columns Date Item Cost 10/feb/2022 pc 100 I want to enter the data by using the “Form” button which brings up a popup to easily create a new record but I don’t want to manually enter today’s date each time (only the time and […]
Please help to schedule Jenkins to run every 2 hours for the next 72 hours non stop. I i understand correctly 0 */2 * * * – should run every hours?? if yes how can i make it last for 72 hours? Also it should not stop at night for […]
Is it possible to group icons on the taskbar in windows 11. Probably using a 3rd party software or something. I saw many of the other posts like this one but so far all the suggestions only work for windows 10. Can I group taskbar icons I also tried taskbar […]
I need to update the installation part of one extension from old to declarative schema. Old system looks like: Setup version – 1.0 Adds table vendor_entity entity_id name desciption status Setup version – 2.0 Adds new table vendor_entity_locale entity_locale_id entity_id name desciption store_id with SQL method for moving data from […]
For Magento 2 we have created an attribute to exclude that product from shipping methods and that product that is excluded will have an individual shipping price on it. For example, we have 2 products in cart A and B, the A product has that attribute set to yes and […]
I have a shop developed in Magento 2.2. Now, I did a upgrade to Magento 2.4. I had to upgrade all the external modules in use. Everthing worked ok. But now, sometimes the $.widget called in my x-magento-init are not running, sometimes it runs. I don’t have any error on […]
I have a custom module with named A and db tab is z ok. now question is my: How to add child table? which is already I have done with PK and FK key constrains. How to add data in created child table using model?