Linux

How To Install and Secure phpMyAdmin with Apache on a CentOS 7 Server — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure phpMyAdmin with Apache on a CentOS 7 Server

While many users require access to a database management system like MySQL or MariaDB, not all users feel comfortable interacting with the SQL prompt on a daily basis. In this guide, we’ll discuss how to install and secure phpMyAdmin, a web management interface for MySQL and MariaDB, on a CentOS 7 server. We will leverage the Apache web server for this guide.

Read more
How to Install and Secure the Mosquitto MQTT Messaging Broker on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How to Install and Secure the Mosquitto MQTT Messaging Broker on Debian 8

MQTT is a machine-to-machine messaging protocol, designed to provide lightweight publish/subscribe communication to “Internet of Things” devices. Mosquitto is a popular MQTT server (or broker, in MQTT parlance) that has great community support and is easy to install and configure. In this tutorial, we’ll install Mosquitto, retrieve SSL certificates from Let’s Encrypt, and set up our broker to use SSL to secure our password-protected MQTT communications.

Read more
How To Install and Use Ack, a Grep Replacement for Developers, on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Ack, a Grep Replacement for Developers, on Ubuntu 14.04

Searching for files and searching through files are two activities that you probably do often when developing an application. Ack is a search tool that is optimized for working on source files. It can intelligently handle searches very fast and is a suitable replacement for grep in most situations. In this guide, we’ll show you how to install and use ack on an Ubuntu 14.04 server.

Read more
How To Install and Use ClickHouse on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use ClickHouse on Ubuntu 18.04

[ClickHouse](https://clickhouse.yandex) is an open-source, column-oriented analytics database for [OLAP](https://en.wikipedia.org/wiki/Online_analytical_processing) and big data use cases. In this tutorial, you’ll install the ClickHouse database server and client on your machine. You’ll use the DBMS for typical tasks and optionally enable remote access from another server so that you’ll be able to connect to the database from another machine.

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

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

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

Read more
CHAT