Posts

Showing posts from June, 2009

Open Source Screen Recording Software

CamStudio.org is an Open Source Screen Recording Software runs on Microsoft Windows Operating System. Which allows you to record what is displayed on your screen , for example a running Presentation and then you save it as AVI file. Still you can include Audio to the output AVI file and convert it to SWF using it's builtin SWF/Flash Producer. In other words this software is useful to convert your Presentation to AVI or SWF. Quoted from CamStudio Site " Here are just a few ways you can use this software: You can use it to create demonstration videos for any software program Or how about creating a set of videos answering your most frequently asked questions? You can create video tutorials for school or college class You can use it to record a recurring problem with your computer so you can show technical support people You can use it to create video-based information products you can sell You can even use it to record new tricks and techniques you

Attach USB LCD to your PC

Image
Yes, you read it right! Attach an USB LCD to your PC. It’s the Mimo Mini 7 inch LCD monitor that attaches to your computer via USB. The max resolution is 800 x 480 and it can even rotate. It can be used as a separate display for your IM client, widgets, etc., or my attach it to your Car Computer Carputer The price tag is $129.99. It’s available at ThinkGeek.

Problem Browsing Linkedin.com with computers running Linux and or Firefox

If you have a computer running Linux and Firefox browser and you are facing problems surfing www.linkedin.com , or you are using the unlucky combination of 1) Dlink ADSL Router OR 2) Dlink ADSL Router and Wireless Access Point AND 3) Computer Running Linux AND 4) Firefox Browser you may be unable to surf www.linkedin.com and there is already a bug tracking on launchpad referencing this problem "Bug 314713 " All what you need to do to solve this problem is to change your Network Card MTU value, the value that I tried and works is 1360. Necessary command to change MTU of Network interface on linux is "sudo ifconfig eth0 mtu 1360" Hope that help and happy Surfing

Multi Touch now Supported by Linux Kernel

A development group at ENAC in Toulouse, France, reports that it has developed a proof of concept for adding iPhone-like multi-touch support to the Linux kernel. The group has released a video showing multi-touch effects such as resizing and rotating using Linux 2.6.30. In an email, Boulabiar stressed that the code is different than the Multi-Pointer X (MPX) technology being integrated into version 7.5 of the mainline X.Org server. Whereas MPX is a modification to X Window that provides multiple independent pointers (mouse cursors) at the windowing system level for multi-pointer capability, the ENAC code offers true native multi-touch capability, says Boulabiar. "The video shows multitouch effects that are being supported natively to send ABS_MT_* events from the kernel," wrote Boulabiar. "When making the demos, I have chosen to use general libraries not related to a WM, to be able to run demos on any Linux platform." Boulabiar added that he expects the technology

Linux kernel 2.6.30 Released with New File Systems Support

Linus Torvalds announced Linux kernel 2.6.30, adding several new filesystems, including the NILFS2 log-structured filesystem. Linux 2.6.30 enhancements include a local caching layer for NFS data, the RDS server cluster communications protocol, the Tomoyo security module, and support for LZMA and BZIP2 compression algorithms. The new NILFS2 treats the whole disk as a consecutive list of blocks (or "log"), and never rewrites blocks. As a result, all modifications and creations are converted into sequential operations, which are said to be faster. Other NILFS2 improvements are said to include the ability to offer a more coherent historical view of operations, called "continuus snapshotting," enabling users to restore files that have been mistakenly destroyed only a few seconds previously. In addition to the NILFS2 system, Linux 2.6.30 adds an EXOFS filesystem designed for object-based storage, and a POHMELFS distributed networking filesystem. Other filesystem enhancem

Open Source Cloud computing Amazon EC Alternative

Eucalyptus - Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems - is an open-source software infrastructure for implementing "cloud computing" on clusters. The current interface to Eucalyptus is compatible with Amazon's EC2, S3, and EBS interfaces, but the infrastructure is designed to support multiple client-side interfaces. Eucalyptus is implemented using commonly available Linux tools and basic Web-service technologies making it easy to install and maintain. Originating in the Computer Science Department at the University of California, Santa Barbara as a research project, the software is now maintained by Eucalyptus Systems -- a company founded by the original authors of the software to continue to the effort. Read our publications & presentation slides Consult the documentation , including download and installation instructions Test-drive the Eucalyptus Public Cloud Share impressions and vent frustrations in our discu