ubuntu

Cómo configurar NFS Mount en Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cómo configurar NFS Mount en Ubuntu 20.04

NFS, o Network File System (Sistema de archivos en red) es un protocolo de sistema de archivos distribuido que le permite montar directorio remotos en su servidor. Esto le permite gestionar el espacio de almacenamiento en una ubicación diferente y escribir en ese espacio desde…

Read more
How To Set Up an OSRM Server on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an OSRM Server on Ubuntu 14.04

The OpenStreetMap project consists of raw map data, collected and aggregated by thousands of users. This tutorial covers the configuration and maintenance of a web service using Open Source Routing Machine (OSRM), which is based on the OpenStreetMap data.

Read more
Ubuntu 20.04でOpenVPNサーバーをセットアップ・設定する方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04でOpenVPNサーバーをセットアップ・設定する方法

OpenVPNは、公開インターネット上でプライベートネットワークを安全に構築したり参加したりできるようにするオープンソースの仮想プライベートネットワーク(Virtual Private Network: VPN)アプリケーションです。  このチュートリアルでは、Ellipic Curve Cryptography(ECC)を使用して、Ubuntu 20.04 (Focal server)にOpenVPNをインストールして設定する方法を学びます。  また、Windows、macOS、iOS、Android、LinuxクライアントをVPNに接続する方法も学びます。

Read more
How To Set Up Multiple SSL Certificates on One IP with Nginx on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Multiple SSL Certificates on One IP with Nginx on Ubuntu 12.04

Although hosting several sites on a single virtual private server is not a challenge with the use of virtual hosts, providing separate SSL certificates for each site traditionally required separate IP addresses. The process has recently been simplified through the use of Server Name Indication (SNI), which sends a site visitor the certificate that matches the requested server name.

Read more
How To Set Up Shiny Server on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Shiny Server on Ubuntu 14.04

[Shiny](http://shiny.rstudio.com/) is an R package that allows users to convert R code into an interactive webpage. [Shiny server](http://www.rstudio.com/products/shiny/shiny-server/) is a server provided by RStudio that can be used to host and manage Shiny applications on the web. Other than hosting Shiny applications, Shiny Server can also host [interactive R markdown documents](http://rmarkdown.rstudio.com/). In this guide, we will learn how to set up the open source Shiny Server on a Dig

Read more
CHAT