How to Create a Magento 2 Custom Module Step-by-Step (Magento Custom Extension Development Guide) Continue reading on Medium »
Daily Archives: June 10, 2025
I’m running Magento 2 and I keep seeing the following strange HTML code injected into my site’s footer: src=”dpj8g”> src=”oub4l”> It appears in multiple places on every page, usually near the newsletter or footer area. I’ve searched the database (cms_block, cms_page) and successfully removed it with SQL, but it comes […]
I’m in the process of improving our Magento website for Griffith Elder, and I’m looking for advice on how to effectively showcase our single axle weighbridge products. Has anyone here had experience with presenting technical or industrial products in a clean, user-friendly way on Magento? Are there specific extensions or […]
I have created a custom module and it was live and the store is in production. I want to one minor change in my controller. Will It affect my site? Will the changes reflect directly? I know we need to put to developer mode in order to perform the actions. […]
I am trying to setup Lighttpd using Docker on Xubuntu. I have set up a file htpasswd -bc /etc/lighttpd/webdav.passwd webdavuser webdavpass And the /etc/lighttpd/conf-enabled/10-webdav.conf looks like this: server.modules += ( "mod_webdav" ) webdav.activate = "enable" webdav.is-readonly = "disable" alias.url += ( "/webdav" => "/var/www/webdav" ) $HTTP["url"] =~ "^/webdav($|/)" { auth.backend […]
I’m running NixOS with systemd and Niri (Wayland compositor). Right now I have to login on the text console and run niri-session (source) to get a graphical session. Of course I could install lightdm and configure auto-login. But what is the point for a display-manager when I’m the only user […]
I was just trying to figure out deduplication in ZFS. So I created a file which was my “disk” for testing. I heave created two datasets – one with dedup turned on, the other one without dedup. The dedup-on dataset was not used, just mentioning it to say all the […]
So I’m following the good ol- “321 Backup” rule, which says data should be written to atleast two types of storage. This is a semantics based question, but are DVD-R’s and DVD-RW’s considered one type of storage or two? They’re just different enough from how they store data that it’s […]
I have Virtual Box 7.1. I downloaded the latest Linux Mint (22.1) ISO image. I boot up the VM with EFI disabled. It goes to UEFI shell. No error message.