Articles by Navjot Singh
-
How to Install Wiki.js on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx • Comments: 0 • Published: Nov 01, 2022Wiki.js is an open-source, lightweight wiki software. It is built on the Node.js JavaScript framework. In this tutorial, you will learn to install Wiki.js on a Rocky Linux 9 server using the PostgreSQL database and Nginx server for proxying.
-
How to Install UVdesk Helpdesk System on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, ubuntu • Comments: 2 • Published: Oct 13, 2022UVdesk is an open-source Saas-based helpdesk system for companies to interact with their customers and offer round-the-clock support. Its features include ticket management, knowledgebase support, canned replies, and automatic ticket generation based on emails.
-
How to Install and Configure Graphite Monitoring System on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, monitoring, server • Comments: 0 • Published: Oct 10, 2022Graphite is an open-source tool used to track and graph the performance of computer systems. You can use it to track the performance of websites, applications, business services, and networked servers.
-
-
How to Install and Configure Squid Proxy Server on Rocky Linux/Alma Linux 9
Author: Navjot Singh • Tags: linux, server, web server • Comments: 0 • Published: Oct 07, 2022In this tutorial, you will learn how to install and configure Squid Proxy on a Rocky / Alma Linux 9 server. Squid is used as a distributed caching mechanism, by saving data obtained from different requests, increasing the traffic speed when similar requests are done.
-
How to Install TIG Stack (Telegraf, InfluxDB, and Grafana) on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, server, ubuntu • Comments: 2 • Published: Sep 19, 2022The TIG (Telegraf, InfluxDB, and Grafana) Stack is an acronym for a platform of open-source tools to make the collection, storage, graphing, and alerting of system metrics easier. You can monitor and visualize metrics such as memory, disk space, logged-in users, system load, swap usage, uptime, running processes, etc. from one place.
-
How to Install and Monitor Servers with Checkmk on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, monitoring, server, ubuntu • Comments: 0 • Published: Sep 15, 2022Checkmk is a server and application monitoring software written in Python and C++. It supports the monitoring of servers, applications, networks, containers, and clouds. In this tutorial, you will learn how to install and monitor servers using Checkmk on a Ubuntu 22.04 machine.
-
How to Install Statping on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, monitoring, server, ubuntu • Comments: 0 • Published: Sep 13, 2022Statping is an open-source uptime monitor that keeps track of websites and applications hosted across multiple servers. It can generate a beautiful status page by fetching real-time data from various sources.
-
How to Set Up WireGuard VPN on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, security, ubuntu • Comments: 0 • Published: Sep 01, 2022Wireguard is an open-source cross-platform Virtual Private Network (VPN) implementation that uses state-of-the-art cryptography. This tutorial will cover how to install Wireguard VPN on a Ubuntu 22.04 server and connect to it using a Ubuntu client.
-
How to Install Rocket.Chat Server on Rocky Linux 8
Author: Navjot Singh • Tags: linux, server, web server • Comments: 1 • Published: Aug 30, 2022Rocket.Chat is an open-source chat server developed in JavaScript using the Meteor.js framework. It allows you to communicate securely in real-time across multiple devices. In this tutorial, we will install the free Community edition of Rocket.Chat server on a Rocky Linux machine.
-
How to Install and Configure Ansible on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, server • Comments: 0 • Published: Aug 16, 2022Ansible is a very popular configuration management tool designed to streamline the process of controlling a large number of servers. It can automate the process of setting up new servers and installing applications with a single command or file. In this guide, we will learn how to install and configure Ansible on an Ubuntu 22.04 server.