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

How to Install AhMyth on Ubuntu 18.04 Bionic LTS

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

AhMyth Ubuntu 18.04 - Java Setup

  1. 3. Installing Oracle Java JDK

    How to Install Required Oracle JDK on Ubuntu

    Oracle JDK Ubuntu Installation

    To check your current JDK version:

    javac --version && java -XshowSettings:properties -version 2>&1 | grep 'java.vendor'

    If it’s the official Oracle JDK, the output will include: java.vendor = Oracle Corporation.