Show the current music credits in the XFCE Panel

Posted on Fri 02 October 2020 in linux • 2 min read

I usually listen to music while working and every once in a while I ask myself what the current track might be. I could switch to my music player or have a look in the sound control plugin of the XFCE panel, but that involves clicking or moving the focus …


Continue reading

Various useful PDF manipulation commands

Posted on Thu 20 February 2020 in linux • 2 min read

Merging and rotating PDFs

Merging PDFs can be easily done with pdftk. You can also use this tool to select only specific pages from your document or rotate pages. This is my go-to tool if I don't have to manipulate pages beyond rotation.

To concatenate all PDFs in the working …


Continue reading

Commonly needed OpenSSL commands

Posted on Fri 06 January 2017 in linux • 1 min read

Very handy list of needed commands: https://www.sslshopper.com/article-most-common-openssl-commands.html

This is especially useful if you hve to check details of a certificate, but also to check which certificate is serverd on non HTTP protocols.


How to test a mail server from the command line

Posted on Fri 06 January 2017 in linux • 1 min read

As I am currently setting up a new mail server, I had to test the new server manually (As of now, the DNS records are not changed, so mail clients are problematic).

If you want to test plain text ports like standard postfix, go simply with telnet localhost 25. If …


Continue reading

Migrate a VM from VirtualBox to libvirt

Posted on Mon 02 January 2017 in linux • 1 min read

Assuming you are using KVM as the libvirt backend:

  1. Find location of harddrive in filesystem

  2. Release and remove harddrive from VirtualBox (has not worked without this step)

  3. Convert to raw image with

    VBoxManage clonehd --format RAW vboximage.vdi rawimage.raw
    
  4. Convert to qcow2 image with

    qemu-img convert -f raw rawimage …

Continue reading

Evince und Zugriffsrechte

Posted on Fri 31 May 2013 in linux • Tagged with linux, opensource • 1 min read

Evince ist der Dokumentenbetrachter aus der Gnome-Suite, welcher unter anderen PDF-Dateien darstellen kann. Zumindest nutze ich ihn nur dafür. Momentan habe ich jedoch ein Problem mit der "Save a Copy" Funktion von Evince, da dieser die geöffnete Datei nur unter neuem Namen abspeichert, jedoch Zugriffsrechte nicht ändert (z.B. mittels …


Continue reading

APT-Repository aufsetzen

Posted on Tue 17 July 2012 in linux • Tagged with linux, opensource • 2 min read

Motivation

Für ein eigenes APT-Repository gibt es mehrere Gründe. Ich hatte den Anreiz, da ich ein Metapaket erstellt habe, mit welchem ich auf jedem neu aufgesetztem Computer immer die selben Pakete installieren kann. Um das Metapaket bereitstellen zu können, und bei einer Änderung der zu installierenden Pakete wenig aufwand zu …


Continue reading

Unison

Posted on Sat 14 July 2012 in linux • Tagged with linux, windows, opensource • 2 min read

Dieser Artikel soll einen Überblick über mein aktuelles Unison-Setting liefern und allgemein die Konfiguration und Inbetriebnahme von Unison behandeln. Aber Schritt für Schritt.

Was ist Unison?

Unison ist ein freies Programm, mit dem man Ordner synchronisieren kann. Dabei können die Ordner auf dem selben Rechner sein, per Samba-Freigabe eingebunden sein …


Continue reading

Mailman installieren

Posted on Sat 19 May 2012 in linux • Tagged with linux, mail, opensource • 3 min read

So, mal eine kleine Anleitung, wie man Mailman installieren kann, unter anderem für mich als Gedächtnisstütze:) Aber erstmal:

Was ist eigentlich Mailman?

Mailman ist ein Listenserver, welcher einem Mailinglisten bereitstellt. Das ist zum Beispiel nützlich, wenn man in einer größeren Gruppe kommunizieren will, kann zum Beispiel auch als eine Art …


Continue reading