Linux

Установка и настройка демона и клиента SNMP в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка и настройка демона и клиента SNMP в Ubuntu 18.04

Автор выбрал Internet Archive для получения пожертвования в рамках программы Write for DOnations. Большую часть рабочего времени системный администратор посвящает сбору точной информации о ваших серверах и инфраструктуре….

Read more
How to Install and Configure Ansible on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure Ansible on Ubuntu 18.04

Configuration management systems are designed to make controlling large numbers of servers easy for administrators and operations teams. They allow you to control many different systems in an automated way from one central location. In this guide, we will discuss how to install Ansible on an Ubuntu 18.04 machine and go over some basics of how to use the software.

Read more
How To Install and Configure Ghost on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Ghost on CentOS 7

Ghost is a light-weight open-source blogging platform which is easy to use. Ghost is fully customizable, with many themes available. In this tutorial, you’ll set up Ghost on CentOS 7. You’ll also configure Nginx to proxy requests to Ghost, and keep…

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

How To Install and Configure LXD on Ubuntu 20.04

A Linux container is a grouping of processes that is isolated from the rest of the system through the use of Linux kernel security features, such as namespaces and control groups. LXD lets you create and manage these containers. In this tutorial, you’ll configure LXD and use it to run Nginx in a container. You’ll then route traffic to the container in order to make the web site accessible from the Internet.

Read more
How To Install and Configure ownCloud on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure ownCloud on CentOS 7

ownCloud is a file sharing server that permits you to store your personal content, like documents and pictures, in a centralized location, much like Dropbox. The difference with ownCloud is that it is free and open-source, which allows anyone to use and examine it. It also returns the control and security of your sensitive data back to you, thus eliminating the utilization of a third-party cloud hosting service.

Read more
How To Install and Configure Postfix as a Send-Only SMTP Server on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Postfix as a Send-Only SMTP Server on Ubuntu 18.04

Postfix is a mail transfer agent (MTA), an application used to send and receive email. It can be configured so that it can be used to send emails by local application only. In this tutorial, you’ll install and configure Postfix as a send-only SMTP server. You’ll also request free TLS certificates from Let’s Encrypt for your domain and encrypt the outbound emails using them.

Read more
How To Install and Configure SimpleSAMLphp for SAML Authentication on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure SimpleSAMLphp for SAML Authentication on Ubuntu 16.04

SimpleSAMPLphp is an open-source PHP authentication application that provides support for SAML 2.0 as a Service Provider (SP) or Identity Provider (IdP). In this tutorial you’ll install SimpleSamplPHP and configure it to use a MySQL database as an authentication source. You’ll store users and encrypted passwords in the MySQL database and test that you can use those users to log in.

Read more
CHAT