Articles by Arvid L
-
How to Install VNC Server on Rocky Linux
Author: Arvid L • Tags: desktop, linux • Comments: 1Virtual Network Computing (VNC) is a desktop sharing protocol that allows you to control a computer remotely using VNC client software. In this tutorial, you will set up the VNC Server with TigerVNC on a Rocky Linux server. You will also learn how to connect securely to the VNC Server via SSH tunneling.
-
How to Install Graylog Centralized Log Management System on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 0Graylog is a free and open-source log-management platform for capturing, storing, and enabling real-time analysis of your data and logs. It's written in Java and built on top of other open-source software like MongoDB and Elasticsearch.
-
How to Install Drupal CMS with Apache2 on Ubuntu 22.04
Author: Arvid L • Tags: apache, linux, ubuntu, web server • Comments: 0Drupal is a free and open-source web content management system written in PHP. In this guide, I will show you how to install the latest version of Drupal on an Ubuntu 22.04 system.
-
-
How to Install Containerd Container Runtime on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu, virtualization • Comments: 1Containerd is a high-level container runtime that supports OCI Image Spec and OCI Runtime Spec (Open Container Initiative). This tutorial will go over how to install the Containerd Container Runtime on an Ubuntu 22.04 server. This tutorial will go over two different methods for installing Containerd, manually by downloading the binary package or and installing Containerd via the APT repository.
-
How to Install Apache Kafka on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0Apache Kafka is a distributed data store for processing streaming data in real-time. Apache Kafka is used to building real-time streaming data pipelines and applications that adapt to the data stream, especially for enterprise-grade applications and mission-critical applications.
-
How to Install a Kubernetes Cluster with Kubeadm on Rocky Linux
Author: Arvid L • Tags: linux, server, virtualization • Comments: 1Kubernetes or k8s is an open-source platform for container orchestration that automates deployments, management, and scaling of containerized applications. Kubernetes is the solution for the modern container deployment era. It provides service discovery and load-balancing, storage orchestration, automated rollout and rollback, self-healing service, secret and configuration management.
-
How to Setup Kubernetes Cluster with Kubeadm on Debian 11
Author: Arvid L • Tags: debian, linux, virtualization • Comments: 7Kubernetes or k8s is an open-source platform for container orchestration that automates deployments, management, and scaling of containerized applications.
-
How to Setup Kubernetes Cluster with Kubeadm on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu, virtualization • Comments: 5Kubernetes or k8s is an open-source platform for container orchestration that automates deployments, management, and scaling of containerized applications. In this tutorial. I will show you how to set up a Kubernetes cluster on Ubuntu 22.04.
-
How to Install Sensu Monitoring Solution on Debian 11
Author: Arvid L • Tags: debian, linux, monitoring • Comments: 0Sensu is an open-source infrastructure and application monitoring system designed for both container and non-container monitoring and multi-cloud infrastructure. In this tutorial, you will learn how to Install Sensu Monitoring Solution on Debian 11 server. You will also learn how to set up Sensu CLI for managing Sensu.
-
How to Setup SaltStack Master and Minion on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 0Salt or Saltstack is an open-source IT automation framework that allows administrators to execute commands remotely to multiple machines directly. By following this guide, you will install SaltStack Master and Minion on Rocky Linux servers.