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. […]
Monthly Archives: June 2025
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.
I want to create a ui component form which will have file upload in it. I don’t want to upload images. I found the code to upload but its image upload. I don’t want to have image upload just want file upload. Magento 2 How to Add File Upload Field […]
First off, let me say I have tried all the online suggestions for trouble shooting. I believe this could be a registry setting. Here’s what is happening. When I completely turn off the laptop and turn it back on it boots quickly and without the appearance of the touch keyboard […]
I’m using Intel VTune Profiler version 2025.3.0. When I hover my mouse over informational elements located in the top part of the main VTune window (see screenshot), the informational “tip” popup windows that appear are often positioned such that they partially extend beyond the boundaries of the main VTune application […]