Linux Tutorials on the topic “Linux”
-
How to Install UVdesk Helpdesk System on Rocky Linux 8
Author: Navjot Singh • Tags: linux, nginx, server, web server • Comments: 3UVdesk is an open-source Saas-based helpdesk system for companies to interact with their customers and offer round-the-clock support. In this tutorial, you will learn how to install Uvdesk on a Rocky Linux 8 based server using Nginx, MySQL and PHP.
-
Three Tools to Scan a Linux Server for Viruses, Malware and Rootkits
Author: Till Brehm • Tags: centos, debian, fedora, linux, other, security, ubuntu • Comments: 17Servers connected to the internet are seeing a constant level of attacks and scans all day. While a firewall and regular system updates are a good first defense to keep the system safe, you should also check regularly that no attacker got in. The tools described in this tutorial are made for these sanity checks, they scan for malware, viruses and rootkits.
-
Exploring the Lynis Audit Report
Author: Ali Imran Nagori • Tags: linux, security • Comments: 0Lynis is a free and open-source security auditing tool and released as a GPL licensed project and is available for Linux and Unix-based Operating systems. In this tutorial, we will try to explore the Lynis audit report and learn to apply some of the reforms it suggests. Let's now get started with this guide.
-
-
How to Install MinIO Object Storage Server on Debian 11
Author: Hitesh Jethva • Tags: debian, linux • Comments: 2Minio is a popular open-source, self-hosted, Amazon S3 compatible object storage server written in Go. It is a very useful alternative to AWS S3 if you need more control over your object storage server. In this article, I will show you how to install the Minio server on Debian 11.
-
How to Install Bagisto eCommerce on Debian 11
Author: Arvid L • Tags: debian, linux, nginx, server, web server • Comments: 0Bagisto is a free and open-source eCommerce software written in Laravel PHP framework. In this tutorial, we will show you how to install Bagisto eCommerce on the Debian 11 Bullseye. We will be using the PHP-FPM, Nginx web server, and MariaDB database.
-
How To Install Terraform On AlmaLinux 8, CentOS 8 and Rocky Linux 8
Author: t.michael • Tags: centos, linux • Comments: 1Terraform is a tool for building and maintaining a virtual server infrastructure; it supports multiple cloud providers in one project. Terraform achieves state management through a configured graph of states and modules which can be created, extended, and managed by users.
-
Getting Started with Podman (Docker Alternative) on Rocky Linux
Author: Arvid L • Tags: linux, virtualization • Comments: 1Podman is a Linux-native tool for deploying applications using Open Container Initiative (OCI) containers and container images. It supports multiple container image formats, including Docker images and OCI container images.
-
How to Install Puppet Server and Agent on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 1Puppet is a centralized configuration management and automation tool. In this guide, you will install and configure the Puppet server and agent on the Debian 11 Bullseye.
-
How to Install Webmin on Debian 11
Author: Hitesh Jethva • Tags: control panels, debian, linux • Comments: 2Managing and administering Linux servers from the command line is very difficult for any beginner Linux user. In this case, you can use Webmin to manage your Linux server from the web-based interface. In this article, I will show you how to install Webmin on Debian 11.
-
How to Store Docker Container Data In Docker Volumes
Author: t.michael • Tags: linux, virtualization • Comments: 0In this guide, you will learn how Docker volumes interact with containers. You will do this by creating new containers and using volumes to store and share data between them. Then, you'll discover how to clear up space that is left behind by anonymous volumes that are automatically generated by the containers. Finally, you'll learn how to back up your Docker volumes data.