Debian

How To Protect SSH with fail2ban on Debian 7 — step-by-step Linux tutorial on Progressive Robot

How To Protect SSH with fail2ban on Debian 7

SSH is a very convenient tool for remotely administering your servers. However, it does open your machine up to brute force attacks designed to crack your password and gain access to your machine. In this guide, we will discuss how to install and configure fail2ban, which will ban repeated unsuccessful authentication attempts, on a Debian 7 system.

Read more
How To Set Filesystem Quotas on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Set Filesystem Quotas on Debian 10

Quotas are used to limit the amount of disk space a user or group can use on a filesystem. Without such limits, a user could fill up the machine’s disk and cause problems for other users and services. In this tutorial we will install command line tools to create and inspect disk quotas, then set a quota for an example user.

Read more
Como configurar um servidor OpenVPN no Debian 9 — step-by-step Linux tutorial on Progressive Robot

Como configurar um servidor OpenVPN no Debian 9

Quer acessar a Internet com segurança do seu smartphone ou notebook, enquanto estiver conectado a uma rede não confiável como o Wi-Fi de um hotel ou café? Uma Virtual Private Network (VPN) permite que você atravesse redes…

Read more
How To SSH Securely with Kryptonite on the cloud provider — step-by-step Linux tutorial on Progressive Robot

How To SSH Securely with Kryptonite on the cloud provider

SSH is the primary way of connecting to remote Linux servers. Securing this channel is essential to maintaining a secure infrastructure. Kryptonite is a secure solution to protecting your SSH private key. In this guide, you will generate an SSH key pair with Kryptonite on your phone, pair your phone with your local computer, and use Kryptonite to SSH into a cloud servers.

Read more
Initial Server Setup with Debian 9 — step-by-step Linux tutorial on Progressive Robot

Initial Server Setup with Debian 9

When you first create a new Debian 9 server, there are a few configuration steps that you should take early on as part of the basic setup. This will increase the security and usability of your server and will give you a solid foundation for subsequent…

Read more
How To Configure Varnish for Drupal with Apache on Debian and Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Configure Varnish for Drupal with Apache on Debian and Ubuntu

In this the cloud provider article, as a part of a series to help developers with scaling, we will be talking about configuring Varnish with Drupal. This will greatly reduce the amount of time it takes users to load your Drupal based website, and increase the simultaneous serving capacity of your the cloud provider VPS by passing requests through the Varnish Cache software first.

Read more
CHAT