Saturday, May 07, 2016

OS X Keyboard Shortcuts


Key
Action
Notes
⌘+⇧+4
Screen capture of user defined screen
Saves the screenshot on the Desktop
Document Shortcuts
Fn+Left Arrow
Home: Scroll to the beginning of a document.

Fn+Right Arrow
End: Scroll to the end of a document.

Fn+Up Arrow
Page Up: Scroll up one page.

Fn+Down Arrow
Page Down: Scroll down one page.

mc - Midnight Commander
Esc+c
Quick cd (M-c)
Change directory
Esc+s
Search/Go to directory


Legends

Command
Option
Shift
Control

Under construction.

References:

How to view Console.WriteLine output in Xamarin Studio UI Test

To view Console.Write/Console.WriteLine output from within Xamarin Studio UI Test, do:
  1. If Unit Test pad/window is not visible, using App menu, do View | Pads | Unit Tests
  2. On a test that passed (e.g., ), select test and right click, then select Show results pad ( )

Thursday, May 05, 2016

Resize OS X El Capitan HD to full size

Got OS X El Capitan running inside VMware Fusion 8. The default drive size is around 40GB and I wanted to change it to 120GB. Disk Utility seems like the tool to do the job but is not working properly. To resize, do:

$ sudo disktuil resizeVolume / R

Reference(s):
 https://themacwrangler.wordpress.com/2015/10/21/resizing-el-capitan-mac-volumes-under-vmware-fusion/

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...