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

GitEye Ubuntu 19.04 Installation

April 27, 2019 | By the+gnu+linux+evangelist.

Setup

  1. 4. Setting Up GitEye

    Relocating GitEye
    First, Set the SuperUser as Owner:

    sudo chown -R root:root /tmp/GitEye

    Then Switch Contents:

    sudo mv /tmp/GitEye /opt/GitEye

    If Got “User is Not in Sudoers file” then see: How to Enable sudo