sudo bash
mkdir /var/vtm
cp vtm /var/vtm/
cp vtmd /var/vtm/
ln -s /var/vtm/vtm /usr/bin/vtm
ln -s /var/vtm/vtmd /usr/bin/vtmd
vtm
too
sudo bash
in the script is redundant. The script itself will need to be run with sudo
.
vtm.conf
file from the current directory is used. The name of the region is taken from it.
vtm
is typed
Is there anything new on VTM?
It is now possible to create a pseudo console (ConPTY) in Windows Server 2019.
It didn't work as Windows Server adds a null byte to the end of the cmd or powershell console window title (Windows 10 doesn't do that)
Win10 behavior (cmd.exe title):C:\\Windows\\SYSTEM32\\cmd.exe
WinSrv behavior (cmd.exe title + \0
):C:\Windows\SYSTEM32\\cmd.exe\0
Pseudo console was not created because of this zero byte at the end.