I would like to access the creation date of a DNG file, SomeImage.DNG. In Windows Explorer, under View > Details, the “Date” column lists the correct creation date, which I happen to know. But when I try to access the creation date from different tools on the command line, I […]
Yearly Archives: 2023
I am trying to run systemctl --user status from a user account in order to not run services from root. The way I do it is as follows: loginctl enable-linger $USER export XDG_RUNTIME_DIR="/run/user/$UID" Then when I run systemctl --user status I get the following error: Failed to connect to bus: […]
I am running a virtual Ubuntu machine and my host machine’s private IP is 10.12.63.16. The virtual machine is running a website on http://10.12.63.130/. The virtual machine is a bridged connection to my host. I am trying to block my host IP from accessing that website. I am trying to […]
Little lost on what happened here. Having an issue with Windows overall at the moment, pretty sure an upgrade happened (though not confirmed) and it’s after doing something to the machine. I started my investigation when looking to run a java program from my D: drive, which then said it […]
I have more than 100000+ products and 20 store views, one of the category has 60000+ products, when I reindex catalogsearch_fulltext, It took more than 20 hours, and still doesn’t finish. and the category with 60000+ products also couldn’t access got 500 error. I googled many articles to try to […]
I am in the process of upgrading from Slackware 14.2 to 15.0. I have encountered some hiccups in the version of KDE Plasma (5.23.5) included in 15.0. I got to looking and the KDE website says the current is 5.27 something and slackware64-current/kde is on version 5.27.2. So I figure […]
I am struggling to install guest additions in my Linux Virtual Box environment. The reason I’m using the older version of Vbox is because anything newer crashes on start-up on my Win7 machine and the error box is all blacked out so I can’t even begin to troubleshoot that. Item […]
I have to ssh login to so many VMs / containers. in some of my VMs, grep does not show color. Is there any grep default settings? Is there any shorter version of grep –color switch?