Databases
Databases servers installation guides for Debian GNU/Linux
-
Install and setup PostgreSQL on Debian
PostgreSQL is a powerfull database management system. It can be seen as an free and open-source Oracle. One of its functionalities is the geolocation data storage. This howto ease the installation of PostgreSQL server on Debian.
-
Ease PostgreSQL server administration with pgsql-tools
pgsql-tools is a script I wrote with the goal to ease and automate the regular administration tasks of a PostgreSQL server. This howto describe howto to install and use it.
-
Install Memcached on Debian
Memcached is a key/value database server easing the cache of objects in memory. It is largely used by some PHP CMS (Wordpress, Drupal, Prestashop, ...) for it bring a visible performance boost on server with available RAM. This howto ease the installation of Memcached on Debian