Microsoft walking to open source

Posted On // Leave a Comment

Back in July, Microsoft announced it was making .NET available under its Community Promise, which in theory allowed free software developers to use the technology without fear of patent lawsuits. Not surprisingly, many free software geeks were unconvinced by the promise (after all, what's a promise compared to an actual open licence?), but now Microsoft has taken things to the next level by releasing the .NET Micro Framework under the Apache 2.0 licence. Yes, you read that correctly: a sizeable chunk of .NET is about to go open source.

[Read more]

Head to head comparison between Subversion, Git and Mercurial

Posted On // 3 comments
[scribd id=22758516 key=key-1ekb6845ynffe0mxdypi]
[Read more]

Malaysia and Open Source

Posted On // Leave a Comment

More than 70 percent of Malaysian government offices are running open source software, according to figures released by the country's Open Source Competency Centre.

The centre was established as part of the 2004 Malaysian Public Sector OSS Master Plan, to guide and co-ordinate the implementation of OSS in the public sector.

The latest OSS adoption figures, released on 24 July, show that 521 of the country's 724 public sector agencies (72 per cent) have adopted OSS. This is a significant increase from 354 agencies (49 percent) in 2008 and 163 (22.5 per cent) in 2007.

Malaysia is certainly raising the bar in terms of open source adoption and leadership!

[Read more]

Data recovery from corrupted ext2/ext3 filesystem having bad superblock

Posted On // Leave a Comment

NOTE : I do not take any responsibilty of any damage to your disk or data while trying my method or any of my commands stated in this article. YOU HAVE BEEN WARNED!!!

 

  1. Let's say our corrupted filesystem is at partition /dev/sdb3 of ext3 type. We will mount the partition under /mnt/sdb3, so create the directory structure if you dont have it already.

     

    Also, create the following directory structure to keep backup data.

    mkdir /sdb3-backup
    mkdir /sdb3-backup/image
    mkdir /sdb3-backup/copy

    Note that ext3 filesystem is same as ext2, with only addition of journal. So our entire technique will use ext2 filesystem if even our corrupted filesystem is ext3 type. Because our aim is to recover data not journal recovery (which is unrecoverable as far as I know). So be carefull while you issue any of my commands, unless explicitly told dont add any ext3 filesystem type in any of our command. Use all my command as it is written below.

[Read more]

Cloud computing to drive open source

Posted On // 3 comments

With the cloud computing wave poised to reach the world market in the next 12 to 18 months, open source software and coding techniques are about to hit the big time.

That’s because open source software and the methodologies that accompany it have already been proven to be the chosen route for the vast majority of companies aiming to capitalise on the cloud phenomenon.

For evidence of this, you need look no further than the route companies such as Amazon, Google and Rackspace have taken in building out the massive datacentres they plan to begin selling capacity on in the coming years.

[Read more]

A brief list of commercial grade enterprise open source solution

Posted On // Leave a Comment
[scribd id=22651625 key=key-f8f6yv7quw1q4r4cqd9]
[Read more]