How To Install and Use PostgreSQL on Ubuntu 18.04
This tutorial provides instructions on how to install the PostgreSQL database software on an Ubuntu 18.04 server. It also includes instructions for basic database management.
This tutorial provides instructions on how to install the PostgreSQL database software on an Ubuntu 18.04 server. It also includes instructions for basic database management.
El autor seleccionó el Computer History Museum para recibir una donación como parte del programa Write for DOnations. Muchas aplicaciones, como los sistemas de monitoreo y recopilación de datos, acumulan…
This tutorial covers the installation of Apache Tomcat on Ubuntu 12.04. It covers the installation of tomcat from apt-get as well as from source.
Dans ce guide de démarrage rapide, nous allons installer Composer sur un serveur Ubuntu 20.04. Pour obtenir une version plus détaillée de ce tutoriel, avec plus d’explications sur chaque étape, veuillez vous référer à [Comment installer et…
Discourse is an open-source discussion platform. It can be used as a mailing list, a discussion forum, or a long-form chat room. In this tutorial, we’ll install Discourse in an isolated environment using Docker, a containerization application.
This tutorials covers a basic drupal installation on an ubuntu server. Drupal is a free and open source content management that uses a PHP and a backend database, such as MySQL. It was created in 2001 and is currently the 3rd most popular content management site online. It now has over 17,000 addons to customize its functionality.
In this tutorial, we will go over the installation of the Elastic Stack on an Ubuntu 22.04 server. You will learn how to install all of the components of the Elastic Stack (including Filebeat, a Beat used for forwarding and centralizing logs and files) and configure them to gather and visualize system logs. We will install all components on a single server, which we will refer to as our Elastic Stack Server.
Learn how to install Git on Ubuntu step by step. This guide covers installation via apt, verifying Git, and configuring user settings for version control.
ionCube is a PHP module extension that loads encrypted PHP files and speeds up webpages. It is often required for PHP-based applications. In this tutorial, we will install ionCube on a Ubuntu 16.04 server.
The LAMP stack (Linux, Apache, MySQL, PHP) is a group of open source software that is typically installed together to enable a server to host dynamic PHP websites and web apps. This guide includes the steps to set up a LAMP stack on Ubuntu 14.04, on a single server, so you can quickly get your PHP application up and running.