Ubuntu 18.04

Настройка сервера OpenVPN в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка сервера OpenVPN в Ubuntu 18.04

Предыдущая версия данного обучающего руководства была написана Джастином Эллингвудом Хотите организовать безопасный и защищенный доступ к интернету на смартфоне или ноутбуке при подключении к ненадежной сети,…

Read more
Настройка виртуальных хостов Apache в Ubuntu 18.04 [Краткое руководство] — step-by-step Linux tutorial on Progressive Robot

Настройка виртуальных хостов Apache в Ubuntu 18.04 [Краткое руководство]

В этом обучающем руководстве мы познакомимся с настройкой нескольких доменов и сайтов с помощью виртуальных хостов Apache на сервере Ubuntu 18.04. Во время этого процесса вы научитесь предоставлять разный контент разным посетителям в зависимости от того, какие домены они…

Read more
How to Set Up SSH Keys on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up SSH Keys on Ubuntu 18.04

SSH-key-based authentication provides a more secure alternative to password-based authentication. In this tutorial we’ll learn how to set up SSH key-based authentication on an Ubuntu 18.04 installation.

Read more
How to Use Ansible to Automate Initial Server Setup on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Ansible to Automate Initial Server Setup on Ubuntu 18.04

Ansible offers a simple architecture that doesn’t require special software to be installed on nodes. It also provides a robust set of features and built-in modules which facilitate writing automation scripts. This guide explains how to use Ansible to automate the steps contained in our Initial Server Setup Guide for Ubuntu 18.04 servers.

Read more
How To Use the PDO PHP Extension to Perform MySQL Transactions in PHP on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Use the PDO PHP Extension to Perform MySQL Transactions in PHP on Ubuntu 18.04

A MySQL transaction is a group of logically related SQL commands that are executed in the database as a single unit. Transactions are used to enforce ACID (Atomicity, Consistency, Isolation, and Durability compliance in an application. This is a set of standards that govern the reliability of processing operations in a database. In this tutorial, you will use the PDO PHP Extension, which provides an interface for working with databases in PHP, to perform MySQL transactions.

Read more
CHAT