I currently have a Huawei AX2S router. This router defaults to a Wifi-6, 5G network, but it does support Wifi-5 and 2G networks. I have an older phone that dosen’t support neither Wifi-6 nor 5G. The issue, however, is that i can’t figue out how to enable a network that […]
Blog
when I run blkid it lists the following: /dev/sda1: UUID="064B-5C7B" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="Basic data partition" PARTUUID="6c69e3ee-8c62-43e4-807a-0c15bfd8872a" When I mount this one using for example via sudo mount /dev/sda1 /mnt, I can navigate to /mnt/EFI/Microsoft/Boot/ and find the efi files for the windows boot, namely /mnt/EFI/Microsoft/Boot/bootmgfw.efi and /mnt/EFI/Microsoft/Boot/bootmgr.efi. Additionally, I created […]
I want to use ffmpeg to add English audio and subtitle tracks (eng.mp3 and eng.srt) to a video (call it 3.mp4) that already has Italian, French and German. The crucial thing is that the final video allows switching between language audio and subtitle tracks. To summarize, I want: want: 3.mp4 […]
We are trying to move our magento 2.4.4 webshop to a different hostingprovider, but because of the size of some quote tables we can’t get a back-up of the database. As you can see in the above image the quote, quote_address and quote_id_mask all have 23+ million lines and are […]
This selectionsColumn in my custom admin grid does not render properly and I don’t understand why. I am using Magento 2.4.6-p2 and php 8.1.29. The record edit, tabs and grids are based on customer_form.xml, customer_address_form.xml, and customer_address_listing.xml ui_components. In the customer edit page, in the customer addresses tab, the selectionsColumn […]
Recently Magento released 2.4.8 and removed LaminasMime package completely. We had a module which was sending email with csv attachment now stopped sending the csv as attachment. It just sends the regular email with html content excluding the csv. Here is the di.xml code <preference for="MagentoFrameworkMailTemplateTransportBuilder" type="VendorModuleModelMailTemplateAddEmailAttachemnt" /> Then the […]
How to apply the same formatting style for the all paragraphs in LibreOffice Writer? (for.docx document). The same Line Spacing and spacing between paragraphs, and for paragraphs numbering, like this: 5.1 5.2.1 5.2.2 6. 6.1 ...
The Nintendo Switch has a feature it calls “local wireless multiplayer”, wherein two consoles can play a game together using a wireless connection without needing to be on a LAN, connecting directly to each other without a router. Some games only support this form of multiplayer, and not an online […]
When using the editor.action.indentLines command (⌘] by default) to indent a selected block in VScode, I find that it doesn’t just add the current indentation value to the start of the lines – it reindents them by indentation-logic, that sometimes isn’t correct for the current file. As an example, with […]