ubuntu

How To Use Apache HTTP Server As Reverse-Proxy Using mod_proxy Extension — step-by-step Linux tutorial on Progressive Robot

How To Use Apache HTTP Server As Reverse-Proxy Using mod_proxy Extension

In this the cloud provider article, we are going to see set up Apache on Ubuntu 13 and use it as a reverse-proxy to welcome incoming connections and redirect them to application server(s) running on the same network. For this purpose, we are going to use and work with the mod_proxy extension and several other related Apache modules.

Read more
How To Use Firejail to Set Up a WordPress Installation in a Jailed Environment — step-by-step Linux tutorial on Progressive Robot

How To Use Firejail to Set Up a WordPress Installation in a Jailed Environment

Firejail is a flexible, secure jail solution that can be used to isolate processes, resources, and network interfaces. In this guide, we will demonstrate how to configure WordPress in two Firejail chroot environments. One will contain the database server and the other will operate the web server. By setting up a sandboxed environment, we can reduce the risk of a security breach by minimizing the scope of the processes involved.

Read more
How To Use NSD, an Authoritative-Only DNS Server, on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Use NSD, an Authoritative-Only DNS Server, on Ubuntu 14.04

NSD is an authoritative-only DNS server that is optimized to serve zone information quickly and efficiently. While some other DNS solutions provide value through their flexibility, NSD focuses on doing one task extremely well. In this guide, we will demonstrate how to configure NSD to authoritatively serve a domain on two servers in a primary-secondary configuration. We will be using Ubuntu 14.04 as the host system.

Read more
How To Use the cloud provider API v2 with Ansible 2.0 on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Use the cloud provider API v2 with Ansible 2.0 on Ubuntu 14.04

Ansible 2.0 has recently been released, and with it comes support for version 2 of the cloud provider API. This means that you can use Ansible to not only provision your web applications, but also to provision and manage your Droplets automatically. This tutorial will show by example how to use Ansible’s support of the cloud provider API v2.

Read more
Configuração inicial de servidor com o Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Configuração inicial de servidor com o Ubuntu 20.04

Ao criar um servidor do Ubuntu 20.04, deve-se executar alguns passos de configuração importantes como parte da configuração básica. Esses passos aumentarão a segurança e a usabilidade do seu servidor e darão a você uma base sólida para ações subsequentes.

Read more
Installing and Using Ranger, a Terminal File Manager, on a Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

Installing and Using Ranger, a Terminal File Manager, on a Ubuntu VPS

This tutorial will cover how to install and use ranger, a terminal file manager. Ranger is a file management application that can be used from within a terminal window to traverse the file hierarchy and manipulate files within a simple, visually appealing interface. Ranger uses vi-like keybindings to perform many of its operations.

Read more
Как установить Linux, Nginx, MySQL, PHP (LEMP) в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить Linux, Nginx, MySQL, PHP (LEMP) в Ubuntu 16.04

Стек LEMP представляет собой набор программного обеспечения, который используется для отображения динамических веб-страниц и веб-приложений. Этот акроним обозначает операционную систему Linux и веб-сервер Nginx. Данные при этом хранятся в базе данных MySQL, а динамическое…

Read more
CHAT