Posts

Showing posts from November, 2020

Keep Pressure Sensitivity of Wacom pen in Photoshop while disabling Windows Ink.

This great  article  shows how to disable Windows Ink while keeping Pressure Sensitivity. TLDR; If you just disable Windows Ink in Wacom panel, you will lose pressure sensitivity.  To keep pressure sensitivity, do this: 1. create a text file named PSUserConfig.txt , with contents: # Use WinTab UseSystemStylus 0 2. Copy it to folder C:\Users\ [User Name] \AppData\Roaming\Adobe\ <Photoshop Version> \ <Photoshop version> Settings\. e.g. C:\Users\Guillaume\AppData\Roaming\Adobe\Adobe Photoshop CC 2018\Adobe Photoshop CC 2018 Settings\ 3. Restart photoshop.

VMWare Workstation Host-only, unable to ping between host and guest.

VMWare Workstation 15/16 I was setting up a test environment for RHCE, but when I tried to ssh to the guest from host, it mentioned 'can't reach host'. Investigating a bit, I found that the ping didn't work either. At first I thought it was the fault of the firewall, and I disabled firewalls in both sides, but it did not help. Later I tried upgrading VMWare to 16 to see if the problem persists, no luck either. Then I came across a post saying that deletion and re-creation of interface will solve the issue. To achieve it, open the 'Virtual Network Editor' in VMWare Workstation, remove both Host-only and NAT interfaces, remember to click 'Apply', and then add it back again. I gave it a try, and voila, ping command works. I also specified a new 10.0.0.0/24 subnet too. I found a workaround for now. Uncheck 'Connect a host virtual adapter to this network', click 'Apply', then check 'Connect a host virtual adapter to this network', cli...