Showing posts with label open source. Show all posts
Showing posts with label open source. Show all posts

Managing Videos in Linux is easier!

Normally i watch few DVDs per week. When i was using windows, i used to use a disk image creating programme such as "Alcohol120%" or "diskmagic" to create the image and watch it later when i'm free. It also enable you create a whole collection of DVDs right on your Hard drive. And if you need, you can easily burn them later.

Linux has a built-in iso image creation programme, which makes your life easier. It also has built in mount function which can be used to mount what ever the image you want where ever you want. That makes life so much easier when it comes to handling a library of DVDs.

I use "ubuntu feisty fawn". You can just right click on the disk and select "copy disk". Following window will appear.



Then you can select "file image" from drop down list. Click write and you will be asked where to save the disk image. After you input the path to save disk image you are done.

Mounting the iso images

First we need to create a folder where we going to mount the iso image. Open the terminal and type

mkdir /media/isodisk

This will create a folder called "isodisk" in "/media" folder. Now you just need to enter following command and you'll have your iso image mounted on the folder that we created.

mount (image location) (path to mount the image) -t iso9660 -o loop

ex:

mount /home/pulasthi/asrto_farmer.iso /media/isodisk -t iso9660 -o loop

Now the mounted folder will appear on your desktop.

If you want to watch it with subtitles, use "VLC media player". It's great.


Thanks.

Android

Android™ will deliver a complete set of software for mobile devices: an operating system, middleware and key mobile applications. An early look at the Android Software Development Kit (SDK) is now available.





Android was built from the ground-up to enable developers to create compelling mobile applications that take full advantage of all a handset has to offer. It is built to be truly open. For example, an application could call upon any of the phone's core functionality such as making calls, sending text messages, or using the camera, allowing developers to create richer and more cohesive experiences for users. Android is built on the open Linux Kernel. Furthermore, it utilizes a custom virtual machine that has been designed to optimize memory and hardware resources in a mobile environment. Android will be open source; it can be liberally extended to incorporate new cutting edge technologies as they emerge. The platform will continue to evolve as the developer community works together to build innovative mobile applications.