Skip to content

Instantly share code, notes, and snippets.

View cyberfreaq's full-sized avatar

cyberfreaq cyberfreaq

  • Not found
View GitHub Profile
@cyberfreaq
cyberfreaq / open-vm-tools-vmware-ubuntu-sharing.md
Created January 20, 2020 12:41 — forked from darrenpmeyer/open-vm-tools-vmware-ubuntu-sharing.md
open-vm-tools and VMWare Shared Folders for Ubuntu guests

(NB: adapted from this Ask Ubuntu thread -- tested to work with Ubuntu 16 LTS branches and Ubuntu 17.10)

Unlike using VMWare Tools to enable Linux guest capabilities, the open-vm-tools package doesn't auto-mount shared VMWare folders. This can be frustrating in various ways, but there's an easy fix.

TL;DR

Install open-vm-tools and run:

sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other
@cyberfreaq
cyberfreaq / install_sqlplus.md
Last active December 3, 2019 10:42 — forked from tcnksm/install_sqlplus.md
How to install oracle client to Ubuntu 12.04