Мне кажется, как говорят «Сколько волка не корми, все равно в лес смотрит». Так и здесь, работа в Гугл, Фейсбук или другой лидирующей технологической компании — останется мечтой любого талантливого разработчика. Это возможность прикоснуться к новым, глобальным задачам, интересным проектам. Плюс условия нередко привлекают.
nano ~/.bash_profile
2. Insert the following data:
PD_COMPL="/Applications/Parallels Desktop.app/Contents/Resources/ShellCompletio$
PD_VMCTL_COMPL="${PD_COMPL}/prlctl.sh"
PD_SRVCTL_COMPL="${PD_COMPL}/prlsrvctl.sh"
if [ -f "${PD_VMCTL_COMPL}" ]; then
. "${PD_VMCTL_COMPL}"
fi
if [ -f "${PD_SRVCTL_COMPL}" ]; then
. "${PD_SRVCTL_COMPL}"
fi
3. Write to the file using ctrl+o combination and close it using ctrl+x
4. Load the profile using the command:
source ~/.bash_profile
5. Use prlctl/prlsvctl commands.
Note: Bash completion works for most of the prlctl/prlsvctl commands although not all were tested.
Общее руководство можно найти здесь: docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/network-guidance