Articles by t.michael
-
How to Install Python 3.9 on Rocky Linux 8
Author: t.michael • Tags: linux, programming • Comments: 0Python is a widely used multi-purpose programming language. Today’s tutorial will show you how to install Python 3.9 on a Rocky Linux 8 system.
-
How to Install Rust on AlmaLinux 8
Author: t.michael • Tags: linux, programming • Comments: 0Rust is a programming language with three key design tenets: safety, concurrency, and practicality. In this article, we will learn how to install Rust on an AlmaLinux 8 system. This tutorial includes detailed instructions along with screenshots of the steps in the process.
-
How to Install Jenkins on AlmaLinux 8
Author: t.michael • Tags: control panels, linux, server • Comments: 1Jenkins is an open source automation software for continuous application integration and deployment. In this guide, we will show you how to install Jenkins on an AlmaLinux 8 system and walk through some basic configuration ideas.
-
-
How to Install Deno JavaScript Runtime on Ubuntu 20.04
Author: t.michael • Tags: linux, programming, ubuntu • Comments: 2Deno is a lightweight JavaScript runtime that is both straightforward and safe. We'll show you how to install Deno on Ubuntu 20.04 and run a hello world script to test your installation in this article.
-
How to install Mattermost Server on Rocky Linux 8
Author: t.michael • Tags: linux, server • Comments: 0Mattermost is messaging software well suited for corporate environments and software development teams. There are mattermost clients available for all major desktop and mobile OS. This tutorial shows how to install a mattermost Server on Rocky Linux 8.
-
How to Install OpenLiteSpeed on AlmaLinux 8
Author: t.michael • Tags: linux, server, web server • Comments: 0OpenLiteSpeed is a free, open-source web server that you can use for administering and serving websites. This tutorial will show you how to install OpenLiteSpeed web server on Alma Linux 8.
-
How to Install Gradle on Debian 11
Author: t.michael • Tags: debian, programming • Comments: 1Gradle is a general-purpose build tool with a focus on Java projects. This article describes how to install Gradle on Debian.
-
How to Install Jenkins on Rocky Linux 8
Author: t.michael • Tags: linux, programming, server • Comments: 0Jenkins is an open-source continuous build system. In this guide, we walk you through the process of installing and configuring a Jenkins server on a Rocky Linux 8 machine. This guide is also applicable for other Red Hat Linux and SUSE Linux OS.
-
How to Install PHP Composer on Debian 11
Author: t.michael • Tags: debian, linux, programming, web server • Comments: 0PHP Composer is a dependency manager for PHP. In this tutorial, we will show you how to install Composer on Debian 11. All the steps should work on other Debian-based distributions as well.
-
How to Install Java 17 (JDK 17) on Debian 11
Author: t.michael • Tags: debian, linux, programming • Comments: 2The Java Development Kit (JDK) is the name of the software development kit (SDK) for the Java programming language, which enables anyone to create both Java applications and applets for running on many operating systems. This tutorials shows how to install Java JDK on Debian 11.