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

How to Install NoMachine Remote Desktop on MX Linux

May 9, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading NoMachine

    Download NoMachine Installer for MX Linux

    NoMachine .deb
  2. 3. Installing NoMachine

    Then to Install NoMachine for MX Linux
    First, access the Target Folder usually with:

    cd ~/Downloads

    First, access the Target usually:

    cd ~/Downloads

    Possibly, to check the Package is there:

    ls | grep nomachine

    The grep Command refine the output List showing only the entries Matching the Keyword.
    But if you are in Trouble to Find it Out on Terminal See: How to Access Downloads Folder from Browser.
    And then to setup it run:

    sudo dpkg -i nomachine*.deb

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

Contents