On a 192.168 subnet, my Ubuntu 22 fileserver serves folders to a mac and to a Windows 10 host. After a windows update and subsequent reboot on 2025-03-09, suddenly Windows can no longer mount those folders. (Nothing changed on Ubuntu or the mac: the mac still mounts folders ok.) In […]
Monthly Archives: March 2025
An Android phone connected over USB to a Windows computer presents itself as an MTP/PTP device (please correct me if I’m using wrong terminology). You can work with its contents in Explorer but that’s about it, no other software can see these files. Well, probably such software does exist but […]
I have created these spreadsheets with a full screen available. Randomly, some unknown task pane or something appears on the right when I reopen the file. I cannot find how to get rid of or hide that and expand the full usable screen view. It is the blank white area […]
The Windows 11 ISO file, which can be downloaded from Microsoft, contains a install.wim file that is greater than 4 GiB in size. This prevents creating a USB flash drive installer by simply copying the files from the mounted Windows 11 ISO file to a FAT32 formatted USB flash drive. […]
Upgraded my pc, new motherboard, chip memory,psu,ssd. Got everything plugged in HD not spinning, CD/DVD drive clicks bad when cd inserted – shows up but can’t open drive, front USB3 not working and back ones seem slow. Did get windows installed, checked drivers,bios all good. Long story short (hours:( ) […]
Learn effective prompt engineering techniques for AI code generation in WordPress. Discover best practices, examples, and tips for creating clean, organized, and maintainable code Continue reading Prompt Engineering for Web Development on SitePoint.
I am using Magento 2.4.5 and I am trying to create a store configuration. The following code works fine, and the tab appears in the backend: <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <tab id="mageplaza" translate="label" sortOrder="200"> <label>Mageplaza</label> </tab> <section id="helloworld" translate="label" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1"> <class>separator-top</class> <label>Hello World</label> <tab>mageplaza</tab> <group […]
I have two SSDs: internal and external. On external there is my main Windows, while the second one contains Linux filesystem. From the Linux perspective the external disk has such a partition: EFI – bootable, hidden, has the ESB property (I am not sure about ESB word, but anyways, the […]