Changes between Version 3 and Version 4 of Paravmssh
- Timestamp:
- May 2, 2009, 12:16:11 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Paravmssh
v3 v4 3 3 --note: you may only use <quota> MiB of RAM. if you already have two VMs, you may not have enough left. 4 4 5 After creating the vm, you should wait about 5 <?>minutes. This is an excellent time to get coffee, or to begin a short boffing match with one of your collegues5 After creating the vm, you should wait about 5-6 minutes. This is an excellent time to get coffee, or to begin a short boffing match with one of your collegues 6 6 7 7 After 5<?> minutes you can access the machine's console from an athena machine or any machine that has kerberos tickets. … … 22 22 root@myParaVM:~# adduser username 23 23 }}} 24 where username is preferably your athena identity 25 this will prompt you for a password and then for some personal information 24 where username is preferably your athena identity. This will prompt you for a password and then for some personal information 26 25 that does not matter for our purposes. 27 26 … … 42 41 }}} 43 42 44 If you are unfamiliar with original vi, you can type the following sequence of keys (where [enter] and [ctrl]stand for the enter and control keys and username is the username you just added:43 If you are unfamiliar with original vi, you can type the following sequence of keys (where <enter> and <ctrl> stand for the enter and control keys and username is the username you just added: 45 44 {{{ 46 20j$a [enter]username[space][space][space][space]ALL=(ALL) ALL[esc]:wq[enter]45 20j$a<enter>username<space><space><space><space>ALL=(ALL) ALL<esc>:wq<enter> 47 46 }}} 48 47 <do I actually want it to be username ALL=(ALL) ALL?>