— Одни боялись Пью, другие — Билли Бонса, а меня… хе-хе… меня боялся сам Флинт!
Кто же был так страшен?
Единственным человеком, которого боялся Флинт, был его квартирмейстер Джон Сильвер, который п
Взято на https://habrahabr.ru/post/321408/
Существует много оборудования и ПО, которое может заниматься фильтрацией трафика. В моем случае это Mikrotik RB3011UiAS-RM. Задача была следующей: запре
Let's Encrypt is a new Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It simplifies the process by providing a software client, letsencrypt
, that attempts to automate most (if not all) of the required steps. Currently, the entire process of obtaining and installing a certificate is fully automated only on Apache web servers. However, Let's Encrypt can be used to easily obtain a free SSL certificate, which can be installed manually, regardless of your choice of web server software.
In this tutorial, we will show you how to use Let's Encrypt to obtain a free SSL certificate and use it with Nginx on Ubuntu 16.04. We will also show you how to automatically renew your SSL certificate. If you're running a different web server, simply follow your web server's documentation to l
На компе, с которого будет поключаться делаем:
ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub | ssh backup@remotehost.ru -p 3273 "cat >> ~/.ssh/authorized_keys"
ssh backup@remotehost.ru -p 3273