ubuntu

Установка и настройка VNC в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка и настройка VNC в Ubuntu 20.04

Virtual Network Computing или VNC — это система подключения, позволяющая использовать клавиатуру и мышь для взаимодействия с графической средой рабочего стола на удаленном сервере. Данная система упрощает управление файлами, программным обеспечением и настройками на удаленном…

Read more
How To Install and Secure Memcached on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Memcached on Ubuntu 20.04

In this guide, you will learn how to install and configure a Memcached server. You’ll also learn how to add authentication to secure Memcached using Simple Authentication and Security Layer (SASL). Finally, you’ll learn how to bind Memcached to a local or private network interface to ensure that it is only accessible on trusted networks, by authenticated users.

Read more
Установка и обеспечение безопасности Redis в Ubuntu 20.04 [Краткое руководство] — step-by-step Linux tutorial on Progressive Robot

Установка и обеспечение безопасности Redis в Ubuntu 20.04 [Краткое руководство]

Redis — это быстрое хранилище данных типа «ключ‑значение», известное своей гибкостью, производительностью и широким выбором поддерживаемых языков. В этом кратком руководстве описывается установка, настройка и обеспечение безопасности Redis на сервере Ubuntu…

Read more
How To Install and Use Command Line Cheat Sheets on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Command Line Cheat Sheets on Ubuntu 14.04

Cheat is a command line based Python program that allows system administrators to view and store helpful cheat sheets. It retrieves plain-text examples of a chosen command in order to remind the user of options, arguments, or common uses. Cheat is ideal for “commands that you use frequently, but not frequently enough to remember.”

Read more
Como instalar e utilizar o Docker Compose no Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Como instalar e utilizar o Docker Compose no Ubuntu 20.04

O Docker simplifica o fluxo de gerenciamento de processos de aplicações em contêineres. Embora os contêineres sejam semelhantes às máquinas virtuais em certos aspectos, eles são mais leves e fáceis de usar. Isso permite que os desenvolvedores dividam um ambiente de aplicação em…

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

How To Install and Use PostgreSQL on Ubuntu 22.04

PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. This guide demonstrates how to install Postgres on an Ubuntu 22.04 server. It also provides instructions for general database administration.

Read more
CHAT