Linux

Cara Menginstal WordPress di Ubuntu 20.04 dengan Tumpukan LAMP — step-by-step Linux tutorial on Progressive Robot

Cara Menginstal WordPress di Ubuntu 20.04 dengan Tumpukan LAMP

WordPress adalah teknologi sumber terbuka yang sangat populer dan situs WordPress mencakup 36% dari semua situs web yang kini online. Tutorial ini dimaksudkan untuk mereka yang terbiasa dengan administrasi sistem atau yang tertarik mempelajari cara mengelola instans WordPress sendiri di sisi server. Dalam panduan ini, kita akan menginstal dan menyiapkan WordPress melalui LAMP di server Linux Ubuntu 20.04.

Read more
How To Install WordPress with LAMP on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with LAMP on Debian 9

WordPress is the most popular CMS (content management system) on the internet. It allows you to easily set up flexible blogs and websites on top of a MariaDB backend with PHP processing. In this guide, we’ll focus on getting a WordPress instance set up on a LAMP stack (Linux, Apache, MariaDB, and PHP) on a Debian 9 server.

Read more
How To Install WordPress with nginx on CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with nginx on CentOS 6

WordPress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. This tutorial shows how to install Wordpress on a server with LEMP (with nginx instead of apache). It is written for Centos 6.

Read more
Интеграция MongoDB с вашим приложением Node — step-by-step Linux tutorial on Progressive Robot

Интеграция MongoDB с вашим приложением Node

При работе с Node.js вы можете столкнуться с ситуацией, когда вы разрабатываете проект, который будет сохранять и запрашивать данные. В данном случае вам нужно будет выбрать решение для базы данных, которое будет отвечать характеристикам данных приложения и…

Read more
Como Gerenciar Strings no Redis — step-by-step Linux tutorial on Progressive Robot

Como Gerenciar Strings no Redis

O Redis é um datastore ou armazenamento de dados open-source de chave-valor na memória. No Redis, strings são o tipo mais básico de valor que você pode criar e gerenciar. Este tutorial fornece uma visão geral…

Read more
How To Migrate Redis Data to a managed databases — step-by-step Linux tutorial on Progressive Robot

How To Migrate Redis Data to a managed databases

Redis provides a number of methods one can use to migrate data from one instance to another, like replication and snapshotting. However, migrations can get complicated when you’re moving data to a Redis instance managed by a cloud provider, as managed databases tend to limit how much control you have over the database’s configuration. This tutorial outlines one method you can use to migrate data to a Redis instance managed by the cloud provider using Redis’s internal MIGRATE command.

Read more
How To Monitor MongoDB with Grafana and Prometheus on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Monitor MongoDB with Grafana and Prometheus on Ubuntu 20.04

It is crucial for any database administrator to avoid performance or memory issues. Tools such as Prometheus and Grafana can help you monitor your database cluster performance. Prometheus is an open-source monitoring and alerting platform. Grafana is an open-source analytics and interactive visualization web application. In this tutorial, you will set up a MongoDB database and monitor it with Grafana using Prometheus as a data source.

Read more
CHAT