Updating the Python packages with one command
You can update all Python modules with one command on Linux: pip3 list -o –format columns| cut -d‘ ‚ -f1|xargs -n1 pip install -U
You can update all Python modules with one command on Linux: pip3 list -o –format columns| cut -d‘ ‚ -f1|xargs -n1 pip install -U
find . -type f -iname „*re6*“
What is FFmpeg? FFmpeg is a very powerful tool for processing video and audio files. You can use it to convert videos (e.g. from MP4 to AVI), cut, merge or resize them. It’s like a Swiss army knife for your media files that can do almost anything with them.
Ich pflege eine MySQL-Datenbank für die ganzen Inzidenzwerte und den offiziell der Stadt Essen gemeldeten Erkrankungen. Es soll hier ein technischer Eintrag sein, für die Definition von Erkrankungen in Sachen Corona sind andere zuständig. Das Problem ist, dass mir jemand von LinkedIn einen Floh ins Ohr gesetzt hat, dass MySQL doch etwas für das alte Eisen sei. In typischer Manier habe ich mich erst einmal dagegen gesträubt, aber nachdem ich schon eine andere Datenbank von MySQL in MongoDB fortführe, habe…
On Corpus Christi some colleagues must work, because the bank holiday is not in whole Germany. I have free after I had to work on other days between a bank holiday and a weekend. In German you call it: „Brückentag“ The End of Life (EOL) of Fedora 26 began yesterday and I don’t have a unsafe operating system on my pc. In my thoughts there was an option to change completely to Debian 9 on this pc but then I…