Hi, I installed VMWare Workstation Pro 12 on Windows 10 and as guest I have a virtual machine with Ubuntu Server 15 (and therefore only the command line). I also installed VMWare tools.
The problem that presents itself to me is that by copying string of text from Windows, when the paste on Ubuntu Server, using the command "edit> paste", if by chance in the text string there was some character as: (/ - etc ... it is pasted wrong.
example:
I copy: nano /etc/apache2/mods-available/suphp.conf
when the paste on the terminal, becomes: -Etc nano -apache2-mods'available-suphp.conf
Where it could be the problem? I also tried to change the character encodings, but it of no avail.
I hope I explained myself. Thank you all.