security

Cara Menyiapkan dan Mengonfigurasi Otoritas Sertifikat (CA) Pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menyiapkan dan Mengonfigurasi Otoritas Sertifikat (CA) Pada Ubuntu 20.04

Otoritas Sertifikat privat yang berjalan pada Ubuntu 20.04 akan memungkinkan Anda untuk mengonfigurasi, menguji, dan menjalankan program yang membutuhkan koneksi terenkripsi antara klien dan server. Menggunakan CA privat, Anda dapat menerbitkan sertifikat untuk pengguna, server, atau masing-masing program serta layanan di dalam infrastruktur Anda. CA privat dapat membantu memastikan bahwa semua lingkungan pengembangan, penahapan, dan produksi Anda menggunakan arsitektur dan konfigurasi yang seru

Read more
Cara Menyiapkan dan Mengonfigurasi Server OpenVPN pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menyiapkan dan Mengonfigurasi Server OpenVPN pada Ubuntu 20.04

OpenVPN adalah aplikasi Jaringan Privat Virtual (VPN) yang memungkinkan Anda menciptakan dan bergabung dengan jaringan privat secara aman melalui Internet publik. Dalam tutorial ini, Anda akan mempelajari cara menginstal dan mengonfigurasi OpenVPN pada server Ubuntu 20.04 Focal menggunakan Elliptic Curve Cryptography (ECC) untuk konfigurasi VPN yang baru dan aman. Anda juga juga akan mempelajari cara menghubungkan klien Windows, MacOS, iOS, Android, dan Linux ke VPN Anda.

Read more
How To Set Up ModSecurity with Apache on Ubuntu 14.04 and Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Set Up ModSecurity with Apache on Ubuntu 14.04 and Debian 8

ModSecurity is a free web application firewall (WAF) that works with Apache, Nginx and IIS. It supports a flexible rule engine to perform simple and complex operations and comes with a Core Rule Set (CRS) which has rules for many exploits. For Apache, it is loaded as an additional module which makes it easy to install and configure. In this tutorial, you will learn how to install and configure ModSecurity and create custom rules.

Read more
How To Set Up SSH Keys on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up SSH Keys on Ubuntu 12.04

SSH keys provide a more secure method of logging into a server than using a password. With SSH keys, users can log into a server without a password. This tutorial explains how to generate, upload, and use an SSH key pair, and optionally how to disable password-based SSH authentication.

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

How to Set Up SSH Keys on Rocky Linux 9

SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a Rocky Linux server, chances are you will spend most of your time in a terminal session connected to your server through SSH. In this guide, we’ll focus on getting a reliable SSH configuration set up.

Read more
How To Set Up SSL Certificates With PhpMyAdmin On An Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Set Up SSL Certificates With PhpMyAdmin On An Ubuntu 12.04 VPS

PhpMyAdmin is a web-based front end used to configure MySQL databases in a graphical interface. While this software is very useful and can make managing databases easy, without SSL and the proper precautions, you could be exposing sensitive data to the internet. This guide shows you how to better secure your PhpMyAdmin installation.

Read more
CHAT