-
Notifications
You must be signed in to change notification settings - Fork 3
Virtual Machine
razvand edited this page Mar 23, 2013
·
1 revision
You'll find the LISA virtual machine (VirtualBox) here. Please use BitTorrent to download it.
- CentOS 6.3, kernel 2.6.32
- Accounts
-
root
/L1SA-R0cks
-
lisa
/L1SA-R0cks
-
- You should only use the
lisa
account for development. Theroot
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.
- The virtual machine uses two interfaces.
-
eth0
for Internet access -
eth1
for a host-only network allowing SSH connections; the host system interface isvboxnet0
-
- 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.
- 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 recentlisa-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.
- Configure Git: