$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install FreeMind on Ubuntu 18.10 Cosmic

November 6, 2018 | By the+gnu+linux+evangelist.

FreeMind on Ubuntu 18.10 - Setting Up

  1. 5. Setting Up FreeMind

    Here is described a System wide Installation, but you can simply Unzip & Run it!
    So now Set the SuperUser as Owner with:

    sudo chown -R root:root /tmp/freeMind

    And Make it Executable:

    sudo chmod +x /tmp/freeMind/lib/freemind.jar

    Then to Set Up FreeMind Switch to a Directory into System:

    sudo mv /tmp/freeMind /opt/freeMind