Durchsuchen nach
Schlagwort: Linux

Fedora 42 Backup script for MongoDB database

Fedora 42 Backup script for MongoDB database

What is the advantage of this script? What is MongoDB? MongoDB is a document-oriented NoSQL database that stores data in flexible, JSON-like documents, allowing for easy storage and retrieval of structured, semi-structured, and unstructured data. Unlike traditional relational databases that use tables and rows, MongoDB uses collections and documents, making it more adaptable to changing data structures. It was designed to handle large volumes of data and is known for its scalability, flexibility, and ease of use. MongoDB is open-source and has a wide range…

Weiterlesen Weiterlesen

Bash script to open a file from the cloud

Bash script to open a file from the cloud

This is a little script that opening a file from Google Drive. I have saved this file in my Google Drive, where I have the warranty that you cannot move unintentionally the file when you have saved it on your desk. In order to request the data from the analytics tool you need in any case an internet connection, then you can also open the file in the cloud. But in the cloud you cannot remember the file name or…

Weiterlesen Weiterlesen

After upgrading to Fedora 42, problems with the MySQL database due to downgrading

After upgrading to Fedora 42, problems with the MySQL database due to downgrading

First of all, it took me three hours of troubleshooting to solve the problem. I took a day off because it requires the utmost concentration. It’s not something you can do on the side. What is troubleshooting? Troubleshooting involves fault finding and fault correction and is a systematic approach to problem solving that is often used to find and eliminate problems in complex machines, electronics, computers and software systems. The first step in most troubleshooting methods is to gather information…

Weiterlesen Weiterlesen

The program fastfetch

The program fastfetch

There is a program, that is called fastfetch. This is a small but important program in order to show you all important information about your system in a small overview. How to install it? Red Hat family sudo dnf install fastfetch Debian family sudo apt install curl -y curl -sL „https://download.opensuse.org/repositories/cbox-fastfetch/Debian_$(lsb_release -rs)/Release.key“ | sudo gpg –dearmor -o /usr/share/keyrings/cbox-fastfetch.gpg echo „deb [signed-by=/usr/share/keyrings/cbox-fastfetch.gpg] https://download.opensuse.org/repositories/cbox-fastfetch/Debian_$(lsb_release -rs)/ /“ | sudo tee /etc/apt/sources.list.d/cbox-fastfetch.list sudo apt update sudo apt install fastfetch or you use Snap then:…

Weiterlesen Weiterlesen

Fedora 43: Release Imminent

Fedora 43: Release Imminent

I saw news on the portal phoronix that the planned release of the new version 43 will appear in the next week. As many of you know, I use Python for several projects, mainly for database connections and data analysis. What is Fedora? While ‚Fedora‘ commonly refers to a hat worn on the head, here it denotes a Linux 🐧️ distribution—an alternative operating system to Microsoft Windows or Apple macOS. There are some groups in the distributions overview. Fedora is…

Weiterlesen Weiterlesen