ubuntu

How To Create Temporary and Permanent Redirects with Nginx — step-by-step Linux tutorial on Progressive Robot

How To Create Temporary and Permanent Redirects with Nginx

HTTP redirection is a way to point one domain or address to another. There are a few different kinds of redirects (301 Moved Permanently and 302 Found), each of which mean something different to the client browser. You can add a redirect with `rewrite ^/$ http://www.domain2.com redirect;` or `rewrite ^/$ http://www.domain2.com permanent;` in your server configuration. This guide will cover a more in depth explanation of how to implement each kind of redirect in Nginx.

Read more
How To Deploy a Rails App with azk — step-by-step Linux tutorial on Progressive Robot

How To Deploy a Rails App with azk

azk is an orchestration tool that can be used to deploy applications locally and on a server. This tutorial shows how to use azk with a simple Rails application, Stringer. This article is from [azk](http://www.azk.io/).

Read more
How To Install Ajenti Control Panel on Ubuntu 13.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Ajenti Control Panel on Ubuntu 13.04

Ajenti is an open source web based control panel for Linux servers. It offers a graphical user interface to perform most of the actions required to configure and keep your server up to date. If you prefer to have a simple yet solid control panel with some eye candy, Ajenti is definitely worth checking out.

Read more
How To Install and Configure an SNMP Daemon and Client on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure an SNMP Daemon and Client on Ubuntu 14.04

SNMP is a networking protocol created to as a standard method for managing and monitoring remote systems in your infrastructure. In a previous guide, we discussed the key properties of the protocol, version differences, and how the communication works. In this guide, we will install and configure the SNMP components on two Ubuntu 14.04 servers in order to demonstrate how to use SNMP to manipulate remote systems.

Read more
Установка и настройка Ansible в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка и настройка Ansible в Ubuntu 20.04

Системы управления конфигурацией разрабатываются для администраторов и операционных отделов с целью ускорить процедуры управления большим количеством серверов. Они позволяют автоматически контролировать много разных систем из единого центра. Хотя для систем Linux выпущено много…

Read more
CHAT