AWS EC2 Ubuntu 18.04 secondary IP with Netplan

To add an extra Elastic IP (EIP) to an EC2 instance, it’s necessary to associate a secondary private IP address to it first. This tutorial explains how to configure multiple private IPs on a single network interface (ENI) with netplan …

Read more

Enable Nginx syntax highlighting in Vim

Vim in Ubuntu 16.04 LTS and even Ubuntu 18.04 LTS by default doesn’t support syntax highlighting for Nginx configuration files. However, we can enable it manually by copying the next commands and executing them in a terminal as root user: …

Read more