Articles by Arvid L
-
How to Install and Use Vuls Vulnerability Scanner on Debian 12
Author: Arvid L • Tags: linux, security, server • Comments: 0 • Published: Nov 11, 2024Vuls is an agentless, free, and open-source vulnerability scanner for Linux and FreeBSD. In this guide, you'll learn how to install Vuls Vulnerability Scanner on the Debian 12 server. You'll install Vuls, set up CVE databases, and then scan the local system and remote machine Vuls.
-
How to Use Rsnapshot for Backup and Restore on Linux Servers
Author: Arvid L • Tags: • Comments: 0 • Published: Nov 11, 2024In this tutorial, you'll learn how to backup and restore using Rsnapshot on a Linux server. You'll be setting up rsnapshot for local backup and remote backup. You'll also learn how to set up an automatic backup with rsnapshot and cron.
-
How to Monitor MySQL or MariaDB with Prometheus and Grafana
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Nov 07, 2024To ensure the MySQL/MariaDB server is working properly, you need to implement monitoring on your infrastructure. In this guide, you'll learn how to monitor MySQL/MariaDB servers with Prometheus and Grafana.
-
-
How to Install Mattermost on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Nov 07, 2024Mattermost is an open-source and self-hosted messaging system for your organization. It is an alternative to services like Slack and Microsoft Teams.
-
How to Install and Use Vuls Vulnerability Scanner on Ubuntu 24.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 0 • Published: Nov 07, 2024In this guide, we'll show you how to install Vuls Vulnerability Scanner on Ubuntu 24.04 server. You'll be installing Vuls, generating CVE databases, and scanning Ubuntu/Debian via local and remote scans.
-
How to Install Seafile Self-Hosted Cloud Storage on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: Oct 29, 2024Seafile is an open-source file-hosting system written in the Django web framework. This article will guide you through installing Seafile on a Debian 12 server with MariaDB as the database, Nginx as a reverse proxy, and HTTPS through Letsencrypt and UFW (Uncomplicated Firewall) to secure Seafile.
-
How to Install Mattermost on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: Oct 29, 2024Mattermost is an open-source alternative to Slack and Microsoft Teams. It allows you to self-host online chat and offers many features, such as file sharing, search, automation, and numerous third-party integrations.
-
How to Install Syncthing on Debian 12
Author: Arvid L • Tags: debian, linux, server, storage, web server • Comments: 2 • Published: Oct 23, 2024Syncthing is an open-source, peer-to-peer file synchronization tool designed to sync files across multiple devices securely. This tutorial will show you how to install Syncthing on Debian 12 servers.
-
How to Install and Secure MongoDB on Ubuntu 24.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 0 • Published: Oct 15, 2024MongoDB is an open-source, cross-platform, and distributed NoSQL (non-SQL or Non-Relational) database system. In this guide, we'll show you how to install MongoDB on an Ubuntu 24.04 server.
-
How to Install Fail2ban on Ubuntu 24.04 Server
Author: Arvid L • Tags: linux, security, ubuntu • Comments: 0 • Published: Oct 15, 2024Fail2ban is free and open-source IPS (Intrusion Prevention Software) that helps administrators secure Linux servers against malicious login and brute-force attacks. In this guide, you'll learn how to install Fail2ba on Ubuntu 24.04 server.