<p>Hi Sirs.</p> <p>Now I am using <a href="http://www.ubuntu.com/">Ubuntu 7.10</a> and my favorite Database Management System is <a href="http://www.postgresql.org/">Postgresql</a>.</p> <p>The best tutorial that I found is the Ubuntu tutorial about Postgresql and <a href="http://www.pgadmin.org/">pgAdmin</a> installation.</p> <p>Very easy to learn by every developer. This tutorial shows how to install both the Database Management System and the Administration and Development Platform.</p> <p><a href="https://help.ubuntu.com/community/PostgreSQL">https://help.ubuntu.com/community/PostgreSQL</a></p> <p>Easy to install and configure.</p> <p>Just one line to install the 'Sophisticated open-source Object-Relational DBMS' and the 'graphical Open Source management, development and administration tool'.</p> <pre><code>$ sudo apt-get install postgresql pgadmin3</code></pre> <p>Other two commands to configure your new account:</p> <pre><code>$ sudo -u postgres psql template1<br />$ template1=# ALTER USER postgres WITH ENCRYPTED PASSWORD '&lt;***password***&gt;';</code></pre> <p>I recommend this tutorial =]</p> <p>See you.</p> 2007-12-16T21:19:54Z 6 installing-postgresql-on-ubuntu-7-10 Installing Postgresql on Ubuntu 7.10 2008-10-25T02:24:15Z 3