this is the printed error from the Kyocera that prints seemingly every 15 minutes from 4 out of 8 users that are connected by USB to these P3150DN printers. We looked in our SIEM and it is showing the usb connection to the kyocera as flapping from connected to disconnected. […]
Blog
After upgrading from Debian stable to trixie/sid my laptop’s microphone stopped recording anything, but it does get detected by GNOME Settings inxi -A says: Audio: Device-1: Intel Cannon Point-LP High Definition Audio driver: snd_hda_intel API: ALSA v: k6.12.17-amd64 status: kernel-api Server-1: PipeWire v: 1.4.0 status: active Linux 6.12.17-amd64, GNOME 48
I am implementing a Dump routine from the PROD environment to another environment, using a 100% Azure setup. I need a solution that: Copies the database structure (tables, indexes, procedures, views, constraints, etc.). Replicates data only from specific tables, as we cannot copy sensitive data. Is there an automated way […]
I have new hardware: AMD Ryzen 5 5600 CPU, ASUS Prime A520M-A II board and Ballistix 3200Mhz memory. It’s running fine, but the CPU speed in idle (nothing happening in Windows, CPU load is 1%-2%) is not slowed down at all from the base speed of 3.5Ghz. Here is an […]
I’m trying to average the last N rows in Excel, but I have some blank (and merged) cells; in something like this: Example A 1 2 x 3 4 5 6 7 y 8 9 10 for example, wanting average the last four rows it should average A8 to A12 […]
After installing Magento and composer on XAMPP then Arch linux crashed. I am now back to square one trying to figure out what to run on and the best environment to run Magento locally until ready to deploy, multi server would be best. Any help would be most appreciated!
Using AlmaLinux release 9.5 (Teal Serval). When a user attempts to login via SSH, the system accepts the login and then hangs before disconnecting. Even the root user (which we have strictly permitted) If I use Bitvise SSH Client, establish a connection, open an SFTP session, close it, and then […]
For a webdav server I have a virtualhost with the following directives, where each Directory directive is a local user: Alias /foouser /home/foouser <Directory /home/foouser> DAV On AuthName "webdav" AuthType Basic AuthBasicProvider external AuthExternal pwauth Require user foouser AssignUserID foouser foouser Options +Indexes AllowOverride all </Directory> Alias /davtest /home/davtest <Directory […]