Changes between Version 3 and Version 4 of Paravmssh


Ignore:
Timestamp:
May 2, 2009, 12:16:11 AM (15 years ago)
Author:
afarrell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Paravmssh

    v3 v4  
    33--note: you may only use <quota> MiB of RAM. if you already have two VMs, you may not have enough left.
    44
    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 collegues
     5After 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
    66
    77After 5<?> minutes you can access the machine's console from an athena machine or any machine that has kerberos tickets.
     
    2222root@myParaVM:~# adduser username
    2323}}}
    24 where username is preferably your athena identity
    25 this will prompt you for a password and then for some personal information
     24where username is preferably your athena identity. This will prompt you for a password and then for some personal information
    2625that does not matter for our purposes.
    2726
     
    4241}}}
    4342
    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:
     43If 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:
    4544{{{
    46 20j$a[enter]username[space][space][space][space]ALL=(ALL) ALL[esc]:wq[enter]
     4520j$a<enter>username<space><space><space><space>ALL=(ALL) ALL<esc>:wq<enter>
    4746}}}
    4847<do I actually want it to be username ALL=(ALL) ALL?>