Bash Greetings for you script
The first variable is in order to determine the logged user The second variable is in order to determine the current hour The third variable is in order to determine the current time with seconds. This is the output
The first variable is in order to determine the logged user The second variable is in order to determine the current hour The third variable is in order to determine the current time with seconds. This is the output
The videos are public, you can watch it without permission from me.
Normalement, j’actualise le système d’exploitation sur l’interface en ligne de commande avec cette commande : sudo dnf system-upgrade download –releasever=39 J’ai eu la version Fedora 38, y voulais changer à Fedora 39. Durant le téléchargement des paquetés, l’interface en ligne de commande avait signalisé qu’il n’y pas beaucoup de case de mémoire dans le disque dur (seulement 840 MB) si bien qu’il n’avait pas pu télécharger. J’avais dû ranger mon disque dur, mais plus de 1,3 GB je n’avais pas fait….
Ich hatte ja geschrieben in meinem letzten Blogeintrag, dass MongoDB trotz sudo systemctl enable mongod.service nicht automatisch startet, also der Server. Zuerst hatte ich mir die Boot.log angeschaut mit dem Befehl: sudo cat /var/log/boot.log und mir eine Kopie auf mein Homeverzeichnis gezogen und mit sudo chmod 777 boot.log auch als normaler Anwender lesbar zu machen. Hier habe ich in der Boot.log nichts gefunden (mit dem Befehl). sudo cat /var/log/boot.log | grep mongo Einen Blick mit [sven@localhost ~]$ journalctl –grep=mongo |…
Ich habe bei meiner MongoDB noch eine ältere Version 4.2 am Laufen. Auch nach der Umstellung von Fedora 37 auf Fedora 38 am vergangenen Sonntag, 22.10.2023 brachte bei MongoDB keine höhere Version ein. Also habe ich erst einmal ChatGPT danach gefragt, wie man das bei MongoDB macht. Denn es war mir wichtig, dass die Reposorities immer noch bei der Abfrage bezüglich normalen Updates eingebunden sind. Klar ich hätte mir das entsprechende RPM-Paket herunterladen können und dann installieren. Erst einmal habe…