ubuntu

Ersteinrichtung des Servers mit Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Ersteinrichtung des Servers mit Ubuntu 18.04

Wenn Sie erstmals einen neuen Ubuntu 18.04 Server einrichten, sollten Sie in der Anfangsphase einige dieser Konfigurationsschritte im Rahmen der Grundkonfiguration durchführen. Dadurch wird die Sicherheit und Nutzbarkeit Ihres Servers erhöht und Sie verfügen über eine solide…

Read more
How To Add the log Module to Nginx on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Add the log Module to Nginx on Ubuntu 16.04

In this guide, we will look at how to utilize Nginx’s logging module. We’ll set up separate log files for different server blocks and then customize the logging output. We’ll also add additional information about requests (in this tutorial’s example, the time it takes to serve a request) to the access log beyond what Nginx includes by default.

Read more
How To Configure BIND as a Private Network DNS Server on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure BIND as a Private Network DNS Server on Ubuntu 20.04

In this tutorial, you will set up an internal DNS server using two Ubuntu 20.04 servers. You will use the BIND name server software (BIND9) to resolve private hostnames and private IP addresses. This provides a central way to manage your internal hostnames and private IP addresses, which is indispensable when your environment expands to more than a few hosts.

Read more
How To Configure WebDAV Access with Apache on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure WebDAV Access with Apache on Ubuntu 12.04

WebDAV is a technology that allows you to share access and modify content directly through the regular HTTP protocol. This allows you easy file sharing capabilities built into your web server and the ability to collaboratively build a website. This guide will cover how to configure WebDAV on Ubuntu with the Apache web server.

Read more
CHAT