News
VM access for course project
Written on 10.12.2018 17:52 by Dhiman Chakraborty
VMs are allotted to teams. You can find your allotted vm number in your cms personal info page under "Allotted VM" field.
Use the ssh command from your terminal to connect. For windows user can use a terminal emulator.
If your vm number is in the below ranges use corresponding ip address.
VM number range IP address
2201..2220 134.96.225.122
2221..2240 134.96.225.123
2241..2260 134.96.225.124
ssh -X -p <alloted VM> mobisec@134.96.225.123
for example ssh -X -p 2201 mobisec@134.96.225.122 will login to vm 2201.
Please compile using
source build/envsetup.sh ; lunch full-eng ; make -j64 ; jack-admin kill-server ;
After every compilation please run "jack-admin kill-server" to release RAM immediately. Otherwise I will restart the vm to release RAM.