Articles by Navjot Singh
-
How to Install NetBox Network Documentation and Management Tool on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, networking, nginx, server, ubuntu • Comments: 2NetBox is an open-source IP address (IPAM) and datacentre infrastructure management (DCIM) web application used to manage and document computer networks and IP addresses. This tutorial will teach you how to install the NetBox tool on a Ubuntu 22.04 server and Nginx as a reverse proxy server.
-
How to install Mastodon Social Network with Docker on Ubuntu 22.04 LTS
Author: Navjot Singh • Tags: linux, ubuntu • Comments: 4Mastodon is a free, decentralized, and open-source social network. It was created as an alternative to Twitter. This tutorial will teach you how to set up your instance of Mastodon on a server with Ubuntu 22.04 using Docker.
-
How to deploy Ghost CMS on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx, server, web server • Comments: 0Ghost is an open-source blogging platform to help you create a professional-looking blog. This tutorial will explore how to install Ghost CMS using Nginx and MySQL on a server powered by Rocky Linux 9.
-
-
How to Install and Configure GoCD on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, programming, server, ubuntu, web server • Comments: 0GoCD is an open-source continuous delivery and automation system. GoCD excels at modeling complex CD workflows for fast feedback with its modeling constructs, parallel execution, and dependency management. This tutorial will teach you to install and configure GoCD on a Ubuntu 22.04 server.
-
How to Enable SSL for PostgreSQL connections
Author: Navjot Singh • Tags: linux, server, ubuntu • Comments: 0By default, all PostgreSQL connections are insecure, which can cause security issues when run in high-traffic production environments. This tutorial will teach you how to enable SSL for PostgreSQL connections.
-
How to Block Package and Kernel Updates in CentOS / Rocky Linux
Author: Navjot Singh • Tags: kernel, linux • Comments: 1In this tutorial, we will cover how to block certain packages from being installed or upgraded and how to block specific versions of packages or kernels from being installed.
-
How to Install Jellyfin Media Server on Rocky Linux 9
Author: Navjot Singh • Tags: linux, server • Comments: 0Jellyfin is a free and open-source media server that allows you to stream content that can be accessed from anywhere. In this tutorial, you will learn how to install Jellyfin Media Server using Docker on a Rocky Linux 9 server.
-
How to Install FileRun using Docker
Author: Navjot Singh • Tags: centos, debian, fedora, linux, ubuntu, virtualization • Comments: 0FileRun is a self-hosted file sync- and share web-based application. In this tutorial, you will learn how to install FileRun using Docker on your Linux server. We will also configure Elasticsearch to provide full-text search support.
-
How to Install Mastodon Social Network with Docker on Rocky Linux 9
Author: Navjot Singh • Tags: linux, server, web server • Comments: 1Mastodon is a free, decentralized, and open-source social network. It was created as an alternative to Twitter. Just like Twitter people can follow each other, and post messages, images, and videos. This tutorial will teach you how to set up your instance of Mastodon on a server with Rocky Linux 9 using Docker.
-
How to Install Django with Postgres, Nginx, and Gunicorn on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx, server, web server • Comments: 3Django is a python framework used for developing dynamic websites and applications. In this tutorial, you will learn how to install the Django framework on a Rocky Linux 9 server.