Linux

How To Install WordPress on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress on CentOS 7

WordPress is a free and open source website and blogging tool that uses PHP and MySQL, and is a great choice for getting a website up and running quickly and easily. In this guide, we will demonstrate how to get a WordPress instance set up with an Apache web server on CentOS 7.

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

How To Install WordPress with LEMP on Ubuntu 16.04

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 backend with PHP processing. WordPress has seen incredible adoption and is a great choice for getting a website up and…

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

Como Gerenciar Listas no Redis

O Redis é um datastore ou armazenamento de dados open-source de chave-valor na memória. No Redis, uma lista é uma coleção de strings classificadas por ordem de inserção, semelhante a [listas…

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

How To Manage Sets in Redis

Sets in Redis are collections of strings stored at a given key. When held in a set, an individual record value is referred to as a member. Unlike lists, sets are unordered and do not allow repeated values. This tutorial explains how to create sets, retrieve and remove members, and compare the members of different sets.

Read more
CHAT