Skip to content
razvand edited this page Mar 23, 2013 · 1 revision

Virtual Machine

You'll find the LISA virtual machine (VirtualBox) here. Please use BitTorrent to download it.

General Information

  • CentOS 6.3, kernel 2.6.32
  • Accounts
    • root/L1SA-R0cks
    • lisa/L1SA-R0cks
  • You should only use the lisa account for development. The root account is going to be used for new package installations or for privileged instructions.
  • sudo is not configured. If you find it useful, please configure it.
  • All common packages are installed and configured.

Networking

  • The virtual machine uses two interfaces.
    • eth0 for Internet access
    • eth1 for a host-only network allowing SSH connections; the host system interface is vboxnet0
  • For SSH connections, use the IP address of the eth1 interface. Something like: ssh -l lisa 192.168.56.101
    • We recommend using public key authentication.

Repository

  • The LISA repositories have been cloned in ~lisa/lisa-user.git and ~lisa/lisa-kernel.git.
  • Each repository is using two remotes:
    • origin refers GitHub
    • mindbit refers the initial repository (for branches)
  • All lisa-user branches and recent lisa-kernel branches have been pushed to GitHub.
  • In order to use the reopository:
    • Configure Git:
      • git config --global user.name 'FirstName LastName'
      • git config --global user.email '[email protected]'
    • Copy public and private key to ~lisa/.ssh/; this is the public key you use on GitHub.