Linux Basics

How To Configure Tools to Use IPv6 on a Linux VPS — step-by-step Linux tutorial on Progressive Robot

How To Configure Tools to Use IPv6 on a Linux VPS

IPv6 is the most recent version of the IP protocol. Its most immediately useful advantage over IPv4 is that it has a much broader address space. In this guide, we will discuss the IPv6 versions of tools and how to configure some common services to take advantage of your IPv6 addresses.

Read more
How to Customize your Bash Prompt on a Linux VPS — step-by-step Linux tutorial on Progressive Robot

How to Customize your Bash Prompt on a Linux VPS

When you begin to spend much of your time on the command line, your shell environment becomes very important. One thing many people like to customize is their Bash prompt. In this article, we’ll discuss how you can personalize and add color to your Bash prompt so that the information you need is available always.

Read more
Como ler e definir variáveis de ambiente e de shell no Linux — step-by-step Linux tutorial on Progressive Robot

Como ler e definir variáveis de ambiente e de shell no Linux

Em sistemas Linux, variáveis de ambiente e de shell são usadas para determinar as condições de operação para o shell. Elas podem ser passadas a processos filhos e também podem ser usadas para definir opções e tornar certas informações disponíveis aos processos gerados na sessão. Neste guia, vamos falar sobre como ler, modificar, criar e destruir variáveis de ambiente e de shell.

Read more
How To Set Up and Use LXD on Ubuntu 18.04 — step-by-step Docker tutorial on Progressive Robot

How To Set Up and Use LXD on Ubuntu 18.04

A Linux container is a grouping of processes that is isolated from the rest of the system through the use of Linux kernel security features, such as namespaces and control groups. LXD lets you create and manage these containers. In this tutorial, you’ll configure LXD and use it to run Nginx in a container. You’ll then route traffic to the container in order to make the web site accessible from the Internet.

Read more
How to Set Up SSH Keys on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How to Set Up SSH Keys on Debian 9

SSH-key-based authentication provides a more secure alternative to password-based authentication. In this tutorial we’ll learn how to set up SSH key-based authentication on a Debian 9 installation.

Read more
CHAT