Cómo configurar un escritorio remoto con X2Go en Ubuntu 20.04
El autor seleccionó a Software in the Public Interest (SPI) para recibir una donación como parte del programa Write for DOnations. En general, los servidores basados…
El autor seleccionó a Software in the Public Interest (SPI) para recibir una donación como parte del programa Write for DOnations. En general, los servidores basados…
A virtual private network, or VPN, allows you to securely encrypt traffic as it travels through untrusted networks, such as those at the coffee shop, a conference, or an airport.
In this guide, we’ll go over how to install the software needed for NFS functionality on Ubuntu 22.04, configure two NFS mounts on a server and client, and mount and unmount the remote shares.
Ubuntu 20.04で実行するプライベート認証局は、クライアントとサーバー間の暗号化された接続を必要とするプログラムを設定、テスト、および実行できます。プライベートCAを使用して、インフラストラクチャ内のユーザー、サーバー、または個々のプログラムとサービスの証明書を発行できます。プライベートCAは、すべての開発、ステージング、および本番環境で同様のアーキテクチャと設定を使用できるようにするのに役立ちます。
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.
This article will teach you how to set up CouchDB with ElasticSearch on an Ubuntu 13.10 VPS.
This tutorial goes over Mod_Rewrite, an apache module that allows you to manipulate URLS to provide shorter or more relevant ones. This tutorial will go over Activating Mod_Rewrite, Creating and Using the required .htaccess page, and setting up the URL rewrites.
HTTP/2 is a new version of the Hypertext Transport Protocol, which is used on the Web to deliver pages from server to browser. This tutorial will help you set up a fast and secure Nginx server with HTTP/2 support on Ubuntu 22.04.
When setting up a web server, there are often sections of the site that you wish to restrict access to. Web applications often provide their own authentication and authorization methods, but the web server itself can be used to restrict access if these are inadequate or…
O SSH, ou shell seguro, é um protocolo criptografado usado para administrar e se comunicar com servidores. Ao trabalhar com um servidor Ubuntu, existem boas chances de você gastar a maior parte do seu tempo em uma sessão de terminal conectada ao seu servidor através do…