Archive for the ‘Web’ Category

.avi file compression

Uncompressed video files ( .avi) which are recorded from cameras or webcam use a huge file size. A 25 sec moderate quality video takes 150 mb of space. It is not possible to share this raw format with others through internet and so I was looking for a method to compress the file and keeping it as a .avi file. After searching the net and testing with a few softwares I was finally able to compress my 150mb .avi file to 5 mb without losing the framerate or quality of the video.

VirtualDub was the answer to my problem. You can download VirtualDub from here. Its a zip file which you can extract and start using by just running the file VirtualDub.exe

You will also need a Xvid Codec for the compression, a good codec is Koepi’s XviD Codec 1.2.2 which you can download and install. I got an error to override the deafult codec while installing it, but I Ignored the error and everything worked fine after that. (more…)

Cloud Computing

So what is Cloud Computing ?

I was looking around all the definitions on cloud computing over the net but all are too complicated. Finally I found the easiest definition to understand it. Cloud computing is a network of servers that involves delivering hosted services to customers over the Internet. A cloud service has three unique characteristics that differentiates it from traditional hosting. It is sold on demand, typically by the minute or the hour. A user can have as much or as little of a service as they want at any given time and the service is fully managed by the provider . The consumer needs nothing but a personal computer with an internet access.

These services are broadly divided into three categories: Infrastructure-as-a-Service (IaaS), Platform-as-a-Service (PaaS) and Software-as-a-Service (SaaS). The name cloud computing was inspired by the cloud symbol that’s often used to represent the Internet in flow charts and diagrams. (more…)

Installing additional packages in Ubuntu

After installing Ubuntu and configuring the internet connection the first thing that you should do is to update the system with the latest packages. You can update your installation from “System” -> “Administration” -> “Update Manager”. You can also execute the command sudo apt-get update in the terminal to update your system.

Ubuntu comes with a lot of useful packages but there are additional packages that might come handy to you.. (more…)

Cube Workspace in Ubuntu 9.10

I have now successfully enhanced my Ubuntu 9.10 desktop with several effects and now I love Ubuntu more than I ever could. A few hiccups during the changes but ultimately everything is now resolved . I will first let you know how to make your desktop cuboid and make it rotate.

Firstly you will need to install compizconfig-settings-manager, if you already have it installed ignore the next few steps. (more…)

Reliance Netconnect in Ubuntu 9.10

Mobile Broadband connection setup was a cake walk in Ubuntu 9.04 , where I could just use the Network Manager and edit a mobile broadband connection as per my Reliance Netconnect credentials. After the release of the Ubuntu 9.10 Karmic Koyala the network connection got messed up. The revamped network manager in 9.10 is exceptionally buggy and even after a full upgrade the issue was not fixed. Searching the internet I found a way around and it is quite useful. Use WVDIAL

If you dont have another connection , download the wvdial software for karmic koala install it in ubuntu and use it to connect to the internet and update your system . (more…)