Fail2ban is an open-source tool which is used to protect your Linux system from Brute Force and DDoS other automated attacks. It blocks the client which are repeatedly fail to authenticate correctly with the services configured for it. Actually, it monitoring the logs of services for malicious activity and identify the automated attacks. This article
debian - DesignLinux
How to Set Up WireGuard VPN on Debian 10
WireGuard is a general-purpose VPN (Virtual Private Network) that utilizes state-of-the-art cryptography. Compared to other popular VPN solutions, such as IPsec and OpenVPN , WireGuard is generally faster, easier to configure, and has a smaller footprint. It is cross-platform and can run almost anywhere, including Linux, Windows, Android, and macOS. Wireguard is a peer-to-peer VPN;
Install and Configure Fail2ban on Debian 10
All servers that are accessible from the Internet are at risk of malware attacks. For example, if you have an application that is accessible from the public network, attackers can use brute-force attempts to gain access to the application. Fail2ban is a tool that helps protect your Linux machine from brute-force and other automated attacks
How to Install Python 3.9 on Debian 10
Python is one of the world’s most popular programming languages. It is a versatile language used to build all kinds of applications, from simple scrips to complex machine learning algorithms. With its simple and easy to learn syntax, Python is a popular choice for beginners and experienced developers. Python 3.9 is the latest major release
How to Install LibreOffice 7.0 on Debian 10
LibreOffice is a open-source and free office suite. This is the alternate of Microsoft Office. In this tutorial, we will show you how to install the latest LibreOffice 7 on Debian 10 system. You can install latest version of LibreOffice either using the official PPA or the Snap package manager. Prerequisites# You must logged in
How to Install AnyDesk on Debian 10 Buster
AnyDesk is a popular and lightweight application that allows you to connect remote desktop systems. We can say this is an alternative of TeamViewer and also available for cross-platform like Windows and macOS. In this tutorial, we will show you how to install AnyDesk on Debian 10. Prerequisites# You must logged in with root or
How to Install PHP 8 on Debian 10
PHP is a most popular server scripting language used for creating dynamic and interactive Web pages. PHP is widely-used programming language in the Web. This tutorial explains how to install PHP 8.0 on Debian 10 system. PHP 8.0 is the latest major release and includes performance improvements, and lots of new features such as named
How to Install GIMP 2.10 on Debian 10
GIMP is GNU Image Manipulation Program. It’s most popular open-source and cross platform application for image manipulation. It can use to optimize images, convert the types of images and much more. GIMP is available for Linux, Windows, macOS, and FreeBSD etc. This tutorial will show you how to install the latest Gimp on Debian 10.
How to Install Python 3.9 on Debian 10
Python is most popular programming language. It is used by multiple ways to build different kinds of applications. Python 3.9 is the latest major release of the Python language. It includes many new features such as new dict operators, new str functions, support for IANA time zone, and more. This tutorial describes multiple ways to
How to Install Notepad++ on Debian 10
Notepad++ is one of the most used application by Windows users. It’s most advanced version of notepad which includes a large number of options. In this guide, we will show you how to install Notepad++ on Debian 10. Generally, the Linux users would like to use the command line editors such as nano and vim.