CentOS 8

How To Install and Use PostgreSQL on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use PostgreSQL on CentOS 8

PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. It is a popular choice for many small and large projects and has the advantage of being standards-compliant and having many advanced features like reliable transactions and concurrency without read locks.

Read more
Installieren von Nginx auf CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Installieren von Nginx auf CentOS 8

Nginx ist einer der beliebtesten Webserver der Welt und Host einiger der größten und beliebtesten Websites im Internet. Nginx ist in den meisten Fällen ressourcenschonender als Apache und kann als Webserver oder Reverse-Proxy verwendet…

Read more
Установка Python 3 и настройка среды программирования в CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Установка Python 3 и настройка среды программирования в CentOS 8

Универсальный язык программирования Python можно использовать для самых разнообразных проектов. Разработчики Python назвали его в честь британской комедийной группы Monty Python и изначально ставили перед собой задачу сделать его забавным и интересным. Python все чаще используется…

Read more
How To Use Cron to Automate Tasks on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Use Cron to Automate Tasks on CentOS 8

Cron is a time-based job scheduling daemon found in Unix-like operating systems, including Linux distributions. This guide provides an overview of how to schedule tasks using cron’s special syntax on a machine running CentOS 8. It also goes over a few shortcuts one can use to make job schedules easier to write and understand.

Read more
How To Configure Remote Access for MongoDB on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Configure Remote Access for MongoDB on CentOS 8

This tutorial walks you through configuring a MongoDB installation to securely allow access from a trusted remote computer. This will involve updating your firewall rules to provide the remote server access to MongoDB’s default port and changing Mongo’s configuration file to update its IP binding setting.

Read more
Установка стека Linux, Nginx, MySQL, PHP ( LEMP) в CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Установка стека Linux, Nginx, MySQL, PHP ( LEMP) в CentOS 8

Программный стек LEMP — это комплекс программного обеспечения, используемый для обслуживания динамических веб-страниц и веб-приложений, написанных на PHP. Название LEMP — это акроним, включающий операционную систему Linux с веб-сервером Nginx (произносится “Engine-X”)….

Read more
CHAT