Linux Tutorials on the topic “Linux”
-
How to Install WebERP On CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, web server • Comments: 0webERP is a free, open-source, and complete web-based accounting and business management system. This tutorial will show you how to install webERP with Apache and Let's Encrypt SSL on CentOS 8.
-
What is Ingress Controller and how to deploy Nginx Ingress Controller in Kubernetes Cluster on AWS using Helm
Author: Rahul Shivalkar • Tags: cloud, linux, nginx, web server • Comments: 0Ingress is a Kubernetes object that manages external access to the services in the Kubernetes Cluster. In this article, we will see the installation of the Nginx Ingress Controller using Helm on the Kubernetes Cluster set up using Kops.
-
How to Install Memcached on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server, web server • Comments: 0Memcached is an open-source and high-performance memory caching system. It stores data in memory and is being used for optimizing dynamic websites. In this guide, I will explain how to install Memcached on CentOS 8 operating system.
-
-
Manage AWS SQS Queues using aws-cli
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0You can perform operations on SQS like list, create, delete Queues and send messages, receive messages from your terminal using aws-cli. In this article, we will see the commands to perform these kinds of operations.
-
How to Setup Highly Available NGINX with KeepAlived on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx • Comments: 2Nginx is a free, open-source and one of the most popular webserver around the world. It can also be used as a reverse proxy, load balancer and HTTP cache. In this tutorial, I will show you how to set up a highly available Nginx web server with KeepAlived on CentOS 8.
-
How to deploy Ghost Blog with Nginx on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, nginx, ubuntu, web server • Comments: 1Ghost is a free, open-source and lightweight blogging platform built on Node.js. This tutorial will explain how to install the Ghost with Nginx and Let's Encrypt SSL on Ubuntu 20.04.
-
How to Install Pleroma Social Network Platform on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, nginx, ubuntu, web server • Comments: 2Pleroma is an open-source federated social networking platform, compatible with Mastodon and other ActivityPub platforms. This guide will show you how to create your own Pleroma instance by installing it on an Ubuntu 20.04 based server.
-
What is Cert-Manager and how to setup Cert-Manager for SSL certificates in Kubernetes Cluster on AWS using Helm
Author: Rahul Shivalkar • Tags: cloud, linux, security • Comments: 0Cert-Manager is a controller used for certificate management. In this article, we will set up a Cert-Manager with Let's Encrypt issuer. We will secure our sample application using the TLS certificates and have HTTPS in our Hostname to access the application using Ingress.
-
How to Install Apache Tomcat 9 with Nginx Proxy on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, nginx, server • Comments: 0Tomcat is a free, open-source and lightweight application server used to deploy Java-based applications. In this tutorial, I will show you how to install Tomcat 9 with Nginx on Debian 10.
-
Monitor Nginx Log Files Using ngxtop on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, nginx, ubuntu • Comments: 1ngxtop is a free, open-source, flexible and real-time monitoring tool for Nginx web servers. In this tutorial, I will show you how to install and use ngxtop monitoring tool on Ubuntu 20.04.