HowtoForge provides user-friendly Linux tutorials.
-
How to Install Jitsi Video Conference Platform on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 4Jitsi is a free, open-source solution for building a secure video conference platform. This article will go through the installation and configuration of the Jitsi Video Conference on the latest Debian 11 Bullseye.
-
How to Install Gradle Build Automation Tool on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 0Gradle is an open-source build automation tool based on Groovy and Kotlin. It is mostly used for building Java projects, but it supports multiple languages, including Java, C/C++, and JavaScript.
-
Using Wget with FTP to Download/Move Web Sites Recursively
Author: Falko Timme • Tags: ftp, linux • Comments: 0Sometimes you need to move a web site from one server to another. Instead of downloading the web site from the old server to your PC via FTP and uploading it from your PC to the new server, it would save a lot of time to simply copy the web site from one server to the other. This tutorial explains how to use Wget to download/move a web site from one server to the other via FTP.
-
-
How to Install HTTP Git Server with Nginx and SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, server, ubuntu, web server • Comments: 0Git is an open-source version control system that keeps track of your software changes at the source level. This tutorial will explain setting up an HTTP Git repository server with Nginx on Ubuntu 22.04.
-
How to Install Anaconda Python Distribution on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 1Python is an open-source and object-oriented interpreted programming language. Anaconda is a Python, R, Data Science, and machine learning platform and used as a package manager. It comes with 1,500+ open source packages.
-
How to Install Memcached on Ubuntu 22.04
Author: Hitesh Jethva • Tags: server, ubuntu • Comments: 1Memcached is a free, open-source, and general-purpose distributed memory-caching system used to cache database data. It is a high-performance memory caching system used to speed up dynamic web applications by reducing the database load.
-
How to Install WonderCMS on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0WonderCMS is an open-source and extremely small flat file CMS that provides a simple and easier way to create and manage websites. This tutorial will show you how to install WonderCMS with Nginx and Let's Encrypt SSL on Ubuntu 22.04.
-
How to Install an FTP Server with ProFTPD and TLS/SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: ftp, linux, server, ubuntu • Comments: 1ProFTPD is a free, open-source, and feature-rich FTP server written for Unix and Unix-a-like operating systems. This tutorial will show you how to install the ProFTPD FTP server on Ubuntu 22.04.
-
How to Install Pydio Cells File Sharing Server on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 0Pydio Cells also known as a Pydio is an open-source file-sharing and synchronization application written in the Golang language. This guide will explain how to install the Pydio file-sharing application on Ubuntu 22.04.
-
How to Install Plex Media Server on Debian 11
Author: t.michael • Tags: debian, linux, nginx, server • Comments: 0Plex Media Server is a digital media player that can host multiple online content channels from non-local sources. This tutorial shows you how to install Plex Media server on Debian 11.