Linux Tutorials on the topic “debian”
-
Install LAMP Stack on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server, web server • Comments: 0The LAMP Stack is a common set of open-source tools used to host websites and applications on the web. LAMP consists of Linux as operating System, Apache web server, MySQL or MariaDB as database, and PHP as the scripting language.
-
How to Install Jellyfin Media Server on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 3Jellyfin is an open-source media streaming system that allows you to manage and stream your media. In this post, we will show you how to install Jellyfin media streaming server with Nginx as a reverse proxy on Debian 10.
-
How to Install Ionic Framework on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 0Ionic is a free and open-source framework for building high-quality, cross-platform native and web apps using NodeJS. In this post, we will show you how to install Ionic Mobile App Framework on Debian 10 server.
-
-
How to Install InspIRCd IRC Chat Server on Debian 10
Author: Alan • Tags: debian, linux, server • Comments: 1InspIRCd is a robust IRC server that runs in UNIX-like environments that comes with its own scripting language called AngelScript. This tutorial shows you how to install and configure InspIRCd on Debian 10.
-
How to Backup and Restore Files using Deja Dup in Linux
Author: Hitesh Jethva • Tags: backup, debian, linux, ubuntu • Comments: 1Deja Dup is a simple and powerful backup tool for Linux operating systems. In this tutorial, I will show you how to install the Deja Dup backup tool on Debian, Ubuntu, and CentOS Linux.
-
How to Set Up a Minecraft Server on Debian 10
Author: Alan • Tags: debian, linux, server • Comments: 4Minecraft is a game that has taken the world by storm. In this tutorial we will show you how to set up your own Minecraft server on Debian 10, using open-source tools available from their official website.
-
How to Install Apache Tomcat 10 on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 0Apache Tomcat is open-source and the most popular web application server used to host Java-based applications. In this tutorial, we will explain how to install Apache Tomcat 10 on Debian 10 server.
-
Server Monitoring with Munin and Monit on Debian 10
Author: Till Brehm • Tags: debian, monitoring • Comments: 8In this article, I describe how you can monitor your Debian 10 server with munin and monit. munin generates graphs about almost every aspect of your server without much configuration, while monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action like a restart if it detects that a service is not behaving as expected. The combination of the two gives you complete monitoring: graphs that let you detect current or upcoming problems, and a watchdog that ensures the availability of the monitored services.
-
How to Setup Three Node MySQL 8 Cluster on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, mysql • Comments: 2MySQL is a widely-used open source relational database management system. In this tutorial, we will use one master node to store the cluster's configuration and two data nodes to store the cluster data.
-
How to Install and Configure Tripwire IDS on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, security • Comments: 2Tripwire is a free and open-source Linux Intrusion Detection System. It is used to detect and report any unauthorized change in files and directories on Linux. In this post, we will show you how to install and configure Tripwire on Debian 10.