f1 - Cant Boot windows, Grub has taken over. FixMBR doesnt work ...

endoftheline2 has a cool solution at sevenforums.com when grub takes over stuff and when fixmbr and windows 7's startup repair fails to find problems.

amazing! works like a charm!

Loading mentions Retweet

Comments [0]

chromium os - initial thoughts and links to my vmware image.

I don't want to waste time in explaning what chromium os is or what it does. My thoughts are this:

  1. Debian rules! And after a long time, I see SCons put to good use.
  2. Still needs a lot to work on Offline access, FIle/Folder view, etc.
  3. No support for Asian Language. I havent checked others. ( My Gmail was configured to show stuff in Tamil, all I ever got was some boxes ).
  4. No Shutdown/PowerOff stuff :(

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

 

Loading mentions Retweet

Comments [0]

I second Randall, its true, it has happened to me!

Loading mentions Retweet

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 ).

Loading mentions Retweet

Comments [0]

Launching only one instance of Evolution mail client

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.

Loading mentions Retweet

Comments [0]

XKCD / 660 : Sympathy. The ‘very wrong’ part was really hilarious.

Loading mentions Retweet

Comments [0]

Loading mentions Retweet

Comments [0]

12 Tips to make you more productive using Eclipse

http://www.turnleafdesign.com/?p=240

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.

Loading mentions Retweet

Comments [0]

god is real, unless declared integer!
Loading mentions Retweet

Comments [0]

What is the most advanced rootkit for *nix you've ever seen? How did you remove it?

http://www.reddit.com/r/linux/comments/9zqm5/what_is_the_most_advanced_rootkit_for_linunix/

I’m surprised that the answer boils down to one of these:

  • you don’t remove a rootkit. you reinstall or restore from backups.
  • even bsd and its variants are susceptible for attacks.
  • physical security and sane user policies are as important as patches and monitoring utils.

Loading mentions Retweet

Comments [0]

About

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.