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

Linux Bash: abrt command and /var/spool/abrt

Linux Bash: abrt command and /var/spool/abrt

I have update script for my computer here. The last action in the script is to check the /var/ directory. du -sh /var/* | sort -rh | head -n 10 I saw that 4,0G    /var/lib 2,2G    /var/spool What is /var/spool /var/spool contains the printer jobs, crash reports and e-mails I check what is the content of the path /var/spool and I found the folder „abrt“ What is abrt? In the manual, page stands: abrt – Manage problems handled…

Weiterlesen Weiterlesen