I have recently dual-booted my PC and it’s giving me a bit of trouble with my drives. I would like to be able to write to my “D” drive under Linux and Windows without formatting it. I have tried sudo ntfsfix /dev/sdb1 but that did not help and the drive […]
Yearly Archives: 2022
I have a virtual disk that I created with HyperV. I encrypted this disk with Bitlocker and put my files in it. I deleted all these files by doing Shift+Delete with a momentary anger and turned off the computer. I turned the computer back on, removed the bitlocker password of […]
When I ping analytics.google.com that’s what I see: PING analytics.google.com (127.0.0.1) 56(84) bytes of data. I noticed that because when I try to access the website in Firefox, it returns Unable to connect. Has my network been tempered? How do I find out why this is happening? And more important: […]
I have inherited an AData 256GB ssd. Bios confirmed this is 256GB. Windows Explorer is showing 499MB of max space (364 KB free). I am wondering how come Windows Explorer is showing only 499MB? How would I access the remaining ~255GB from Windows? Note that Windows is installed on this […]
The client is Win 11 PC. The server is Synology DS1821+. Running Get-SmbMultichannelConnection returns the following on the client: Shows 2 SMB MultiChannel connections, source is the 2 client NICs but target is only 1 server NIC File transfers though SMB will correctly be load split between the 2 client […]
As an entrepreneur, you may know that creating a Unique Selling Proposition (USP) for your business is important. But what is a USP, exactly? And more importantly, how can you go about creating one for your own business? Let’s take a closer look at Unique Selling Propositions, why you need […]
i try to update re image urls directly on db. In many of them (1700+) is missing the “/” at the begining. i try with this sql file ALTER TABLE 'catalog_product_entity_media_gallery' MODIFY COLUMN 'value'; REPLACE INTO 'catalog_product_entity_media_gallery' ('value_id', 'attribute_id', 'value', 'media_type', 'disabled') VALUES (13584, 88, '/o/m/om-5e_1_2nd.png', 'image', 0); but i […]
I’m trying to use redis as session storage on Magento 2.3.3. In my app/etc/env.php file I have: 'session' => [ 'save' => 'redis', 'redis' => [ 'host' => '127.0.0.1', 'port' => '6379', 'password' => '{password}', 'timeout' => '2.5', 'persistent_identifier' => '', 'database' => '2', 'compression_threshold' => '2048', 'compression_library' => 'gzip', […]
Please tell if there is such an extension, so that we can crop the image of the product and add it to cart.