Line 4: |
Line 4: |
| * (Taken from Dave Bauer's posting at http://schools.sugarlabs.org/mod/forum/discuss.php?d=27.) | | * (Taken from Dave Bauer's posting at http://schools.sugarlabs.org/mod/forum/discuss.php?d=27.) |
| * Updated 21 May 2010 with [http://www.virtualbox.org/wiki/Downloads VirtualBox 3.2.0] and 64-bit Fedora. | | * Updated 21 May 2010 with [http://www.virtualbox.org/wiki/Downloads VirtualBox 3.2.0] and 64-bit Fedora. |
− | ==Installing SoaS iso image== | + | ==Installing SoaS .iso image== |
− | # Create a new VM, choose a name such a Mirabelle | + | # Create a new VM, choose a name, such as Mirabelle |
| # Choose Linux for the Operating System and Version Fedora (64 bit) | | # Choose Linux for the Operating System and Version Fedora (64 bit) |
| # Choose Base Memory Size: 256 MB to match an XO-1, 512 or 1024 MB to match an XO-1.5 | | # Choose Base Memory Size: 256 MB to match an XO-1, 512 or 1024 MB to match an XO-1.5 |
| # Create a new virtual hard disk image with dynamically expanding storage of 2 GB | | # Create a new virtual hard disk image with dynamically expanding storage of 2 GB |
| # Finish. | | # Finish. |
− | # Download the lastest SoaS, http://alt.fedoraproject.org/pub/alt/nightly-composes/soas/, for Fedora 13. | + | # Download the lastest SoaS, http://spins.fedoraproject.org/soas/#downloads, for Fedora 13. |
| # Mount the SoaS .iso image file as a CD-ROM in the newly created VM. | | # Mount the SoaS .iso image file as a CD-ROM in the newly created VM. |
| # Change the Network Attached to: Bridged Adapter (This allows for networking with the host computer.) | | # Change the Network Attached to: Bridged Adapter (This allows for networking with the host computer.) |
Line 232: |
Line 232: |
| # in Terminal, | | # in Terminal, |
| # su - | | # su - |
− | # pico /etc/ssh/sshd_config | + | # vi /etc/ssh/sshd_config |
| ## [add] PermitEmptyPasswords yes | | ## [add] PermitEmptyPasswords yes |
− | ## ^O (WriteOut), <Enter> on File Name to Write: /etc/ssh/sshd_config , ^X (Exit) | + | ## :wq <Enter> |
| # service sshd restart | | # service sshd restart |