Linux

How To Install Webmin on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Webmin on Ubuntu 16.04

Webmin is an easy to use, modern, web control panel for any Linux machine. It allows you to administer your server through an simple interface. With Webmin, you can change settings for common packages on the fly. In this tutorial, you’ll install…

Read more
How To Install Wordpress on Arch Linux — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress on Arch Linux

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 LAMP. It is written for Arch Linux.

Read more
How To Install WordPress with LEMP (Nginx, MariaDB and PHP) on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with LEMP (Nginx, MariaDB and PHP) on Debian 10

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 MySQL-based backend with PHP processing. In this guide, we’ll focus on getting a WordPress instance set up on a LEMP stack (Linux, Nginx, MariaDB, and PHP) on a Debian 10 server.

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

Como Gerenciar Hashes no Redis

O Redis é um datastore ou armazenamento de dados open-source de chave-valor na memória. Um hash do Redis é um tipo de dado que representa um mapeamento entre um campo de string e um valor de string. Os hashes…

Read more
How To Manage Replicas and Clients in Redis — step-by-step Linux tutorial on Progressive Robot

How To Manage Replicas and Clients in Redis

One Redis’s most sought-after features is its support for replication: any Redis server can replicate its data to any number of replicas, allowing for high read scalability and strong data redundancy. Additionally, Redis was designed to allow many clients (up to 10000, by default) to connect and interact with data, making it a good choice for cases where many users need access to the same dataset. This tutorial goes over the commands used to manage Redis clients and replicas.

Read more
How To Migrate a Parse App to Parse Server on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Migrate a Parse App to Parse Server on Ubuntu 14.04

Parse is a Mobile Backend as a Service platform which is shutting down in January of 2017; fortunately, Parse has released an open source API called Parse Server. Parse Server is under active development, and seems likely to attract a large developer community. It can be be deployed to a range of environments running Node.js and MongoDB. This guide focuses on migrating a pre-existing Parse application to a standalone instance of Parse Server running on Ubuntu 14.04.

Read more
How To Migrate Redis Data with Replication on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Migrate Redis Data with Replication on Ubuntu 18.04

Replication is the practice of regularly copying data from one database to another so as to have a replica that always remains an exact duplicate of the primary instance. This tutorial outlines the process of using Redis’s built-in replication features to migrate data from one Ubuntu 18.04 server to another.

Read more
CHAT