Elasticsearch is an open-source, analytical and full-text search engine. It provides a distributed, multitenant-capable architecture which enables you to store, search and analyze large volumes of data faster. Elastic search is freely available under the Apache 2 license, which provides the most flexibility. In this guide you will learn how to install Elasticsearch on Debian
debian - Page 2 of 5 - DesignLinux
How to Install Git on Debian 11 Linux
Git is the most famous distributed version control system in the world. It efficiently handles changes in source code for many open source and commercial projects. It allows to collaborate with programmers, revert to previous changes and create branches. In this article, you will learn how to install Git on Debian 11 Bullseye. Prerequisites# You
How to Install Apache Cassandra on Debian 11
Apache Cassandra is an open-source NoSQL database system with high availability and without compromising performance. As Cassandra belongs to the NoSQL category, it stores data in the form of key value pairs. Many large companies like Github, NetFlix, Reddit and Instagram are using Apache Cassandra. In this tutorial we will learn how to install Apache
How to Set or Change Timezone on Debian 11
Sometimes you need to change timezone due to nature of working or any other reason. You can set the Debian system’s timezone at the time of installation as well as you can change it later easily. This guide explains how to set or change timezone on Debian 11 system. Check Current Timezone# Generally, timedatectl command-line
How to Install Apache on Debian 11
Apache is a free and open-source and cross-platform web server that powers a large number of websites. Apache web server is the most widely-used http server in the world. It includes many powerful features, dynamically loadable modules with other popular software. You will learn how to install Apache web server on Debian 11. Install Apache
How to Upgrade Debian 10 Buster to Debian 11 Bullseye?
Debian 11, also known as Bullseye, is the latest version of Debian with some exciting and important changes in Debian version 10. If you want to upgrade your Debian version without getting frustrated, you are in the right place as I will share the simplest upgrade method. So, without wasting a second, let’s do it!
How to Install and Configure Fail2ban on Debian 10
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
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