Durchsuchen nach
Schlagwort: Microsoft

Secure Boot – checking activation or not

Secure Boot – checking activation or not

On Linux in the Bash you have two commands for this (sudo) mokutil –sb-state or bootctl status | grep „Secure Boot“ 2 If you don’t want to see the error messages, then you can do bootctl status 2>/dev/null | grep „Secure Boot“ Attention: bootctl status | grep „Secure Boot“ 2 >/dev/null does not work.

MongoDB lists all databases with Python

MongoDB lists all databases with Python

You can list all created databases in MongoDB with a Python script. This Python script might also be available for Windows. The installed versions of Python, MongoDB, pymongo I have older version, what I can do? It might work with older version, but I’m not sure. Updating pymongo pip install pymongo -U What does this script do? ✅️ Checking whether MongoDB is installed on Linux and Windows ✅️ Checking whether pymongo is installed on Linux and Windows. Pymongo you for…

Weiterlesen Weiterlesen