We are using below command to install patches regularly zypper patch -g security Now we need to audit all the installed patches in last 3 months. Is there a way
I've been struggling for days and couldn't solve this problem I need your help. I bought a package and tried all the commands I wanted to run first. "flutter pu
Websites is running on Prestashoo 1.7.4.2. When user goes to: http://site.store, there is two redirections: http > https https://site.store > https://sit
This is a very basic django deployment and I am trying to configure nginx and gunicorn on it through docker-compose It seems to run fine but there is no connect
I understand that after waiting deadlock_timeout begins deadlock detection, and aborts on of the transactions. However I have a situation where transactions app
I have a BLE scale I intend to use with bluetooth web API. With BLE scanner, I've managed to find the relevant service and characteristic UUID for the weight me
I'm trying to create a CMS project but I got this error when I create the URL & Controller for the edit button (Call to undefined method App\Models\Catogry:
I have a list of json file like below: [ {"A":{"value":1}, "B":{"value":2}}, {"A":{"value":9}, "B":{"value":3}} ] Which I want to turn to csv like so: A.value,
I am working on a blog type website. where students will ask question and teacher will answer it. I put two user role Teacher and student class User(AbstractBas