ubuntu

How To Create an SSH CA to Validate Hosts and Clients with Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Create an SSH CA to Validate Hosts and Clients with Ubuntu

When dealing with an extensive infrastructure and many team members, managing SSH keys for authentication can become unwieldy. However, SSH can utilize certificates in order to sign and validate user and host credentials to allow a seamless experience. In this guide, we’ll learn how to set this up using three Ubuntu 12.04 VPS instances.

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

How To Create Temporary and Permanent Redirects with Apache

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 create a redirect in Apache by adding `Redirect /oldlocation http://www.example.com/newlocation` to the virtual host entry in the server configuration file. This guide will cover a more in depth explanation of how to implement each kind of redirect in Apache.

Read more
How To Encrypt Traffic to Redis with Spiped on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Encrypt Traffic to Redis with Spiped on Ubuntu 16.04

Redis is an open-source key-value data store, using an in-memory storage model with optional disk writes for persistence. It features transactions, a pub/sub messaging pattern, and automatic failover among other functionality. Redis has clients written in most languages with…

Read more
Como instalar e configurar o Ansible no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar e configurar o Ansible no Ubuntu 20.04

Os sistemas de gerenciamento de configuração são projetados para otimizar o processo de controle de grandes números de servidores, para administradores e equipes de operações. Isso permite que você controle sistemas diferentes de forma automática a partir de um local…

Read more
CHAT