HowtoForge provides user-friendly Linux tutorials.
-
How to Install Tiki Wiki on Ubuntu 20.04
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 3In this tutorial, we will show you how to install Tiki Wiki CMS Groupware on Ubuntu 20.04 with Apache web server, MySQL Server, and PHP 7.4. Also, we will secure the Tiki Wiki CMS Groupware with SSL Letsencrypt.
-
Network Policy in Kubernetes
Author: Rahul Shivalkar • Tags: cloud • Comments: 0By default, pods accept traffic from any source. A network policy helps to specify how a group of pods can communicate with each other and other network endpoints.
-
How to Install Apache Solr on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 1Apache Solr is a scalable, reliable, and fault-tolerant NoSQL search tool written in Java and released under an OpenSource license. In this tutorial, we will show you how to install Apache Solr 8.6 on Ubuntu 20.04.
-
-
Storage in Kubernetes
Author: Rahul Shivalkar • Tags: cloud • Comments: 0Data cannot be stored in the pod, when the pod is deleted or is terminated the data within it does not stay on the system. To provide long-term and temporary storage to Pods in the cluster, Kubernetes provides different types of storage mechanisms.
-
How to run Python Scripts with Apache and mod_wsgi on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 6mod_wsgi is an Apache module that provides an interface for hosting Python based web applications under Apache. In this tutorial, we will learn how to install and set up of mod_wsgi with the Apache server on Ubuntu 20.04 server.
-
How to integrate ONLYOFFICE editors with Nuxeo Platform
Author: Daria • Tags: linux, web server • Comments: 0In this tutorial, we’ll learn how to integrate ONLYOFFICE online editors with Nuxeo Platform to edit and collaborate on docs stored there with no need to leave the application. To work with documents within Nuxeo, you need an instance of ONLYOFFICE Document Server.
-
How to install NodeBB Forum with Nginx and Let's Encrypt SSL on Ubuntu 20.04 LTS
Author: Navjot Singh • Tags: linux, ubuntu, web server • Comments: 3NodeBB is a modern forum software powered by Node.js which uses MongoDB/Redis as database platforms. It uses web sockets for instant interactions and real-time notifications. In this tutorial, we will learn how to install NodeBB forum on a Ubuntu 20.04 based server.
-
How to Install i-doit Asset Management Tool on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0I-doit is an open-source asset management tool that can be used to manage the entire IT system. It offers a wide range of features including, Asset Management, Infrastructure Planning, Ticket System, Cable Management, Inventory, SAN, IP Address Management, Cluster, Patch Management and many more.
-
Jobs in Kubernetes
Author: Rahul Shivalkar • Tags: cloud • Comments: 0A job creates one or more Pods to perform a particular operation and ensures the pods successfully terminate. When a specified number of pods successfully complete, the job is complete. When a job is deleted, it deletes the Pods it created. A Job can also be used to run multiple Pods in parallel.
-
How to Install Apache ActiveMQ on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Apache ActiveMQ is a free, open-source and Java-based message broker software from Apache Foundation. It is used to send messages between different applications and also offers additional features like STOMP, JMS, and OpenWire.