2020 - Page 174 of 735

Как настроить Nginx Ingress с Cert-Manager в Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

Как настроить Nginx Ingress с Cert-Manager в Kubernetes

Сущности Ingress в Kubernetes обеспечивают гибкую маршрутизацию внешнего трафика кластера Kubernetes среди служб внутри кластера. Это достигается с помощью ресурсов Ingress, которые определяют правила…

Read more
How to Tune System Performance with tuned on Oracle Linux 8 — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Tune System Performance with tuned on Oracle Linux 8

Introduction This tutorial demonstrates how to Tune System Performance with tuned on Oracle Linux 8 on Oracle Linux 8. It is written for administrators who want a repeatable, well-explained walkthrough that goes beyond a bare command list and explains each configuration choice. Every command is tested against a freshly registered Oracle Linux 8 system with […]

Read more
Cara Membaca dan Mengatur Variabel Lingkungan dan Shell pada Linux — step-by-step Linux tutorial on Progressive Robot

Cara Membaca dan Mengatur Variabel Lingkungan dan Shell pada Linux

Dalam sistem Linux, variabel lingkungan dan shell digunakan untuk menentukan kondisi operasi bagi shell. Mereka dapat diberikan ke proses anak dan dapat digunakan untuk mengatur opsi serta membuat informasi tertentu tersedia untuk proses yang dihasilkan di dalam sesi. Dalam panduan ini, kita akan membahas cara membaca, memodifikasi, menciptakan, dan menghancurkan variabel lingkungan dan shell.

Read more
How to Install WordPress with LEMP on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How to Install WordPress with LEMP on Ubuntu

WordPress has seen an incredible adoption rate among new and experienced engineers alike, and is a great choice for getting a website up and running efficiently. After an initial setup, almost all administration for WordPress websites can be done through its graphical interface. In this tutorial, learn how to set up a WordPress instance on Ubuntu.

Read more
How To Install and Configure Drone on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Drone on Ubuntu 16.04

Drone is a popular continuous integration and delivery platform built in Go. It integrates with many popular version control repository services like GitHub, GitLab, and Bitbucket to watch for code changes and automatically build and test changes as they…

Read more
How To Define and Use Handlers in Ansible Playbooks — step-by-step Linux tutorial on Progressive Robot

How To Define and Use Handlers in Ansible Playbooks

In a nutshell, handlers are special tasks that only get executed when triggered via the notify directive. Handlers are executed at the end of the play, once all tasks are finished. In Ansible, handlers are typically used to start, reload, restart, and stop services. In this guide, learn more about how to define and use handlers in Ansible playbooks.

Read more
How to Monitor Docker with cAdvisor on FreeBSD 12 — step-by-step FreeBSD 12 tutorial on Progressive Robot

How to Monitor Docker with cAdvisor on FreeBSD 12

Introduction Deploying monitor docker with cadvisor on freebsd 12 on a FreeBSD 12 machine differs from Linux in several important ways: packages come from the FreeBSD Ports Collection or the binary pkg repository, services are registered in /etc/rc.conf via sysrc(8), and firewall rules are written in pf.conf(5) syntax. This tutorial stays entirely within the standard […]

Read more
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
CHAT