Durchsuchen nach
Schlagwort: command

Some important DNF-commands

Some important DNF-commands

Today about This is a valid blog article for the Red-Family users and other distributions that uses the DNF tool for the package management. DNF stands for Dandified Yum, and it is the newer packager manager for the „old“ yum command. It was born on 11.05.2015. The current version is 5.2.17.0 that appeared on 02.09.2025. On my current Fedora (41), I use the version 5.2.16.0. dnf info Search for information about a package, what you have installed. Here is an…

Weiterlesen Weiterlesen

MongoDB in Fedora Linux – how is the configuration of the server

MongoDB in Fedora Linux – how is the configuration of the server

Mongoshell The MongoShell is an interactive command window for the MongoDB database. You can use it for the CRUD operations. The MongoShell comes with the installation of MongoDB. After test, you type in the commands. What is CRUD? Create, Read, Update, Delete The command for the MongoShell mongosh It is possible that you see this message, but you can ignore it: and type the command: db.serverCmdLineOpts() The output is in the JSON (JavaScript Object Notation) Format. test> db.serverCmdLineOpts(){argv: [ ‚/usr/bin/mongod‘,…

Weiterlesen Weiterlesen