Articles by Hitesh Jethva
-
Dockerizing Flask Application Using Docker on Debian 10
Author: Hitesh Jethva • Tags: linux, programming, virtualization • Comments: 0Flask is a popular Python web framework. It is classified as a microframework because it does not require particular tools or libraries. In this tutorial, we will explain how to deploy Flask application with Docker on Debian 10 server.
-
How To Install Apache CouchDB NoSQL Database on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server • Comments: 0Apache CouchDB is a free, open-source and document-oriented NoSQL database that uses JSON to store the data. In this tutorial, we will explain how to install Apache CouchDB on CentOS 8.
-
How to Find Active SSH Connections on Linux
Author: Hitesh Jethva • Tags: linux, security • Comments: 0If you are Linux system administrator and responsible for managing servers then you may often need to know how many ssh connections are active on your server and where the connections come from. This tutorial shows you different ways to identify the connections.
-
-
How To Install Jitsi Meet Video Conferencing Solution on Debian 10
Author: Hitesh Jethva • Tags: • Comments: 5Jitsi Meet is a free and open-source video-conferencing application that can be used as a standalone application or embed in your web application. In this tutorial, we will show you how to install Jitsi Meet Video Conferencing application on Debian 10.
-
How to Synchronize Directories Using Lsyncd on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Lsyncd is a simple and lightweight tool that allows you to mirror your local directory to another directory on the remote server. In this tutorial, we will show you how to install and use Lsyncd to synchronize local directories and remote directories.
-
How to Install Askbot with Nginx and Secure with Let's Encrypt on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx, web server • Comments: 0Askbot is a free, open-source and highly-customizable question and answer forum software written in Python and Django. It is simple, lightweight and very similar to other forum software StackOverflow and YahooAnswers.
-
How to Install osquery on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, monitoring, security • Comments: 0osquery is a free and open-source tool developed by Facebook that can be used for querying operating system-related information including, memory usage, installed packages, process information, login users, listening ports and many more.
-
How to Install and Use Perf Performance Analysis Tool on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, monitoring • Comments: 0Perf is a performance analyzing tool in Linux operating systems that supports tracepoints, software performance counters, hardware performance counters and dynamic probes.
-
How to install the web-based Guacamole Remote Desktop Client on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, shell, ubuntu • Comments: 14Apache Guacamole is a free, open-source and web-based remote desktop application that allows you to access your desktop machines through a web browser. In this tutorial, we will show how to install Apache Guacamole remote desktop gateway on Ubuntu 18.04 LTS server.
-
How to Install Mailtrain Newsletter Software on Ubuntu 18.04
Author: Hitesh Jethva • Tags: email, linux, ubuntu, web server • Comments: 1Mailtrain is a free, open-source and self-hosted newsletter application built from Node.js which supports MySQL/MariaDB database backends. In this tutorial, we will show you how to install Mailtrain newsletter application with Docker on Ubuntu 18.04 server.