Настройка сервера IKEv2 VPN с StrongSwan в Ubuntu 20.04
Предыдущая версия данного обучающего руководства была написана Джастином Эллингвудом (Justin Ellingwood) и Намо (Namo) Виртуальная частная сеть (VPN) позволяет…
Предыдущая версия данного обучающего руководства была написана Джастином Эллингвудом (Justin Ellingwood) и Намо (Namo) Виртуальная частная сеть (VPN) позволяет…
Dalam panduan ini, kita akan membahas cara menginstal perangkat lunak yang dibutuhkan untuk fungsionalitas NFS di Ubuntu 20.04, mengonfigurasi dua mount NFS di server dan klien, serta cara melakukan mount dan unmount direktori jauh bersama.
A Virtual Private Network (VPN) allows you secure access to a remote server. In short, this allows the end user to mask connections and more securely navigate an untrusted network.
Une autorité de certification (AC) est une entité chargée d’émettre des certificats numériques pour vérifier les identités sur l’internet. Bien que les AC publiques soient un choix populaire pour vérifier l’identité des…
Uma autoridade de certificação (CA, do inglês Certificate Authority) é uma entidade responsável por emitir certificados digitais para verificar identidades na internet. Embora as CAs públicas sejam uma escolha popular para a…
OpenVPNは、公開インターネット上でプライベートネットワークを安全に構築したり参加したりできるようにするオープンソースの仮想プライベートネットワーク(Virtual Private Network: VPN)アプリケーションです。 このチュートリアルでは、Ellipic Curve Cryptography(ECC)を使用して、Ubuntu 20.04 (Focal server)にOpenVPNをインストールして設定する方法を学びます。 また、Windows、macOS、iOS、Android、LinuxクライアントをVPNに接続する方法も学びます。
This tutorial shows you how to set up virtual hosts. Virtual Hosts are used to run more than one website or domain off of a single server and IP address. This is especially useful to people who need to run several sites off of one server or IP address. The sites display different information to the visitors, depending on with which the users accessed the site.There is no limit to the number of virtual hosts that can be added to a server. This article is written for Arch Linux.
В этом обучающем руководстве мы познакомимся с настройкой нескольких доменов и сайтов с помощью виртуальных хостов Apache на сервере Ubuntu 18.04. Во время этого процесса вы научитесь предоставлять разный контент разным посетителям в зависимости от того, какие домены они…
GitLab Community Edition is a self-hosted Git repository provider with additional features to help with project management and software development including issue tracking, wiki creation, and TODO lists. One of the most valuable features that GitLab offers is the builtin…
Django es un poderoso framework que puede ayudarle a poner en marcha su aplicación o sitio web con Python. Incluye un servidor de desarrollo simplificado para probar su código a nivel local. Sin embargo, para cualquier cosa que esté incluso apenas relacionada con la producción…