Hi all,
I found here
http://www.pad.lsi.usp.br/cell/index.ph ... &Itemid=59
a link to a package name "VmWareCellDK3.0 with Codes Examples "
I downloaded it,
but I do not know the User acount name and password
Does anybody have an idea ?
I try to contact the webmaster but I get an error message on email
My goal is to try the Cell SDK 3.0 on the Fedora core 7 under VMWARE
Regards
caviar
Vmware Cell SDK Fedore 7 package - need password
Just reset it like you would on any Linux system, for example:
- hit a key at the boot prompt
- hit "e" and add "init=/bin/bash" to the end of the kernel command line
- hit "b" to boot
- at the shell, do
Code: Select all
remount -o remount,rw / passwd root remount -o remount,ro / /sbin/shutdown -rn now
- login as root