Installation von VirtualBox unter High Sierra oder neuer

Seit macOS High Sierra (Version 10.13) schlägt die Installation von VirtualBox fehl. Die Fehlermeldung vom Installer ist nicht sonderlich aussagekräftig und nur ein Blick ins Internet löst das Problem.

Zur Lösung:

  • Nachdem die Installation fehlgeschlagen ist, gehe bitte in die Systemeinstellungen > Sicherheit und in der Registerkarte Allgemein solltest Du einen Hinweis finden, dass Systemsoftware von Oracle America, Inc. blockiert wurde.
  • Klicke auf die Schaltfläche „erlauben“ und installiere erneut.
  • Die Installation wird nun reibungslos durchlaufen.

Pimm's No 1 Cup

    Die Cocktailzubereitung - das Rezept

    • Pimm's No. 1 (5 cl)
    • Ginger Ale (15 cl)
    • Orange (1 Scheibe)
    • Zitrone (1 Scheibe)
    • Gurke (1 Scheibe)
    • Minze (kleiner Zweig)
    • Eiswürfel

    Zubereitung: Geben Sie ein paar Eiswürfel in ein Longdrink- oder ein großes Weinglas und geben Sie den Pimm's No 1 darauf. Fügen Sie anschließend Ginger Ale, bzw. die Zitronenlimonade hinzu und rühren Sie die beiden Zutaten, bis sie sich vermischt haben. Anschließend kommen noch die Gurken-, Zitronen- und Orangenscheiben sowie die Minze dazu und fertig ist der Pimms No 1 Cup! Alternativ kann der Cocktail auch mit einer Erdbeere statt der Orangenscheibe im Glas serviert werden.

    Continue reading

    Use of LocalWP Installation on two Macs

    What did I do ?
    I installed LocalWP on my Mac Mini, built a website, exported it. Then I installed LocalWP on my MacBook and imported the site.

    Now I sync both folders
    /Users/Username/Library/Application Support/Local
    and
    path/to/local/website

    using Resilio Sync, which runs automatically in the background.
    It is important to run only one Installation at a time ( either Mac Mini or MacBook ) and you have to wait for syncing being completed, before starting LocalWP on the other machine.
    With this set up I work for several month now without any problems.

    No featured image desired in any post

    Anyone publishing a gallery in a post in Publii might not want to display the featured image because it is already included in the gallery.

    Here's a trick from the Publii forum to solve this:

    In the config.json file, add post__image--none under the postConfig section in options, as shown in bold in the snippet:

    "postConfig": [
    {
    "name": "featuredImageWidth",
    "label": "Featured Image width",
    "value": "post__image--wide",
    "type": "select", "options":

    [
    { "label": "None", "value": "post__image--none" }, 
    {"label": "Normal", "value": "post__image--normal" }, 
    { "label": "Wide", "value": "post__image--wide" },

    { "label": "Full", "value": "post__image--full" }

    ]
    }, ...

    Additionally, add an entry to main.css (or in Publii under Tools & Plugins in Custom CSS):

    .post__image--none {display: none;}

    After this, a new option 'None' will appear for the featured image in posts.

    See also:

    https://forum.getpublii.com/topic/how-to-remove-featured-picture-from-posts/

    As of April 15, 2023

    Lightroom: Benutzerdefinierte Sortierung

    Wenn man seine Bilder in einer Sammlung in Lighroom Classic (LrC) manuell sortiert, erscheint diese Sortierung nicht automatisch auf lightroom.adobe.com, wenn man dort die synchronisierte Sammlung anklickt. Dort sind die Bilder weiter nach Aufnahmedatum sortiert.
    Um auch dort die benutzerdefinierte Sortierung aus LrC zu sehen, klickt man einfach auf den Sortier-Button am unteren Rand 

    und wählt "Benutzerdefinierte Reihenfolge":

    Diese Reihenfolge wird dann auch nach Adobe Portfolio übertragen und dort angezeigt.

    So einfach ist das.