Coredump
Work, play, and everything in-between [feed]

I don't know what the fuss is about the latest iTunes update. Then again, I don't use iTunes. Meh. 8 hrs ago

Taking Sugar on a Stick for a spin

So I wanted to try out Sugar on a Stick, and there’s this Eee PC laying around.

  1. Grabbed the ISO image, and checked its integrity.
  2. Got Fedora’s liveusb-creator as well.
  3. Used Peng’s USB flash disk to “burn” the live ISO.
  4. Set the Eee PC to boot from the USB flash disk.
  5. Et voila! Sugar on a Stick live. Will play some more.

Obligatory screenshots below (crappy phone cam snapshots here — still trying to figure out how to nick the screenshots from Sugar).

Burning the ISO
Burning the ISO using Fedora liveusb-creator.

Robot Sunday: Is the future

(Well, there’s “robot” in it. *shrugs*)

(In totally unrelated news, today is Pi Day. Yay!)

Robot Sunday: Arlan’s Bristol bots

Arlan's amazing robots
Fully articulated Transformer robots made from Bristol board. Credit: Arlan Esmeña.

The artist for this astounding work is Arlanzandro Esmeña, great Pinoy komikero Gerry Alanguilan‘s collaborator in “Where Bold Stars Go to Die”. He sadly passed away last February 18, 2010. RIP, Arlan.

(I haven’t had the pleasure of reading his work yet, but judging by what’s available on the web, I’m sure it is great, like the artists who created it.)

/via Komikero.com

Bypassing SSH strict checking

I use an SSH gateway for work (one that requires two-factor authentication: an RSA SecureID PIN and an AES-encrypted Kerberos password). Problem is, since the gateway servers are clustered and change often, I sometimes get the following:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
Please contact your system administrator.
Add correct host key in /home/username/.ssh/known_hosts to get rid of this message.
Offending key in /home/username/.ssh/known_hosts:1
RSA host key for gateway_server has changed and you have requested strict checking.
Host key verification failed.
Connection to gateway_server closed.

Of course, I cannot clean up the known_hosts file since I could not log on in the first place — I had to go another route (through a remote desktop using another server, etc.).

Although it’s not really recommended (read the dire warning above), this restriction can be bypassed by using:

ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no

This way, strict checking is disabled, and the host key will not be checked against the file. Take note that this is insecure, and only works if you are absolutely certain that you’re logging on to a trusted host.

Countdown to the May 2010 RP elections

100araw

100araw.com is a collaborative project among Filipino bloggers, media practitioners and technology enthusiasts. The aim: to provide a wealth of information to empower readers in making informed choices in the May 2010 election.

Read the articles, follow the group on Twitter and Facebook, and engage in the conversation.

(Disclosure: I am part of the group.)

« Before After »