Categories
Debian

Set Up SSH Two-Factor Authentication (2FA) on Debian 11 Server

This tutorial will show you how to set up SSH two-factor authentication on Debian server using the well-known Google Authenticator. […]

Categories
Linux

How to secure your Linux web server

Building a LAMP server and getting it all nicely configured with reliable data handling, a domain, and a TLS certificate […]

Categories
Security

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

Introduction Let’s Encrypt is a Certificate Authority (CA) that provides an accessible way to obtain and install free TLS/SSL certificates, […]

Categories
Security

How To Set Up Password Authentication with Nginx on Ubuntu 22.04

Introduction When setting up a web server, there are often sections of the site that you wish to restrict access […]

Categories
Linux

How To Set Up Password Authentication with Apache on Ubuntu 20.04

Introduction As a web administrator, you may find it valuable to restrict some parts of a website from visitors, whether […]

Categories
Security

How to Block SSH Brute Force Attacks Using SSHGUARD

SSHGuard is an open-source daemon that shields hosts from brute-force attacks. It accomplishes this through monitoring and aggregation of system […]

Categories
Security

How To Install and Secure Memcached on CentOS 7

Introduction Memory object caching systems like Memcached can optimize backend database performance by temporarily storing information in memory, retaining frequently […]