I’m using Linux Mint and I am seeing this notification multiple times today and I’m not sure what it is or how to investigate any further. I’m not sure even where it comes from. I tried filtering for this MAC on Wireshark but didn’t see anything relevant. How can I […]
Monthly Archives: March 2025
Intel’s x520 and 540 or Mellanix MNPA19 were 8-line PCIe 2.0, which is 500 MB/s per line i.e. 4 GB/s. x550 is 4-line PCIe 3.0 or 1 GB/s per line i.e. 4 GB/s. Both are 2x wider (or 4x wider?) than the number of lines necessary to pass 10 Gbit. […]
I am unable to see styling changes (changing tailwind.config.js nor changing the css files within my tailwind folder). I have created a child theme and moved over the hyva default theme files as instructed. I am running npm run watch and my changes are triggering a build. However, when loading […]
Following this and this i’m trying to change keyboard disposition on Slackware 15.1 (current) (iso) for entering LUKS passphrase with Grub2. Disk partitions # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS zram0 251:0 0 31.2G 0 disk [SWAP] nvme0n1 259:0 0 238.5G 0 disk ├─nvme0n1p1 259:1 0 400M 0 […]
I ofter create files with a time/date stamp as the prefix and then a short description of the file after the timestamp. For example: nano 03-10-2025_03_20_AM-This_is_the_description_of_my_file.txt I am looking for a way (maybe a bash alias or a bash function?) to automatically prefix a nano filename with a timestamp when […]
I have one router/modem from the ISP, a Nokia XS-2426G-B on IP address http://192.168.1.254. If I go there in the browser and login, I can setup a WiFi access point. On the second floor I have another router, a Sitecom WLR4100 X4 N300. Login to that router is supposed to […]
f2 not updating I was expecting all cells to contain rows from F column, in incrementing value (ie. F2, f3..f5,f6). I have tried absolute references, dragging down three manually inputted and correct rows to make it autofill the correct structure but it didnt work.
For Windows11 prep, I am trying to convert my hdd to gpt on my Windows10 system. After the conversion, I am unable to boot from the hdd – it does not show up in the list of UEFI boot devices. I do have two hdd’s and am experimenting on the […]
I added a custom field to product-form.xml in a custom module: <?xml version="1.0" encoding="UTF-8"?> <form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> <fieldset name="product-details"> <field name="customfield"> <argument name="data" xsi:type="array"> <item name="options" xsi:type="object">VendorModuleUiComponentProductFormCategoriesOptions</item> <item name="config" xsi:type="array"> <item name="label" xsi:type="string" translate="true">Fiel Label</item> <item name="componentType" xsi:type="string">field</item> <item name="formElement" xsi:type="string">select</item> <item name="component" xsi:type="string">Magento_Ui/js/form/element/ui-select</item> <item name="elementTmpl" xsi:type="string">ui/grid/filters/elements/ui-select</item> <item name="dataScope" xsi:type="string">customfield</item> […]