Linux Tutorials on the topic “Linux”
-
Install Apache Solr search platform on CentOS 8
Author: sohan patel • Tags: centos, linux • Comments: 1Apache Solr is an open-source search platform written on Java, it is based on Apache Lucene. In this tutorial, we will show you how to install Apache Solr 8.6.3 on CentOS 8.
-
How to install and use AWStats Web Analytics on CentOS 8
Author: sohan patel • Tags: centos, linux, web server • Comments: 1AWStats is an open-source advanced web analytics tool that generates advanced web, streaming, FTP, or mail server statistics graphically. This tutorial shows how to install AWstats on CentOS 8.
-
How to Install Apache Maven on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 0Apache Maven is a free and open-source project management tool primarily for Java projects. In this tutorial, we will show you how to install Apache Maven on Ubuntu 20.04.
-
-
How to install the web-based Guacamole Remote Desktop Client on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, shell, ubuntu • Comments: 6Apache Guacamole is a free, open-source and web-based remote desktop application that allows you to access your desktop machines through a web browser. In this tutorial, we will show how to install Apache Guacamole remote desktop gateway on Ubuntu 20.04 LTS server.
-
How to Install and Configure Nextcloud on Fedora 32
Author: Navjot Singh • Tags: fedora, linux, nginx, web server • Comments: 6In this tutorial, we will learn how to install and configure Nextcloud on a Fedora 32 based server. We will also be installing Nginx web server along with PHP 7.4 and MariaDB
-
Install and Configure FreeIPA Server on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server • Comments: 1FreeIPA is an open-source integrated Identity and Authentication solution for Linux and Unix based systems. In this tutorial, we will show you how to install FreeIPA server on CentOS 8.
-
How to Install Apache ZooKeeper on Ubuntu 20.04
Author: Hitesh Jethva • Tags: cloud, linux, server, ubuntu • Comments: 0Apache ZooKeeper is a high-performance service used to build distributed applications. It is used by a cluster to maintain shared data with robust synchronization techniques.
-
How to Install and Configure OrangeScrum on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 3Orangescrum is a free and open-source project management and collaboration application. It is ideal for small and medium businesses and helps you to create and manage your projects, teams, documents, and tasks and communicate with the other team members.
-
Install ISPConfig 3 - Roundcube plugins on Debian 10
Author: Thom Pol • Tags: ispconfig, linux • Comments: 6The ispconfig3_roundcube plugins integrate your ISPConfig mail account settings in Roundcube. In this tutorial, I will take you through the process of installing them.
-
Use Node Affinity in Kubernetes
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0Node affinity in Kubernetes is conceptually similar to nodeSelector -- it allows us to limit which nodes our pod is eligible to be scheduled on, based on labels on the node.