f1 - Cant Boot windows, Grub has taken over. FixMBR doesnt work ...
amazing! works like a charm!
Comments [0]
amazing! works like a charm!
Comments [0]
I don't want to waste time in explaning what chromium os is or what it does. My thoughts are this:
IMHO, it would sell nice for netbooks. But for mainstream, I don't think so unless it is flexible like Jolicloud.
Techcrunch has a detailed step-by-step instruction on how to run this image on VirtualBox.
Anyways, my build produced 999.999.32409.085041-a1-ide.vmdk. Download as two parts ( ~251 MiB in total ) at:
http://rapidshare.com/files/309592474/999.999.32409.085041-a1-ide.vmdk.part1.rar
http://rapidshare.com/files/309593256/999.999.32409.085041-a1-ide.vmdk.part2.rar
Comments [0]
Today, I was reading The Mass Production of Living Tissue at /. where they plan to sell a $1500 meat band-aid with living tissue inside it.
The comments ofcourse had links to the future. ( Looks creepy :P ).
Comments [0]
I’m starting to like evolution more than thunderbird nowadays. Ubuntu had this nasty habit of launching multiple instances whenever I clicked Evolution on the panel. This nifty perl script by Lisandro saved the day.
#!/usr/bin/perl
use Gnome2;
use Gnome2::Wnck;Gtk2->init();$stamp = time;
$screen = Gnome2::Wnck::Screen->get_default();$screen->force_update();
foreach $window ($screen->get_windows()) {
if ($window->get_name =~ /Evolution/) {
$evolution = $window;
}
}if($evolution) {
$evolution->unminimize($stamp);
$evolution->get_workspace->activate($stamp);
$evolution->activate($stamp);
print $evolution->get_geometry;
}
else {
system('evolution');
}
Gtk2->main_iteration() while (Gtk2->events_pending());
Gtk2->main();
Note, it requires libgnome2-wnck-perl as dependency.
Comments [0]
via dive into mark. An Interesting writeup on the history of IMG tag.
Comments [0]
Like me, there are many people who use Eclipe as their primary IDE. And for one, I like using keyboard shortcuts a lot. The link here has the cream of them.
Comments [0]
I’m surprised that the answer boils down to one of these:
Comments [0]
hello, howdy, hola, hullo, ciao … Its a bizarre attempt to restart my activity to blog!
So, who am I?
I’m Coimbatore Sankar Raman Shyam Sundar! ( hence the domain cs3 ;-) ). This microblog is just a small window that lets out my thoughts. You will find code snippets, quotes, pics, stuff mostly enjoyed by geekdom!
How I really am?
This is a tricky question to answer! To start with, I’m always busy. It’s rare to find me sitting still and doing nothing. I have an active inquiring mind and particularly enjoy conversations that involve an exchange of information. I’m a little gregarious, reflective and shy. I can rarely resist showing someone else how a job should be done or a problem should be solved. As for moodiness, I can be full of sunshine one moment and
fury the next but then who can’t? All that’s unusual is the speed at which I can change. ;-)
What do I do otherwise?
I converse, play, fight with the most amazing woman whom I share my life with. Other than that, Driving and Classical Music are my other passions which keeps me filled.