Linux

How To Protect Your Server Against the Dirty COW Linux Vulnerability — step-by-step Linux tutorial on Progressive Robot

How To Protect Your Server Against the Dirty COW Linux Vulnerability

On October 21, 2016, a privilege escalation vulnerability in the Linux kernel was disclosed. The bug is nicknamed Dirty COW because the underlying issue was a race condition in the way kernel handles copy-on-write (COW). Exploiting this bug means that a regular, unprivileged user on your server can gain write access to any file they can read, and can therefore increase their privileges on the system. This tutorial explains how to protect your server from this vulnerability.

Read more
Считывание и настройка переменных оболочки и окружения в Linux — step-by-step Linux tutorial on Progressive Robot

Считывание и настройка переменных оболочки и окружения в Linux

В системах Linux переменные окружения и оболочки используются для определения рабочих условий оболочки. Их можно передавать в дочерние процессы и использовать для настройки опций и предоставления определенной информации, доступной процессам, которые запущены в сеансе. В этом руководстве мы поговорим о том, как читать, изменять, создавать и уничтожать переменные среды и переменные оболочки.

Read more
Cara Mengamankan Apache dengan Let's Encrypt pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Mengamankan Apache dengan Let’s Encrypt pada Ubuntu 20.04

Let’s Encrypt adalah Otoritas Sertifikat (CA) yang memfasilitasi perolehan dan instalasi sertifikat TLS/SSL gratis, yang dengan demikian mengaktifkan HTTPS terenkripsi pada server web. Saat ini, seluruh proses perolehan dan instalasi sertifikat dijalankan otomatis sepenuhnya baik pada Apache dan Nginx dengan menggunakan Certbot. Dalam panduan ini, kita akan menggunakan Certbot untuk memperoleh sertifikat SSL gratis untuk Apache pada Ubuntu 20.04, dan memastikan agar sertifikat ini disiapkan untu

Read more
How To Secure Nginx with Let's Encrypt on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Secure Nginx with Let’s Encrypt on Ubuntu 18.04

In this tutorial, we will show you how to use Let’s Encrypt to obtain a free SSL certificate and use it with Nginx on Ubuntu 18.04. We will also show you how to automatically renew your SSL certificate. If you’re running a different web server, simply follow your web server’s documentation to learn how to use the certificate with your setup.

Read more
How To Secure Your OrientDB Database on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Secure Your OrientDB Database on Ubuntu 16.04

OrientDB is a multi-model, NoSQL database with support for document and graph databases. In this article, we’ll focus on securing an installation of the Community edition of OrientDB using only the resources available by default. Specifically, you’ll encrypt the OrientDB database, restrict access to the OrientDB web server and server instance, and manage OrientDB database accounts from both the web UI and console.

Read more
CHAT