I am trying to use RealVNC 6.1.x as a remote control application over the internet. The documentation is not very clear but from my experiments it seems like it needs port 5900 needs to be opened to the internet.
So RealVNC Cloud Connect is not similar to TeamViwer. This can be deal breaker in NAT (home configuration) or small office where only ports 80 and 443 are allowed.
Saturday, May 20, 2017
How to apply RealVNC 6.x Enterprise license
On Windows 10 using RealVNC 6.x 64-bit, open cmd.exe in C:\Program Files\RealVNC\VNC Server, then type:
vnclicense.exe -add XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Microsoft Network Analyzer 1.4 WFP Callout Driver not installing on Windows 10 Creators Update
I was trying to install Microsoft Network Analyzer 1.4 but it failed installing one of the components on Windows 10 Creators Update. See for text and image capture below.
Is this expected? Will it work?
Program Compatibility Assistant
A digitally signed driver is required
Message Analyzer -- WFP Callout Driver
Microsoft Corporation
Windows blocked the installation of a digitally unsigned driver. Uninstall the program or device that uses the driver and check the publisher's website for a digitally signed version of the driver.
Is this expected? Will it work?
Saturday, April 22, 2017
Open startup folder in Windows 10
To open system level(common) startup location using Run dialog (WinKey+r), type:
To open current user's startup location:
or from the command line (cmd.exe) do:
Reference(s):
http://8thstring.blogspot.com/2013/08/open-all-users-start-up-folder-in.html
http://www.winhelponline.com/blog/shell-commands-to-access-the-special-folders/
http://www.osattack.com/windows-7/huge-list-of-windows-7-shell-commands/
http://support.microsoft.com/kb/2806079
shell:common startup
shell:startup
explorer.exe shell:common startup
Reference(s):
http://8thstring.blogspot.com/2013/08/open-all-users-start-up-folder-in.html
http://www.winhelponline.com/blog/shell-commands-to-access-the-special-folders/
http://www.osattack.com/windows-7/huge-list-of-windows-7-shell-commands/
http://support.microsoft.com/kb/2806079
Specifying port number as part of IPv6 address
Enclose IPv6 address with square brackets followed by colon and the port. For example to check if port 80 is open on 2607:f8b0:4000:811::2004, do:
Reference(s):
http://stackoverflow.com/questions/186829/how-do-ports-work-with-ipv6
c:\> psping -6 [2607:f8b0:4000:811::2004]:80
Reference(s):
http://stackoverflow.com/questions/186829/how-do-ports-work-with-ipv6
Tuesday, February 28, 2017
Enable Retina display on macOS VMware Fusion VM
By default, macOS (tested on 10.2.3) VM using VMware Fusion is not using Retina display. To enable high display resolution, do:
- On the macOS host machine, open VMware Fusion Preferences ( VMware Fusion | Preferences... )
- In Display selection, set Single Window to "Resize the virtual machine and the window" and Full Screen to "Resize the virtual machine and the window". See figure below for reference.
- In VMware Fusion, select the machine in the library ( Window | Virtual Machine Library )
- In Virtual Machine Library, select the macOS guest VM then select Virtual Machine | Settings...
- In System Settings area, select display icon
- Then in Display, select Use full resolution for Retina display
- Power up the macOS VM and install VMware Tools
- Once tools installation is complete, open terminal and type
- Logout and log back in
- In the VM System Preferences | Display, select Resolution to Scaled and the resolution marked HiDPI.
- Done
sudo defaults write /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled -bool true
Reference(s):
http://patrickbougie.com/2015/10/03/retina-os-x-vm/
Monday, October 03, 2016
Location of Android ADB in Windows
Android Debug Bridge (adb.exe) location in Windows 10
C:\Users\<uername>\AppData\Local\Android\sdk\platform-tools
Subscribe to:
Posts (Atom)
How To: Consume COM server in Common Lisp
How To: Consume COM server in Common Lisp Goal: Simple example to consume COM server/object using Common Lisp Version info: - OS: Win...
-
Installing MonoDevelop in OpenSUSE 12.2 from its repository was very easy. When running it for the first time though I got the message: Th...
-
Tried to update my Ubuntu host today and it did pickup that new version of VirtualBox is available (4.1.8). All other packages installed pro...
-
Install Winget on Windows 2022 or Windows 10 LTSC Install Pre-reqs Install Microsoft.UI.Xaml/2.8.6 Navigate to https://www.nuget.org/pa...




