Skip to content

Instantly share code, notes, and snippets.

View lincolnthalles's full-sized avatar

Lincoln Nogueira lincolnthalles

  • Brazil
  • 07:41 (UTC -03:00)
View GitHub Profile
@lincolnthalles
lincolnthalles / random_memo.js
Last active February 16, 2026 17:04
Add "Random Memo" button to Memos v0.21+ sidebar
/*
Select the appropriate code based on the Memos version you are currently running.
*/
@darrenpmeyer
darrenpmeyer / open-vm-tools-vmware-ubuntu-sharing.md
Last active February 8, 2026 00:51
open-vm-tools and VMWare Shared Folders for Ubuntu guests

(NB: adapted from this Ask Ubuntu thread -- tested to work on Ubuntu 16.04 LTS through Ubuntu 22.04 LTS (Jammy).

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