Articles by t.michael
-
How to Use the Terraform Command Line Interface (CLI) on Ubuntu
Author: t.michael • Tags: cloud, linux, ubuntu, virtualization • Comments: 1Terraform is a framework for building and configuring infrastructure as code, with a command-line interface and DSL language. Terraform can manage existing and popular service providers as well as custom in-house solutions to build and configure complete distributed data centers.
-
How to Install Apache Maven on AlmaLinux 8
Author: t.michael • Tags: linux, programming, server • Comments: 0Apache Maven is a powerful project management and comprehension tool used by software developers working with the Java programming language. It is a build automation tool that favors convention over configuration, and is based on the concept of a project object model (POM).
-
How to Install Cockpit on AlmaLinux 8
Author: t.michael • Tags: control panels, linux • Comments: 0Linux Cockpit is a browser-based user interface for Linux systems. Linux Cockpit can be used as an alternative to a command-line or GUI tools like top, free, htop, lsof, iotop etc, to monitor resource usage such as CPU/Memory/Disk I/O and processes running on your system.
-
-
How to Install Sysdig on Debian 11
Author: t.michael • Tags: debian, linux • Comments: 0Sysdig is an open-source, cross-platform system monitoring and troubleshooting tool. For this article, we will install Sysdig on a Debian 11 server.
-
How to Install Apache Maven on Debian 11
Author: t.michael • Tags: debian, linux • Comments: 0Apache Maven is a build tool used to manage project builds. Maven understands the structure of a project and can automate many processes, reducing your time to release.
-
How to Install CSF Firewall on Debian 11
Author: t.michael • Tags: debian, security • Comments: 2ConfigServer Firewall (CSF) is one of the most widely used open-source firewalls on Linux servers. This tutorial shows how to install and configure CSF on Debian 11.
-
How to Install GitLab on Rocky Linux 8
Author: t.michael • Tags: linux, programming, server • Comments: 0GitLab is a free git repository management tool that allows you to create and manage git repositories. in this guide, I will show you how to install Gitlab on a Rocky Linux 8 server.
-
How to Install MariaDB on Debian 11
Author: t.michael • Tags: debian, linux, mysql • Comments: 1MariaDB is a robust, scalable, and reliable SQL server. It is an enhanced, drop-in replacement for the MySQL relational database management system. In this guide, I will show you how to install and secure MariaDB on Debian 11.
-
How to Install Netdata on Debian 11
Author: t.michael • Tags: debian, linux, monitoring • Comments: 1Netdata is an open-source web-based real-time Linux system performance and health monitoring system. in this tutorial, I will show you how to install Netdata on Debian 11.
-
How to Install Mono on Debian 11
Author: t.michael • Tags: debian, linux, programming • Comments: 0Mono is an open-source platform for developing applications and libraries. It has been developed by Novell Inc. since 2002, with a focus on the .NET framework developed by Microsoft. Mono provides a complete CLR (Common Language Runtime) implementation that can run class libraries or components that target Microsoft's original .NET runtime.