Tuesday, November 16, 2021

Mac Virtual Desktops

Hotkeys:

  • ⌘ - ↑ : Show Mission Control
  • ⌘ - ← : Go one desktop to left 
  • ⌘ - → : Go one desktop to right
  • ⌘ - 1 : Go to desktop 1
  • ⌘ - 2 : Go to desktop 2
  • ⌘ - 3 : Go to desktop 3

 


Monday, September 27, 2021

JDK + Eclipse PDT + Brew + Php + xdebug on Mac

Steps

  1. Download and Install JDK - https://www.oracle.com/java/technologies/downloads/
  2. Download and Install Eclipse for PHP developers - https://www.eclipse.org/downloads/packages/
  3. Install Homebrew - curl -fsSL -o install.sh https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
  4. Install php and peclbrew install php
  5. Install xdebug - pecl install xdebug
  6. Edit php.ini - vi /usr/local/etc/php/8.0/php.ini

    xdebug.mode=debug

    xdebug.client_port=9000


Monday, May 17, 2021

How to install Windows 10 Pro on Intel NUC 11 Enthusiast

From: https://www.tenforums.com/installation-upgrade/148707-can-you-install-windows-10-pro-instead-windows-10-home.html


Q: So is it possible to install windows 10 pro during a clean install of windows when windows 10 home is embedded on the motherboard of a computer?

A: Yes. Create a text file containing:


[Channel]
Retail


Name the file as ei.cfg and place it in the sources folder in the install media. This will make Setup skip looking for a key in the bios and ask you which edition to install.