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

How to Install VMware Tools on Debian Jessie 8 Gnu/Linux

April 28, 2018 | By the+gnu+linux+evangelist.

Installation

  1. How to Quick Start with Command Line on Debian

    GNU/Linux Console Quick Start
  2. Installing the VMware Tools:

    sudo apt-get install open-vm-tools open-vm-tools-desktop

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

  3. To Enable the VMware Tools without Rebooting
    Try:

    vmware-user-suid-wrapper

    Drag & Resize the Window to Check that the Tools are Working.
    Then the Desktop should automatically Fit the window’s Size.

    Assure that Linux will Load VMware Tools at Boot:

    VMware Tools Loaded on Boot

Contents