Articles by Navjot Singh
-
How to Install Calibre Ebook Server on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, server, ubuntu • Comments: 1 • Published: Nov 18, 2020Calibre is a free and open-source e-book manager. It ships as a cross-platform desktop application along with a server component and can be used to manage your e-book library.
-
How to Install and Create a Blog with Hexo on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, ubuntu, web server • Comments: 0 • Published: Nov 16, 2020Hexo is a static blogging framework built on Node.js, it allows you to write posts in Markdown format. In this tutorial, you will learn how to Install Hexo and use it to create a blog on Ubuntu 20.04 based server.
-
How to set up Wireguard VPN on CentOS 8
Author: Navjot Singh • Tags: linux, security • Comments: 2 • Published: Nov 10, 2020Wireguard is an open-source cross-platform VPN implementation that uses state of the art cryptography. It is faster, simpler and more functional than IPSec and OpenVPN.
-
-
How to Install and Configure Fail2Ban on CentOS 8 and Fedora 33
Author: Navjot Singh • Tags: centos, linux, monitoring • Comments: 1 • Published: Nov 04, 2020Fail2Ban is a log parsing utility that scans log files of various processes and bans IP addresses that make too many password failures. This tutorial shows the installation and configuration of Fail2Ban on CentOS 8 and Fedora 33.
-
How to Install and Configure an FTP server (vsftpd) with SSL/TLS on Ubuntu 20.04
Author: Navjot Singh • Tags: ftp, linux, ubuntu • Comments: 1 • Published: Oct 28, 2020In this tutorial, we will learn how to install and configure an FTP Server using vsftpd on an Ubuntu 20.04 based server. We will also learn how to secure the connection using SSL/TLS protocol.
-
How to Install and Configure Nextcloud on Fedora 32
Author: Navjot Singh • Tags: fedora, linux, nginx, web server • Comments: 5 • Published: Oct 09, 2020In 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
-
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 and Configure OpenLiteSpeed Server along with MariaDB and PHP on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, ubuntu, web server • Comments: 4OpenLiteSpeed is a lightweight and open-source version of the LiteSpeed Server developed by LiteSpeed Technologies. In this tutorial, we will learn how to install OpenLiteSpeed Server on Ubuntu 20.04 along with PHP 7.4 and MariaDB server.
-
How to Install and Configure Caddy Web Server with PHP and MariaDB on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, mysql, php, ubuntu, web server • Comments: 7Caddy Web Server is a modern open-source web server written in GO language. In this tutorial, you'll install and configure Caddy to run along with PHP and MariaDB on an Ubuntu 20.04 based server.
-
How to Install NFS Client and Server on Ubuntu 20.04
Author: Navjot Singh • Tags: debian, server, storage, ubuntu • Comments: 2Network File System or short NFS is a distributed file system protocol that allows you to mount remote directories on your server. In this tutorial, we will learn how to set up an NFS Server and how to mount NFS Shares on a client using Ubuntu 20.04.