March 2018

How to change the owner and group of VMware's Shared Folder in macOS guest OS

The owner and group of VMware's Shared Folder in macOS guest OS can't be changed by just using chmod. Mounting of the VMware's Shared Folder is the task of VMware Tools and it is possible to change its owner and group during mounting.

VMware Tools uses a bash script to mount VMware's Shared Folder and it is located at:

Tags

Setup phpMyAdmin with Laravel Valet

This article will show step by step on how to setup phpMyAdmin with Laravel Valet:

  1. Install Homebrew. Execute the following shell command in your terminal:

          
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
          
        

    If you have Homebrew already installed, update it:

          
    brew update
          
        
  2. Install composer. Execute the following shell commands in your terminal: