GitHub my new location for saving the scripts

GitHub my new location for saving the scripts

What is GitHub? From Wikipedia: GitHub (/ˈɡɪthʌb/ ⓘ) is a proprietary developer platform that allows developers to create, store, manage, and share their code. You can find my scripts beside this page here, on my new created GitHub account, too. Here is the url: location. If you have in GitHub an account, then you can follow me, too.

Linux Bash: create a playlist with a small script

Linux Bash: create a playlist with a small script

You want to add mp3 files to a playlist with the extension .m3u and wants to sort it. A lot of music player software uses the .m3u file format. It is an old file format. History of the file format .m3u It was created in 1996 by the Fraunhofer Institute (in German: Fraunhofer-Institut für Integrierte Schaltungen IIS) in Munich, Germany. Onliner in Bash If you don’t want to create a script, then you can it with a one-liner in the…

Weiterlesen Weiterlesen

Düsseldorf nach Duisburg

Düsseldorf nach Duisburg

Ich habe nach langer Zeit mal wieder für einen Ausflug mein Fahrrad mit genommen. Nach der gestrigen Erfahrung mit den vielen Belastungen ist das Fahrrad für mich ein gutes Verkehrsmittel. Viele würden sagen, umweltfreundlich, Mobilität und etc.. Für mich ist es eher ein Verkehrsmittel, um sich zu bewegen und man ist größtenteils alleine. Mit meiner Hochsensibilität ist es oftmals ein gutes Verkehrsmittel. Die Alternative wäre auch mal wieder nach Arnhem zu fahren, also in die Niederlande, aber da es zurzeit…

Weiterlesen Weiterlesen

Ein furchtbarer Tag

Ein furchtbarer Tag

Nein, nicht vom Wetter (Temperaturen, es könnte nicht besser sein – noch einmal schön warm), sondern dem außen herum. Ich bin schon heute Morgen hier geflohen aus der Wohnung, weil sich mal wieder so ein Laubbläsertrupp hier herumschwirrte. Gefühlt stehen die Leute mindestens 8 Stunden an einer Stelle und haben ihre Blasgeräte auf höchster Lautstärke an. Bei mir gegenüber ist eine Hochhaussiedlung mit einem Spielplatz und darum sind hohe Bäume. Gefühl tanzen die alle 7 Tage hier, um das Laub…

Weiterlesen Weiterlesen

Linux: Convert a png file into a pdf file

Linux: Convert a png file into a pdf file

Important: I have only tested with png files. Other important notes: You have to install the programs tesseract and pandoc for this script. What is tesseract? A commercial quality OCR engine originally developed at HP between 1985 and 1995. In 1995, this engine was among the top 3 evaluated by UNLV. It was open-sourced by HP and UNLV in 2005. The website of tesseract. What is pandoc? This package provides a command-line executable that uses the pandoc library to convert…

Weiterlesen Weiterlesen