If you are experiencing some strange behaviour with the keyboard (the four arrow keys, Home, End, PageUP, PageDOWN, etc… are not working correctly) in Vmware Server 2.0 and your host is Linux, you can try to fix this problem with this terminal code:
[source: js]
echo ‘xkeymap.nokeycodeMap = true’ >> ~/.vmware/config
[/source]
2 cent tip
PHP-FPM and SELinux
Troubleshooting a new Centos8 machine, I encountered a very strange problem: my Apache+PHP setup was working fine, but every CURL script was not working. No errors, only blank pages. Digging into the problem, I fixed Read more…
0 Comments