I recovered several thousand deleted files (especially .jpeg and .mov), using extundelete, ext4magic and photorec. Each program of the tools recovered some files, but not all and now I am thinking about the best way to merge the different results. The quality or completeness of the recovered data differs for […]
Monthly Archives: January 2023
If I try to use any of the GUI options on the remote PC (Start button, Start button right-click menu, Ctrl-Alt-End screen, Alt-F4 on desktop), nothing happens. And the shutdown command-line utility doesn’t have a flag for sleep, only for hibernation.
I have a PC that acts as my home router. It has a NIC to the WAN. It has a NIC to the LAN. It has a NIC to the WAP. It also has a bridge that spans the LAN/WAP. Now, I want this router to dispense all the IP […]
I’m tryin to sort values based on colors, then on values The macro was working very well, but on one sheet, so I have to create a new module for each sheet, and because I have around 400 sheets, This is the simple working macro: Sub A_Sort() ' ' A_Sort […]
I have Windows 11 facial recognition turned on. If Windows fails to recognize me because I am away, then it switches to wanting my pin. It is annoying to click on “Sign-in options” and then the face icon so that Windows will look for my face again. How do I […]
Does anyone know how to achieve below design. Create a new container next to cart icon in header move top bar sign in and create account links to new container. Please kindly refer the screenshot attached Thanks in Advanced.
I have an improvement problem; I want to restrict some more things from that user. I want to block “delete” the product Magento 2.4 How to disable/hide “Delete” from Catalog Products Actions Ver.: Magento 2.4.4
I have an issue; 1 exception(s): Exception #0 (Exception): Deprecated Functionality: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/html/vendor/magento/zendframework1/library/Zend/Db/Statement.php on line 222 $_helper = $this->helper('MagentoCatalogHelperOutput'); $_imagehelper = $this->helper('MagentoCatalogHelperImage'); $_product = $block->getProduct(); $specs = $_product->getAttributeText('specifications'); $specs = $specs = $this->helper('MagentoCatalogHelperOutput')->productAttribute($block->getProduct(), $block->getProduct()->getSpecifications(), 'specifications'); $specs = trim( […]
I want to override the magentoframeworkviewpageconfig.php file setMetadata($name, $content) method to remove the htmlentites in meta description when we are viewing the page source code. For that i did following code di.xml file: <preference for="vendormagentoframeworkViewPageConfig" type="LogoImporterFrameworkViewPageConfig" /> LogoImporterFrameworkViewPageConfig.php file: <?php namespace LogoImporterFrameworkViewPage; class Config extends MagentoFrameworkViewPageConfig { public function setMetadata($name, […]