HowtoForge provides user-friendly Linux tutorials.
-
How to Install Node.js on Debian 10 and configure Nginx as a Frontend Proxy Server
Author: Hitesh Jethva • Tags: debian, linux, nginx, server, web server • Comments: 2Node.js is a free and open-source JavaScript platform that can be used to serve dynamic and responsive server-side content. In this tutorial, we will learn how to install and configure Node.js to handle backend requests and configure Nginx to handle front-end requests on Debian 10.
-
Linux pkill Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2In Linux, if you need to kill a process (for whatever reason) through the command line, you can use the kill command, which requires you to pass as input the ID of the process you're trying to terminate. But did you know that there also exists a way to kill processes without specifying their PIDs?
-
How to Install and Configure VNC Server on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server • Comments: 3VNC stands for "Virtual Network Computing" is a GUI desktop sharing application that can be used to access and control other computers over a network. In this tutorial, we will show you how to install VNC server on CentOS 8.
-
-
How to Install Terraform on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: cloud, linux, ubuntu • Comments: 2Terraform is an open-source infrastructure automation tool which allows you to define and describe your infrastructure as code inside configuration files using a declarative language and to deploy and manage that infrastructure across a variety of public cloud providers like AWS, GCP and Azure.
-
How to Install Apache ActiveMQ and Hawt.io on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, programming • Comments: 0Apache ActiveMQ is a free, open-source and Java-based message broker that can be used to send messages between two applications. In this tutorial, we will learn how to install Apache ActiveMQ on CentOS 8.
-
Install and configure Grafana with Prometheus on the AWS Ubuntu 18.04 LTS EC2 Instance.
Author: Rahul Shivalkar • Tags: • Comments: 0Prometheus is an event Monitoring and Alerting tool. Node_Exporter is a Prometheus exporter for hardware and operating systems metrics.
-
How to Install and Configure Mattermost on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx, web server • Comments: 2Mattermost is a free, open-source and self-hosted enterprise team collaboration messaging system. In this tutorial, we will show you how to install Mattermost with Nginx reverse Proxy on CentOS 8.
-
How to Install Attendize on FreeBSD 12
Author: Blago Eres • Tags: freebsd, nginx, web server • Comments: 1Attendize is an Open-source ticket selling and event management platform and is everything you need for a successful event. This tutorial will show you how to install Attendize on FreeBSD 12.
-
How to Install Visual Studio Code Server on Debian 10
Author: Muhammad Arul • Tags: debian, linux, programming • Comments: 0In this tutorial we show you how to install the code server on the Debian Buster 10. We will install and configure the code server using Nginx as a reverse proxy, secure it with SSL Letsencrypt and enable code server basic authentication.
-
How to Install OpenProject on Debian 10
Author: Hitesh Jethva • Tags: debian, linux • Comments: 0
OpenProject is a web-based project management system written in Ruby on Rails and AngularJS. It provides a rich set of features including, project planning, timelines reports, task management, WYSIWYG text editor, intelligent workflows, conditional formatting and much more.