Tuesday, February 1, 2011

Formula To Calculate Recurring Deposit Interest

Books OpenSource

A bit 'of information sharing:

http://www.linuxaria.com/article/12-libri-open-source?lang=it

NB: Cosimo thanks for the information! ;-)

Friday, January 28, 2011

Want To Match My Kundli Online

Ubuntu server console resolution

I found two very useful articles for those interested in taking the first steps on Ubuntu server:
... from which I was inspired to do some tests (I thank the author for the useful tips!).

For the tests I have done so:

NB 1: I created a virtual machine with VirtualBox:
1) set the network configuration bridge so you can bet the host server IP address virtual.

2) When installing the Ubuntu server, I chose to install and configure Automatic LAMP (Linux, Apache, MySQL, PHP / Perl / Python) and OpenSSH.

NB 2: Installing Webmin :

1) I downloaded the latest version in deb format the official site (browsing from the console with links2 !): http://www.webmin. com / index.html

2) I installed webmin by downloaded deb: dpkg-i
webmin_1.530_all.deb
... a message that warns of the need to install some packages required dependencies from webmin.

3) I checked the missing dependencies are referring only to the new program we are installing:
apt-get check

4) The above message informs you that there are unmet dependencies, and should run the following command to install :
apt-get-f install

Note 3: use the browser to start webmin host, using the IP address of the server on port 10000 (http s):
https: / / indirizzoDelServer : 10000 /