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

How to Install NoMachine on Linux Mint 19.x Easy Guide

July 4, 2018 | By the+gnu+linux+evangelist.

Nomachine Mint 19 - Installation

  1. Installing NoMachine for Linux Mint
    First, Access the Target Folder, usually with:

    cd ~/Downloads

    Check the Package it’s there:

    ls | grep nomachine

    In the Output you should find the NoMachine Deb Package…
    (But if downloaded with Firefox it may be instead into the /tmp/mozilla* location)
    Finally, to Install it:

    sudo dpkg -i nomachine*.deb

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