ubuntu

Cara Menginstal dan Menggunakan Docker Compose pada Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Cara Menginstal dan Menggunakan Docker Compose pada Ubuntu 20.04

Docker Compose adalah alat yang memungkinkan Anda untuk menjalankan lingkungan aplikasi multikontainer berdasarkan definisi yang ditetapkan dalam berkas YAML. Alat ini menggunakan definisi layanan untuk sepenuhnya membangun lingkungan yang dapat disesuaikan dengan penggunaan beberapa kontainer yang dapat berbagi volume data dan jaringan. Dalam panduan ini, kami akan menunjukkan cara menginstal Docker Compose pada server Ubuntu 20.04 dan cara memulainya menggunakan alat ini.

Read more
How To Install and Use OrientDB on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Install and Use OrientDB on an Ubuntu 12.04 VPS

In recent years, non-relational databases have grown in popularity as developers have started seeking solutions that more closely address their specific issues. OrientDB is a NoSQL database that incorporates SQL querying syntax with document-based storage and graph relationship mapping. In this article, we will install and explore the basic usage of this software.

Read more
Установка и использование PostgreSQL на Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка и использование PostgreSQL на Ubuntu 20.04

Системы управления реляционными базами данных являются ключевым компонентом многих веб-сайтов и приложений. Они предоставляют структурированный способ хранения, организации и доступа к информации. PostgreSQL, или Postgres, — это система управления…

Read more
How To Install and Use Zope 2 and PostgreSQL on Ubuntu 13.10 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Zope 2 and PostgreSQL on Ubuntu 13.10

Zope 2 is a powerful and easy-to-use web-based development framework. This is especially the case when used as a front-end for PostgreSQL. When used together, high quality database applications with HTML / XML interface can be constructed quickly in a highly scalable, secure, and maintainable fashion.

Read more
How To Install Buildbot on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Buildbot on Ubuntu 16.04

Buildbot is a Python-based continuous integration system for automating software build, test, and release processes. It uses Python’s Twisted library to handle asynchronous communication between a Buildmaster and one or more workers to…

Read more
Comment installer Git sur CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Comment installer Git sur CentOS 8

Les systèmes de contrôle de version sont une partie indispensable du développement de logiciels modernes. Le versionnage vous permet de garder une trace de votre logiciel au niveau de la source. Vous pouvez suivre les modifications, revenir aux étapes précédentes et créer des…

Read more
How To Install Graylog 1.x on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Graylog 1.x on Ubuntu 14.04

In this tutorial, we will cover how to install Graylog v1.3.x (sometimes referred to as Graylog2) on Ubuntu 14.04, and configure it to gather the syslogs of your systems in a centralized location. Graylog is a powerful log management and analysis tool that has many use cases, from monitoring SSH logins and unusual activity to debugging applications. It is based on Elasticsearch, Java, and MongoDB.

Read more
CHAT