Some own YouTube videos
The videos are public, you can watch it without permission from me.
The videos are public, you can watch it without permission from me.
In order to do this, you need the Python module PyPDF2. You install it with pip3 install PyPDF2 Then it is important for this code here, you have the version PyPDF2 Version 3.0.1 If not then you have to update the module because the programmer of the tool has changed a command within the module In the foreign version the command PdfFileReader was the correct command but now in version 3.0.1 the command PdfReader is the correct one, otherwise this…
Here are the newest videos on my YouTube channel
Ich habe ja seit etlichen Monaten ein Script laufen, welches für die Aktualisierung des Systems zuständig ist. Von diesem Script habe ich jetzt auch eine Live Aufnahme mit Erklärungen aufgenommen, damit Sie das auch mal sehen könnt. Das Video dauert 7:33 Minuten. Viel Spaß beim Zuschauen und ich hoffe, es ist auch was für Euch dabei. Hier das Script, so wie ich das gebaut habe: !/bin/bash datum=$(date –utc –date „$1“ +%F)echo Hallo Sven, heute ist der $datumechoecho „Hier der aktuelle…