Skip to content

Latest commit

 

History

History
82 lines (55 loc) · 2.35 KB

Catmandu_VM.md

File metadata and controls

82 lines (55 loc) · 2.35 KB

Catmandu VM

Software requirements

Windows user only:

VM

User

  • minimal VM:
    • User: catmandu
    • Password: catmandu

SSH from HOST to GUEST

minimal VM:

The best way to login to a guest Linux VirtualBox VM is port forwarding. By default, you should have one interface already which is using NAT. Then go to the Network settings of VM settings and click the Port Forwarding button. Add a new rule, unless ssh is already configured:

host port: 3022
guest port: 22
name: ssh
other fields left blank

SSH from host to guest with username and password "catmandu":

    ssh -p 3022 catmandu@127.0.0.1

Copy files from HOST to GUEST

minimal VM:

Copy files from host to guest:

    scp -P 3022 -r ./SWIB2014-Catmandu catmandu@127.0.0.1:/home/catmandu

Or get workshop files via network with git:

git clone https://github.com/jorol/SWIB2014-Catmandu.git
cd SWIB-2014-Catmandu

Set keyboard layout

minimal VM:

# root
$ su
# change layout
$ dpkg-reconfigure keyboard-configuration
# restart
$ shutdown -r 0 

GUI VM:

Go to 'System -> Preferences -> Keyboard'. Tab 'Layouts', 'Add...' your keyboard layout and mark it as 'Default'.