October 27, 2006 at 12:15 pm
· Filed under Networking, Web Hosting
Denali is an O.S. which is nothing but an IA-32 virtual machine monitor which allows unreliable operations to run in protected domains. Its features include paravirtualization in order to support high performance virtual machines. The latest version of Denali is inclusive of the support for fully-loaded machines.
Permalinkdigg this
«
SOLUTION OF INSTALLATION OF SKYPE IN UBUNTUSOLUTION OF INSTALLATION OF SKYPE IN UBUNTU
1)
>Download RPM for FC
>Log in terminal
>Change terminal location of file to .rpm file download location.
cd ~/downloads
2)
> Download alien package
sudo apt-get update
sudo apt-get install alien
>Use alien command to change .rpm file to .deb file, this will compatible Linux installation packages with ubuntu.
Replace skype-1.3.0.18-fc3.i586.rpm with the downloaded file.
Thereafter -
>Create another skype installation file -
sudo alien skype-1.3.0.18-fc3.i586.rpm
3)
>Installation of [...]
Google API »
Google API
1. The Google API stands for ‘Application Programmable Interface’. It is an interface that queries the Google database to help programmers in the development of their applications.
2. Google API’s basically consist of Web services, programs and scripts that enable Internet application developers to find and process information on the Web.
There are many Google APIs like:
AdWords [...]