The issue is not very complicated, it’s just a little complex so it’s hard to explain. I’ll do my best to be as clear as possible. I downloaded a batch file that allows you to drag a folder onto it and it will set a new folder icon. It does […]
Blog
I am running “pass: the standard unix password manager” v1.7.3 on Fedora 31. I create a password for “mysite” via $ pass generate mysite It creates an entry in my .password-store folder: mysite.gpg which is the encrypted password. But somehow, I can’t decrypt this file : $ pass mysite gpg: […]
I have a PC with Intel atom D425 processor, does it is possible to swap it with another without replacing the motherboard? Full PC specs: Intel Atom D425 single-core 1.80 GHz, 2 GB DDR2 RAM (it came with 1 GB, but I have increased), power supply 400 watts, GPU integrated […]
Is it possible to configure OpenVPN (or its DHCP more accurately) to choose the IP for a specific identity (or set of identities) from a range I already defined? and any other identity will get its IP from another range. Or even to prevent any network communication for that identity, […]
My current version of Magento is 2.3.2 . I followed the docs and i executed the following commands in the console: cp composer.json composer.json.bak composer remove magento/product-community-edition --no-update composer require magento/product-community-edition=2.3.3 --no-updatecomposer require --dev allure-framework/allure-phpunit:~1.2.0 friendsofphp/php-cs-fixer:~2.14.0 lusitanian/oauth:~0.8.10 magento/magento-coding-standard:~3.0.0 magento/magento2-functional-testing-framework:2.4.5 pdepend/pdepend:2.5.2 phpmd/phpmd:@stable phpunit/phpunit:~6.5.0 sebastian/phpcpd:~3.0.0 squizlabs/php_codesniffer:~3.4.0 --sort-packages --no-update composer remove --dev sjparkinson/static-review […]
I create a custom model and di.xml was wrote up, however when I try to run setup:di:compile, it said the “generated/code/Magento/MediaStorage/Model/File/Storage/Response/Interceptor.php” file can’t be deleted……No such file or directory I am running docker at windows machine, I can see the files inside the folder, but I don’t have permission to […]