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

How to Enable VMware Tools At Boot for All Linux VMs Easy Guide

February 27, 2014 | By the+gnu+linux+evangelist.

Assure VMware Tools Enabled at Boot on Linux VMs

The Tip Show Exactly How to Assure that the VMware Tools will be Automatically Enabled at Boot on All Linux Virtual Machines.

Often the Linux VMs Do Not Automatically Load the VMware Tools at Boot so Need a Little Tweak!

Enable VMware Tools Boot - Featured
  1. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Ubuntu Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Get Installed Google-Chrome Web Browser on Linux Distros

    Here Installing Google-Chrome for Linux
    Linux How to Install Google-Chrome Web Browser Detailed Guide List
  3. Edit System rc.local File

    Copy
    nano $HOME/.profile
    
  4. How to Install Evernote on Linux Distros

    Here Installing Evernote on Linux
    How to Install Evernote for Linux Distros Easy Step-by-Step Visual Guide List
  5. Setting VMware Tools Start at Boot

    Append:

    Copy
    vmware-user
    

    Ctrl+x to Save & Exit :)