Durchsuchen nach
Schlagwort: Bashscripting

My best articles about MongoDB

My best articles about MongoDB

Here is a little collection of articles about MongoDB Fedora 42 Backup script for MongoDB database In this article, I show you a modern version of a backup for a MongoDB database Linux (Fedora 41) Bash Script to do a backup for MongoDB This is the original version of the back about the modern version of a backup for a MongoDB database. MongoDB in Fedora Linux – how is the configuration of the server I show in this article how…

Weiterlesen Weiterlesen

Bash (Linux) script in order to open a file locally

Bash (Linux) script in order to open a file locally

Here is a little Bash script in order to open a file locally. The advantage You only have to save it, once, and it should never change the file location. For my blog statistics, I use the independent analytics tool. It is an easy script. If this does not exist, then opens the find command in order to search for the file, otherwise the LibreOffice program will open. You can combine it with a Bash menu, what I have already…

Weiterlesen Weiterlesen

How to use variables in the Bash?

How to use variables in the Bash?

🐧️ Linux Bash: ❓️ How to use variables in the Bash? ❓️ I use here the following Bash internal variables into a script. ➡️ $LOGNAME = the name from /etc/passwd ➡️ $XDG_SESSION_TYPE = What kind of session I use: X11 or Wayland From Facebook: OpenSource Traveler