-
Notifications
You must be signed in to change notification settings - Fork 0
Virtualbox
lsb_release -a
sudo -s
echo "deb https://download.virtualbox.org/virtualbox/debian xenial contrib" >> /etc/apt/sources.list
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-5.2
taken from here
to run usb cnc machines you need to add user to groups
sudo adduser pavel vboxusers
sudo adduser pavel dialout
to share virtual machine between different users
http://miniframe.com/#download
https://www.dicolab.com/products_teamplayer.html
https://www.ncomputing.com/products/vSpace/vSpace%20PRO
Enable Concurrent Remote Desktop Users -
lusrmgr.msc - в Win 7 Home не работает
Чтобы позволить юзерам подключаться удаленно нужно добавить пользователей в групп Remote Desktop Users
(Пользователи удаленного рабочего стола)
Инструкция - https://serverfault.com/questions/225620/how-can-i-authorize-users-for-remote-desktop-without-using-the-gui (требует secpol.msc)
https://superuser.com/questions/1111838/accessing-secpol-msc-on-windows-7-home-premium (secpool.msc is a part of gpedit.msc)
https://www.askvg.com/how-to-enable-group-policy-editor-gpedit-msc-in-windows-7-home-premium-home-basic-and-starter-editions/ (как запустить gpedit.msc)
https://drudger.deviantart.com/art/Add-GPEDIT-msc-215792914
Если вы используете 64 битную версию Windows Home или Starter, после установки патча необходимо дополнительно скопировать следующие объекты из каталога C:\windows\SysWOW64 в каталог C:\Windows\System32:
net localgroup "Пользователи удаленного рабочего стола" UserLoginName /add
Local Security Policy Editor is only available in Windows 7 Professional, Ultimate and Enterprise Editions only