Archive for April, 2010
Dream Come True: Play As Megaman/Link/Samus in Super Mario World
by iam8up on Apr.29, 2010, under games
Original: http://www.playedonline.com/game/598161/super-mario-crossover.html
Backup: http://iam8up.com/marioflash/super-mario-crossover.swf
Reset ImageStream configuration, factory default or password reset
by iam8up on Apr.26, 2010, under linux
Connect your laptop via the console port and use the “failsafe” option when booting, that gives you a menu you can use to erase the existing password.
Thanks Tom Sharples!
ImageStream iperf binary
by iam8up on Apr.20, 2010, under linux
Thanks to Paul Benner for this!
$wget http://ims1.imagestream.com/~pbenner/iperf
$chmod 755 iperf
I put mine in /bin
This works on my Envoy 4.4.0-47 and Rebel 4.2.12-33.
Linux static route commands
by iam8up on Apr.13, 2010, under linux
route add -net 10.0.0.0 netmask 255.0.0.0 gw 192.168.1.254 wlan0
route del -net 10.0.0.0 netmask 255.0.0.0 gw 192.168.1.254 wlan0
Much better resource…
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch03_:_Linux_Networking
Pretty good resource to bookmark.
Cisco IP phone firmware troubles
by iam8up on Apr.12, 2010, under geeky
I use tftpd32 for a DHCP server and PumpKIN for tftp. Funny stuff with the names, but it works.
Just wanted to post that DHCP option 66 is what is needed for the error “Protocol Application Invalid”.
If you’d like my configuration simply contact me.
Add SCSI disk to VMware guest
by iam8up on Apr.04, 2010, under linux
After adding a SCSI disk to a VMware guest you can issue the following command to rescan the SCSI bus:
echo “- – -” > /sys/class/scsi_host/host#/scan
This should work with everything, but I’m too poor to afford real SCSI controllers. Need mine to be imaginary =)
SRC: http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html


